Skip to content

Commit

Permalink
Add params content type 2703 (#205)
Browse files Browse the repository at this point in the history
* add colleciton and env file with params

add colleciton and env file with params

* update parties header tests

update parties header tests

* add 6 vars to control content type header

add 6 vars to control content type header

* add accept headers changes

add accept headers changes

* Update Mojaloop-Local-MojaSims.postman_environment.json

update env file with new vars

* Update Golden_Path_Mojaloop.postman_collection.json

update accept header for one request

* update var in env file

update var in env file
  • Loading branch information
modusemerson authored Apr 28, 2022
1 parent 654649d commit 6e1b87e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Golden_Path_Mojaloop.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -38596,7 +38596,7 @@
"method": "GET",
"header": [
{
"key": "Accep",
"key": "Accept",
"value": "{{acceptQuotesRequest}}"
},
{
Expand Down
38 changes: 37 additions & 1 deletion environments/Mojaloop-Local.postman_environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,43 @@
"key": "contentTypeTransfers",
"value": "application/vnd.interoperability.transfers+json;version=1.1",
"enabled": true
}
},
{
"key": "contentTypePartiesRequest",
"value": "application/vnd.interoperability.parties+json;version=1.0",
"type": "default",
"enabled": true
},
{
"key": "contentTypeQuotesRequest",
"value": "application/vnd.interoperability.quotes+json;version=1.0",
"type": "default",
"enabled": true
},
{
"key": "contentTypeTransfersRequest",
"value": "application/vnd.interoperability.transfers+json;version=1.0",
"type": "default",
"enabled": true
},
{
"key": "acceptPartiesRequest",
"value": "application/vnd.interoperability.parties+json;version=1",
"type": "default",
"enabled": true
},
{
"key": "acceptQuotesRequest",
"value": "application/vnd.interoperability.quotes+json;version=1.0",
"type": "default",
"enabled": true
},
{
"key": "acceptTransfersRequest",
"value": "application/vnd.interoperability.transfers+json;version=1.0",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2020-06-18T15:36:38.625Z",
Expand Down

0 comments on commit 6e1b87e

Please sign in to comment.