Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions specification/validated-relationships-service-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ info:
## Environments and testing
| Environment | Base URL |
| ----------------- | ------------------------------------------------------------------------------------ |
| Sandbox | `https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/` |
| Sandbox | `https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/` |
| Integration test | `https://int.api.service.nhs.uk/validated-relationships/FHIR/R4/` |
| Production | `https://api.service.nhs.uk/validated-relationships/FHIR/R4/` |

Expand Down Expand Up @@ -651,8 +651,8 @@ paths:
| 422 | `INVALID_SCOPE` | Invalid scope. |
| 422 | `INVALID_CATEGORY` | Invalid category. |
| 422 | `INVALID_DATETIME` | Invalid datetime. |
| 422 | `INVALID_PROVISION` | Invalid provision.
| 422 | `INVALID_EXTENSION` | Invalid extension. |
| 422 | `INVALID_PROVISION` | Invalid provision. |
| 422 | `INVALID_EXTENSION` | Invalid extension. |
| 429 | `THROTTLED` | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |

content:
Expand Down Expand Up @@ -724,7 +724,7 @@ paths:
| Invalid patch format | Malformed JSON patch document, request with id '3a2679eb' | HTTP Status 400 and INVALID_PATCH_FORMAT error response |
| Invalid path | Patch targeting non-existent element, request with id '94df7c8f' | HTTP Status 400 and INVALID_PATCH_PATH error response |
| Invalid status code | Patch with invalid status value, request with id '2a7b736d' | HTTP Status 422 and INVALID_STATUS_CODE error response |
| Invalid status reason | Patch with invalid status reason value, request with id '4b6792be' | HTTP Status 422 and INVALID_STATUS_REASON error response |
| Invalid status reason | Patch with invalid status reason value, request with id '4b6792be' | HTTP Status 422 and INVALID_STATUS_REASON error response |
| Resource not found | Patch for non-existent Consent, request with an id not listed here | HTTP Status 404 and RESOURCE_NOT_FOUND error response |
| Invalid state transition | Patch attempting invalid status change, request with id '6fb4361b' | HTTP Status 422 and INVALID_STATE_TRANSITION error response |
parameters:
Expand Down Expand Up @@ -808,7 +808,7 @@ paths:
| 415 | `UNSUPPORTED_MEDIA` | Unsupported media type. |
| 422 | `INVALID_PATCH_PATH` | Invalid patch path. |
| 422 | `INVALID_STATUS_CODE` | Invalid status code. |
| 422 | `INVALID_STATUS_REASON` | Invalid status reason. |
| 422 | `INVALID_STATUS_REASON` | Invalid status reason. |
| 422 | `INVALID_STATE_TRANSITION` | Invalid state transition. |
| 422 | `INVALID_LEGAL_BASIS_CODE` | Invalid legal basis code. |
| 422 | `INVALID_END_DATE` | End date is invalid. |
Expand Down