Skip to content

Commit 20acd16

Browse files
NPA-5629: Update Postman
1 parent d6926e2 commit 20acd16

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

postman/Validated Relationship Service Sandbox.postman_collection.json

Lines changed: 9 additions & 5 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": "45653607",
8-
"_collection_link": "https://www.postman.com/lukeelliott-8674106/validated-relationship-service-sandbox-17-09-2025/collection/k6eagdd/validated-relationship-service-sandbox-17-09-25?action=share&source=collection_link&creator=45653607"
8+
"_collection_link": "https://www.postman.com/lukeelliott-8674106/workspace/validated-relationship-service-sandbox-17-09-2025/collection/45653607-76babb13-02c0-42b3-84ec-d64ebe45e7b8?action=share&source=collection_link&creator=45653607"
99
},
1010
"item": [
1111
{
@@ -1760,7 +1760,9 @@
17601760
" ]",
17611761
" },",
17621762
" \"diagnostics\": \"Not a valid NHS Number provided for the 'identifier' parameter\",",
1763-
" \"expression\": [\"RelatedPerson.identifier\"],",
1763+
" \"expression\": [",
1764+
" \"RelatedPerson.identifier\"",
1765+
" ],",
17641766
" \"severity\": \"error\"",
17651767
" }",
17661768
" ],",
@@ -9422,7 +9424,6 @@
94229424
" \"issue\": [",
94239425
" {",
94249426
" \"code\": \"invalid\",",
9425-
" \"diagnostics\": \"Invalid request with error - ID must be a valid UUID.\",",
94269427
" \"details\": {",
94279428
" \"coding\": [",
94289429
" {",
@@ -9433,6 +9434,7 @@
94339434
" }",
94349435
" ]",
94359436
" },",
9437+
" \"diagnostics\": \"Invalid request with error - ID must be a valid UUID.\",",
94369438
" \"severity\": \"error\"",
94379439
" }",
94389440
" ],",
@@ -9492,10 +9494,11 @@
94929494
" }",
94939495
" ]",
94949496
" },",
9497+
" \"diagnostics\": \"Invalid request with error - _include parameter is invalid.\",",
94959498
" \"severity\": \"error\"",
9499+
" ",
94969500
" }",
94979501
" ],",
9498-
" \"diagnostics\": \"Invalid request with error - _include parameter is invalid.\"",
94999502
"}",
95009503
"",
95019504
"const responseJson = pm.response.json();",
@@ -9557,10 +9560,10 @@
95579560
" }",
95589561
" ]",
95599562
" },",
9563+
" \"diagnostics\": \"Invalid request with error - _include parameter is invalid.\",",
95609564
" \"severity\": \"error\"",
95619565
" }",
95629566
" ],",
9563-
" \"diagnostics\": \"Invalid request with error - _include parameter is invalid.\"",
95649567
"}",
95659568
"",
95669569
"const responseJson = pm.response.json();",
@@ -9621,6 +9624,7 @@
96219624
" }",
96229625
" ]",
96239626
" },",
9627+
" \"diagnostics\": \"Resource that has been marked as invalid was requested - invalid resources cannot be retrieved\",",
96249628
" \"severity\": \"error\"",
96259629
" }",
96269630
" ],",

specification/validated-relationships-service-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ info:
141141
* only covers a limited set of scenarios
142142
* is open access, so does not allow you to test authorisation
143143
144-
[<img src="https://run.pstmn.io/button.svg" alt="Run In Postman" style="width: 128px; height: 32px;">](https://god.gw.postman.com/run-collection/45653607-76babb13-02c0-42b3-84ec-d64ebe45e7b8?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D45653607-76babb13-02c0-42b3-84ec-d64ebe45e7b8%26entityType%3Dcollection%26workspaceId%3D613eff0e-e7c3-462b-b8da-185b83ec7856)
144+
[<img src="https://run.pstmn.io/button.svg" alt="Run In Postman" style="width: 128px; height: 32px;">](https://app.getpostman.com/run-collection/45653607-76babb13-02c0-42b3-84ec-d64ebe45e7b8?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D45653607-76babb13-02c0-42b3-84ec-d64ebe45e7b8%26entityType%3Dcollection%26workspaceId%3D613eff0e-e7c3-462b-b8da-185b83ec7856)
145145
146146
### Integration testing
147147

0 commit comments

Comments
 (0)