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
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -787,15 +787,13 @@ paths:
787
787
| 400 | `MISSING_SCOPE` | Missing scope. |
788
788
| 400 | `MISSING_CATEGORY` | Missing category. |
789
789
| 400 | `MISSING_DATETIME` | Missing datetime. |
790
-
| 400 | `MISSING_VALUE` | Missing header or parameter. For details, see the `diagnostics` field. |
790
+
| 400 (422 in the code but we need a new error to cover this) | `MISSING_VALUE` | Missing header or parameter. For details, see the `diagnostics` field. |
791
791
| 400 | `BAD_REQUEST` | Invalid request. For details, see the `diagnostics` field. |
792
-
| 401 | `ACCESS_DENIED` | Missing or invalid OAuth 2.0 bearer token in request. |
792
+
| 401 | `ACCESS_DENIED` | Missing or invalid OAuth 2.0 bearer token in request. (NOT IN CODE) |
793
793
| 403 | `FORBIDDEN` | Access denied to resource. |
794
-
| 404 | `INVALIDATED_RESOURCE` | Resource that has been marked as invalid was requested - invalid resources cannot be retrieved |
795
-
| 405 | `METHOD_NOT_ALLOWED` | The method is not allowed. |
796
-
| 408 | `TIMEOUT` | Request timed out. |
794
+
| 405 | `METHOD_NOT_ALLOWED` | The method is not allowed. (NOT IN CODE) |
| 422 | `INVALID_GRANTOR_SYSTEM` | Grantor identifier system is invalid (must be 'https://fhir.nhs.uk/Id/ods-organization-code'). |
812
-
| 422 | `INVALID_PARAMETER` | Invalid request parameter. For details, see the diagnostics field. |
813
810
| 429 | `THROTTLED` | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
0 commit comments