Skip to content

Commit

Permalink
chore(insomnia):[#750] move to the correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jul 12, 2024
1 parent 9128106 commit 717714f
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions local/testing/request-collection/IRS_Request_Collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,53 @@
"__export_date": "2024-07-08T11:57:49.380Z",
"__export_source": "insomnia.desktop.app:v9.3.2",
"resources": [
{
"_id": "req_3abf816e9c8c45518dd6c4f81e7bf1c2",
"parentId": "fld_ad061853620b45c397a7906a6e566930",
"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_a7c80b4809ac482ea6c7debfc7998505",
"parentId": "fld_ad061853620b45c397a7906a6e566930",
Expand Down Expand Up @@ -3773,53 +3820,6 @@
"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 717714f

Please sign in to comment.