Skip to content

Commit 33ba726

Browse files
committed
NPA-5090 Update Postman Collection
1 parent 6d65ffd commit 33ba726

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

postman/Validate Relationship Service Sandbox.postman_collection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "This Postman collection includes example scenarios for each of the Validated Relationship Service (VRS) API endpoints, covering both valid and invalid request scenarios.\n\nThe collection is pointed towards the VRS sandbox environment, which will return a specific example response based on the request sent. All data shown in the requests or responses is test data.\n\nOur sandbox environment only covers the scenarios listed in the Postman collection and is open access. It does not allow you to test authorisation or any scenarios beyond the ones documented.\n\nFull specification is available at [https://digital.nhs.uk/developer/api-catalogue/validated-relationship-service](https://digital.nhs.uk/developer/api-catalogue/validated-relationship-service)",
66
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
77
"_exporter_id": "34042403",
8-
"_collection_link": "https://www.postman.com/jackplowman2/validated-relationship-service-sandbox-09-06-25/collection/yzbxyur/validate-relationship-service-sandbox-06-06-25?action=share&source=collection_link&creator=34042403"
8+
"_collection_link": "https://www.postman.com/jackplowman2/validated-relationship-service-sandbox-09-06-25/collection/yzbxyur/validate-relationship-service-sandbox-09-06-25?action=share&source=collection_link&creator=34042403"
99
},
1010
"item": [
1111
{
@@ -6114,7 +6114,7 @@
61146114
"});",
61156115
"",
61166116
"pm.test(\"Should have correct error response\", () => {",
6117-
" pm.expect(responseJson.issue[0].details.coding[0].code).to.eql(\"INVALID_VALUE\");",
6117+
" pm.expect(responseJson.issue[0].details.coding[0].code).to.eql(\"INVALID_PARAMETER\");",
61186118
"});",
61196119
"",
61206120
"pm.test(\"Should have correct response body\", () => {",
@@ -8813,4 +8813,4 @@
88138813
"type": "string"
88148814
}
88158815
]
8816-
}
8816+
}

0 commit comments

Comments
 (0)