File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
examples/responses/GET_CONSENT_ID/errors Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ ConsentInvalidIDError:
44 value :
55 issue :
66 - code : invalid
7- diagnostics : ' Invalid request with error - ID must be a valid UUID.'
7+ diagnostics : " Invalid request with error - ID must be a valid UUID."
88 details :
99 coding :
1010 - code : " INVALID_ID_VALUE"
1111 display : " Required parameter(s) are invalid."
1212 system : " https://fhir.nhs.uk/R4/CodeSystem/ValidatedRelationships-ErrorOrWarningCode"
13- version : ' 1 '
13+ version : " 1 "
1414 severity : error
1515 resourceType : " OperationOutcome"
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ ConsentMissingIDError:
1010 - code : " MISSING_ID_VALUE"
1111 display : " Required parameter(s) are missing."
1212 system : " https://fhir.nhs.uk/R4/CodeSystem/ValidatedRelationships-ErrorOrWarningCode"
13- version : ' 1 '
13+ version : " 1 "
1414 severity : error
1515 resourceType : " OperationOutcome"
Original file line number Diff line number Diff line change @@ -796,7 +796,7 @@ paths:
796796 InvalidatedResourceError :
797797 $ref : " ./examples/responses/errors/invalidated-resource.yaml#/InvalidatedResourceError"
798798 MissingIdError :
799- $ref : " ./examples/responses/GET_Consent_ID /errors/missing-id.yaml#/ConsentMissingIDError"
799+ $ref : " ./examples/responses/GET_CONSENT_ID /errors/missing-id.yaml#/ConsentMissingIDError"
800800 InvalidIdError :
801801 $ref : " ./examples/responses/GET_CONSENT_ID/errors/invalid-id.yaml#/ConsentInvalidIDError"
802802 " 5XX " :
You can’t perform that action at this time.
0 commit comments