File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
proxies/live/apiproxy/targets Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1717 <Step >
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 >
20+ <!-- Catches all POST Incorrect Content-Type -->
2021 </Step >
2122 <Step >
2223 <Name >RaiseFault.415UnsupportedMediaType</Name >
23- <Condition >request.verb = "PATCH" and request.header.Content-Type != "application/json-patch+json"</Condition >
24+ <Condition >request.verb = "PATCH" and request.pathsuffix = "/FHIR/R4/Consent" and request.header.Content-Type != "application/json-patch+json"</Condition >
25+ <!-- Catches PATCH /Consent Incorrect Content-Type -->
2426 </Step >
2527 <Step >
2628 <Name >SetRequestAWSMimeType</Name >
You can’t perform that action at this time.
0 commit comments