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
+25-27Lines changed: 25 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ paths:
227
227
| 404 | `INVALIDATED_RESOURCE` | Resource that has been marked as invalid was requested - invalid resources cannot be retrieved |
228
228
| 405 | `METHOD_NOT_ALLOWED` | The method is not allowed. |
229
229
| 408 | `TIMEOUT` | Request timed out. |
230
-
| 415 | `UNSUPPORTED_MEDIA` | Unsupported media type. |
230
+
| 415 | `UNSUPPORTED_MEDIA` | Unsupported media type. |
231
231
| 429 | `THROTTLED` | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
Errors will be returned for the first error encountered in the request. For details, see the `diagnostics` field of error. An error occurred as follows:
| 422 | `INVALID_END_DATE` | End date is invalid. |
812
+
| 422 | `DUPLICATE_PATCHES` | Two or more patches use same path. |
813
+
| 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