Skip to content

Commit 3490b5c

Browse files
committed
NPA-4737 Fix Markdown Tables
1 parent a273dc3 commit 3490b5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ info:
112112
## Environments and testing
113113
| Environment | Base URL |
114114
| ----------------- | ------------------------------------------------------------------------------------ |
115-
| Sandbox | `https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/` |
115+
| Sandbox | `https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/` |
116116
| Integration test | `https://int.api.service.nhs.uk/validated-relationships/FHIR/R4/` |
117117
| Production | `https://api.service.nhs.uk/validated-relationships/FHIR/R4/` |
118118
@@ -651,8 +651,8 @@ paths:
651651
| 422 | `INVALID_SCOPE` | Invalid scope. |
652652
| 422 | `INVALID_CATEGORY` | Invalid category. |
653653
| 422 | `INVALID_DATETIME` | Invalid datetime. |
654-
| 422 | `INVALID_PROVISION` | Invalid provision.
655-
| 422 | `INVALID_EXTENSION` | Invalid extension. |
654+
| 422 | `INVALID_PROVISION` | Invalid provision. |
655+
| 422 | `INVALID_EXTENSION` | Invalid extension. |
656656
| 429 | `THROTTLED` | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
657657
658658
content:
@@ -724,7 +724,7 @@ paths:
724724
| Invalid patch format | Malformed JSON patch document, request with id '3a2679eb' | HTTP Status 400 and INVALID_PATCH_FORMAT error response |
725725
| Invalid path | Patch targeting non-existent element, request with id '94df7c8f' | HTTP Status 400 and INVALID_PATCH_PATH error response |
726726
| Invalid status code | Patch with invalid status value, request with id '2a7b736d' | HTTP Status 422 and INVALID_STATUS_CODE error response |
727-
| Invalid status reason | Patch with invalid status reason value, request with id '4b6792be' | HTTP Status 422 and INVALID_STATUS_REASON error response |
727+
| Invalid status reason | Patch with invalid status reason value, request with id '4b6792be' | HTTP Status 422 and INVALID_STATUS_REASON error response |
728728
| Resource not found | Patch for non-existent Consent, request with an id not listed here | HTTP Status 404 and RESOURCE_NOT_FOUND error response |
729729
| Invalid state transition | Patch attempting invalid status change, request with id '6fb4361b' | HTTP Status 422 and INVALID_STATE_TRANSITION error response |
730730
parameters:
@@ -808,7 +808,7 @@ paths:
808808
| 415 | `UNSUPPORTED_MEDIA` | Unsupported media type. |
809809
| 422 | `INVALID_PATCH_PATH` | Invalid patch path. |
810810
| 422 | `INVALID_STATUS_CODE` | Invalid status code. |
811-
| 422 | `INVALID_STATUS_REASON` | Invalid status reason. |
811+
| 422 | `INVALID_STATUS_REASON` | Invalid status reason. |
812812
| 422 | `INVALID_STATE_TRANSITION` | Invalid state transition. |
813813
| 422 | `INVALID_LEGAL_BASIS_CODE` | Invalid legal basis code. |
814814
| 422 | `INVALID_END_DATE` | End date is invalid. |

0 commit comments

Comments
 (0)