Skip to content

Commit ae36e3d

Browse files
NPA-4511: Corrected typos
1 parent 5e06e6f commit ae36e3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,9 @@ paths:
484484
485485
## Sandbox test scenarios
486486
487-
The sandbox supports a limited number of scenarios, and does not attempt to validate requests. The expected results is dependant up the `performer.identifier.value`performer.identifier.value
487+
The sandbox supports a limited number of scenarios, and does not attempt to validate requests. The returned result is dependant on the `performer.identifier.value`.
488488
489-
See the postman collection for the full JSON.
489+
See the postman collection for an example request body.
490490
| Scenario | Request | Response |
491491
| --------------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
492492
| Successful parent-child proxy creation | Valid request with a legal basis of parental responsibility, with performer identifier value of 9000000009 | HTTP Status 201 and OperationOutcome response |
@@ -496,6 +496,7 @@ paths:
496496
| Missing required evidence | Request without evidence of responsibility, with performer identifier value of 9000000033 | HTTP Status 422 and MISSING_EVIDENCE error response |
497497
| Patient age validation failure | Request for child proxy where child is over 16, with performer identifier value of 9000000041 | HTTP Status 422 and INVALID_PATIENT_AGE error response |
498498
| Duplicate relationship | Request for relationship that already exists, with performer identifier value of 9000000049 | HTTP Status 409 and DUPLICATE_RELATIONSHIP error response |
499+
499500
requestBody:
500501
required: true
501502
content:

0 commit comments

Comments
 (0)