We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75f3f39 + 338b4e6 commit 8c63bfaCopy full SHA for 8c63bfa
proxies/live/apiproxy/targets/target.xml
@@ -21,7 +21,7 @@
21
</Step>
22
<Step>
23
<Name>RaiseFault.415UnsupportedMediaType</Name>
24
- <Condition>request.verb = "PATCH" and request.pathsuffix = "/FHIR/R4/Consent" and request.header.Content-Type != "application/json-patch+json"</Condition>
+ <Condition>request.verb = "PATCH" and request.path MatchesPath "/validated-relationships/FHIR/R4/Consent/*" and request.header.Content-Type != "application/json-patch+json"</Condition>
25
<!-- Catches PATCH /Consent Incorrect Content-Type -->
26
27
0 commit comments