Skip to content

Commit a273dc3

Browse files
Merge pull request #190 from NHSDigital/bug/NPA-4705/Validate-Extension-for-POST-Consent
NPA-4705: New INVALID_EXTENSION error added to POST Consent
2 parents 6dd0e2e + 3155018 commit a273dc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,8 @@ paths:
651651
| 422 | `INVALID_SCOPE` | Invalid scope. |
652652
| 422 | `INVALID_CATEGORY` | Invalid category. |
653653
| 422 | `INVALID_DATETIME` | Invalid datetime. |
654-
| 422 | `INVALID_PROVISION` | Invalid provision. |
654+
| 422 | `INVALID_PROVISION` | Invalid provision.
655+
| 422 | `INVALID_EXTENSION` | Invalid extension. |
655656
| 429 | `THROTTLED` | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
656657
657658
content:

0 commit comments

Comments
 (0)