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
| 429 | `THROTTLED` | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
502
502
503
503
content:
@@ -777,6 +777,7 @@ paths:
777
777
| 400 | `MISSING_GRANTOR` | Grantor extension is required when creating or activating an active proxy role. |
778
778
| 400 | `MISSING_GRANTOR_REFERENCE` | Grantor extension is present but missing valueReference. |
779
779
| 400 | `MISSING_GRANTOR_IDENTIFIER`| Grantor extension is present but missing valueIdentifier. |
780
+
| 400 | `MISSING_VALUE` | Missing header or parameter. For details, see the `diagnostics` field. |
780
781
| 400 | `MISSING_STATUS` | Missing status. |
781
782
| 400 | `MISSING_SCOPE` | Missing scope. |
782
783
| 400 | `MISSING_CATEGORY` | Missing category. |
@@ -787,7 +788,6 @@ paths:
787
788
| 405 | `METHOD_NOT_ALLOWED` | The method is not allowed. |
| 400 | `MISSING_GRANTOR` | Grantor extension is required when creating or activating a consent with status "active". For details, see the `diagnostics` field. |
1074
1074
| 400 | `MISSING_GRANTOR_REFERENCE` | Grantor extension reference is required when creating or activating a consent with status "active". For details, see the `diagnostics` field. |
1075
1075
| 400 | `MISSING_GRANTOR_IDENTIFIER`| Grantor extension identifier is required when creating or activating a consent with status "active". For details, see the `diagnostics` field. |
0 commit comments