Skip to content

Commit

Permalink
Update postman collection and code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayBenson94 committed Nov 13, 2024
1 parent de3605f commit d98f421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MINT.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -3002,7 +3002,7 @@
"listen": "test",
"script": {
"exec": [
"let responseData = pm.response.json().data.createMTOMilestone",
"let responseData = pm.response.json().data.createMTOMilestoneCustom",
"",
"mtoMilestoneID = responseData.id",
"",
Expand Down Expand Up @@ -3040,7 +3040,7 @@
"listen": "test",
"script": {
"exec": [
"let responseData = pm.response.json().data.createMTOMilestone",
"let responseData = pm.response.json().data.createMTOMilestoneCommon",
"",
"mtoMilestoneID = responseData.id",
"",
Expand Down

0 comments on commit d98f421

Please sign in to comment.