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
| 400 | `MISSING_VALUE` | Missing header or parameter. For details, see the `diagnostics` field. |
772
+
| 400 | `INVALID_VALUE` | Invalid header. For details, see the `diagnostics` field. |
773
+
| 400 | `MISSING_ID_VALUE` | Missing id. |
774
+
| 400 | `NOT_SUPPORTED` | The request is not currently supported. |
775
+
| 401 | `ACCESS_DENIED` | Missing or invalid OAuth 2.0 bearer token in request. |
776
+
| 403 | `FORBIDDEN` | Access denied to resource. |
777
+
| 404 | `INVALIDATED_RESOURCE` | Resource that has been marked as invalid was requested - invalid resources cannot be retrieved |
778
+
| 405 | `METHOD_NOT_ALLOWED` | The method is not allowed. |
779
+
| 408 | `TIMEOUT` | Request timed out. |
780
+
| 422 | `INVALID_ID_SYSTEM` | Invalid id. |
781
+
| 429 | `THROTTLED` | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
| Resource not found | Patch for non-existent Consent, request with an id not listed here | HTTP Status 404 and RESOURCE_NOT_FOUND error response |
770
844
| Invalid state transition | Patch attempting invalid status change, request with id '6fb4361b' | HTTP Status 422 and INVALID_STATE_TRANSITION error response |
771
845
parameters:
846
+
# Change id parameter to Component ConsentID when NPA-5088 is complete
0 commit comments