You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/validated-relationships-service-api.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -485,8 +485,8 @@ paths:
485
485
## Sandbox test scenarios
486
486
| Scenario | Request | Response |
487
487
| -------- | ------- | -------- |
488
-
| Successful parent-child proxy creation | Valid request with parental relationship and birth certificate evidence | HTTP Status 201 and Bundle containing created Consent resource |
489
-
| Successful adult-adult proxy creation | Valid request with appropriate relationship and evidence | HTTP Status 201 and Bundle containing created Consent resource |
488
+
| Successful parent-child proxy creation | Valid request with parental relationship and birth certificate evidence | HTTP Status 201 and OperationOutcome response |
489
+
| Successful adult-adult proxy creation | Valid request with appropriate relationship and evidence | HTTP Status 201 and OperationOutcome response |
490
490
| Invalid performer NHS number | Request with invalid NHS number format | HTTP Status 400 and INVALID_NHS_NUMBER error response |
491
491
| Missing required evidence | Request without evidence of responsibility | HTTP Status 422 and MISSING_EVIDENCE error response |
492
492
| Invalid access level | Request with undefined access level code | HTTP Status 400 and INVALID_ACCESS_LEVEL error response |
0 commit comments