Skip to content

Commit

Permalink
feat(policy-api): [eclipse-tractusx#750] insomnia request
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jul 13, 2024
1 parent 9101730 commit 8f06f29
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions local/testing/request-collection/IRS_Request_Collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,37 @@
"scope": "collection",
"_type": "workspace"
},
{
"_id": "req_c661f4ae3e7c4819890b95e6554e20b4",
"parentId": "fld_ad061853620b45c397a7906a6e566930",
"modified": 1720518685138,
"created": 1720518675594,
"url": "{{IRS_HOST}}/irs/policies/{% prompt 'policyId', '', 'traceability-test', '', false, true %}",
"name": "Get policy by ID",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {
"type": "apikey",
"disabled": false,
"key": "X-API-KEY",
"value": "{{ _.ADMIN_API_KEY }}",
"addTo": "header"
},
"preRequestScript": "",
"metaSortKey": -1685420848885.0312,
"isPrivate": false,
"pathParameters": [],
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_aab54449fbd841e78741035a907a5516",
"parentId": "fld_ad061853620b45c397a7906a6e566930",
Expand Down

0 comments on commit 8f06f29

Please sign in to comment.