Skip to content

Commit 57be4fe

Browse files
committed
NPA-4610 Add Media Type Error to OAS
1 parent 2e40558 commit 57be4fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,12 @@ paths:
815815
patchConsentRelationshipNotFoundError:
816816
$ref: "./examples/responses/PATCH_Consent/errors/resource_not_found.yaml#/PatchConsentRelationshipNotFoundError"
817817

818+
"415":
819+
description: Unsupported media type
820+
content:
821+
application/fhir+json:
822+
schema:
823+
$ref: "#/components/schemas/OperationOutcome"
818824
"422":
819825
description: Business rule validation failed
820826
content:

0 commit comments

Comments
 (0)