Skip to content

Commit 851d26f

Browse files
Merge pull request #153 from companieshouse/dcac-216-patch-ordered-item-mk2
DCAC-216: Add a patch ordered item Postman test request (again)
2 parents ad9a676 + c402596 commit 851d26f

File tree

1 file changed

+40
-5
lines changed

1 file changed

+40
-5
lines changed

src/test/postman/Orders_API.postman_collection.json

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"info": {
3-
"_postman_id": "7e7d1b3f-44d1-4ed6-9bd5-fbd756cb7f31",
3+
"_postman_id": "395226ed-eb33-4b93-a364-23abd30230a3",
44
"name": "Orders API",
55
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
66
"_exporter_id": "7646296"
@@ -755,15 +755,15 @@
755755
}
756756
},
757757
"url": {
758-
"raw": "{{internal_url}}/item-groups/IG-197316-994337/items/CCD-768116-517930",
758+
"raw": "{{internal_url}}/orders/ORD-844016-962315/items/CCD-289716-962308",
759759
"host": [
760760
"{{internal_url}}"
761761
],
762762
"path": [
763-
"item-groups",
764-
"IG-197316-994337",
763+
"orders",
764+
"ORD-844016-962315",
765765
"items",
766-
"CCD-768116-517930"
766+
"CCD-289716-962308"
767767
]
768768
}
769769
},
@@ -777,6 +777,41 @@
777777
"auth": {
778778
"type": "oauth2",
779779
"oauth2": [
780+
{
781+
"key": "scope",
782+
"value": "{{scope}}",
783+
"type": "string"
784+
},
785+
{
786+
"key": "clientSecret",
787+
"value": "{{client_secret}}",
788+
"type": "string"
789+
},
790+
{
791+
"key": "clientId",
792+
"value": "{{client_id}}",
793+
"type": "string"
794+
},
795+
{
796+
"key": "accessTokenUrl",
797+
"value": "{{access_token_url}}",
798+
"type": "string"
799+
},
800+
{
801+
"key": "authUrl",
802+
"value": "{{auth_url}}",
803+
"type": "string"
804+
},
805+
{
806+
"key": "redirect_uri",
807+
"value": "{{callback_url}}",
808+
"type": "string"
809+
},
810+
{
811+
"key": "tokenName",
812+
"value": "{{token_name}}",
813+
"type": "string"
814+
},
780815
{
781816
"key": "accessToken",
782817
"value": "65zWkuhzJJhOeEiLiFn5tgAZMjuZa2yX4mPPWBB_9nfQ_GMvawP0hx3OSZ4Zeq05rdHL17yKuZg2SbZjeop3cA",

0 commit comments

Comments
 (0)