Skip to content

Commit

Permalink
chore(insomnia):[eclipse-tractusx#750] add autocomplete request to in…
Browse files Browse the repository at this point in the history
…somnia
  • Loading branch information
dsmf committed Jul 12, 2024
1 parent 27860eb commit 9128106
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions local/testing/request-collection/IRS_Request_Collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -3773,6 +3773,53 @@
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_3abf816e9c8c45518dd6c4f81e7bf2c1",
"parentId": "fld_1926d81ebfa04a7a85074c77ce24d55e",
"modified": 1720439689711,
"created": 1720199730198,
"url": "{{IRS_HOST}}/irs/policies/attributes/{% prompt 'field', '', 'policyId', '', false, true %}",
"name": "Policy attribute auto-complete",
"description": "",
"method": "GET",
"body": {},
"parameters": [
{
"id": "pair_7f592a7e237a4ecf9590ddcbcc1aa71a",
"name": "limit",
"value": "{% prompt 'limit', '', '20', '', false, true %}",
"description": "",
"disabled": false
},
{
"id": "pair_422cf5b352464645a70e05b1af10f874",
"name": "s",
"value": "{% prompt 's', '', '', '', false, true %}",
"description": "",
"disabled": false
}
],
"headers": [
],
"authentication": {
"type": "apikey",
"disabled": false,
"key": "X-Api-Key",
"value": "{{ _.EDC_API_KEY }}",
"addTo": "header"
},
"preRequestScript": "",
"metaSortKey": -1705005887717,
"isPrivate": false,
"pathParameters": [],
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_3abf816e9c8c45518dd6c4f81e7bf1c1",
"parentId": "fld_1926d81ebfa04a7a85074c77ce24d55e",
Expand Down

0 comments on commit 9128106

Please sign in to comment.