Skip to content

Commit 761c037

Browse files
committed
NPA-4513 Fix JSON Response
1 parent a21007d commit 761c037

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

proxies/live/apiproxy/policies/RaiseFault.403Forbidden.xml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,7 @@
1818
<StatusCode>403</StatusCode>
1919
<ReasonPhrase>Forbidden</ReasonPhrase>
2020
<Payload>
21-
{
22-
"issue": [
23-
{
24-
"code": "forbidden",
25-
"details": {
26-
"coding": [
27-
{
28-
"code": "FORBIDDEN",
29-
"display": "Access Denied",
30-
"system": "https://fhir.nhs.uk/R4/CodeSystem/ValidatedRelationships-ErrorOrWarningCode",
31-
"version": "1",
32-
}
33-
]
34-
},
35-
"diagnostics": "Access denied to resource.",
36-
"severity": "error",
37-
}
38-
],
39-
"resourceType": "OperationOutcome",
40-
}
21+
g
4122
</Payload>
4223
</Set>
4324
</FaultResponse>

0 commit comments

Comments
 (0)