File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
proxies/live/apiproxy/targets Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1818 <Name >RaiseFault.415UnsupportedMediaType</Name >
1919 <Condition >request.verb = "POST" and request.header.Content-Type != "application/fhir+json" and request.header.Content-Type != "application/fhir+json; charset=utf-8"</Condition >
2020 </Step >
21+ <Step >
22+ <Name >RaiseFault.415UnsupportedMediaType</Name >
23+ <Condition >request.verb = "PATCH" and request.header.Content-Type != "application/json-patch+json"</Condition >
24+ </Step >
2125 <Step >
2226 <Name >SetRequestAWSMimeType</Name >
2327 </Step >
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments