Skip to content

Commit b70c04f

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"code": "FORBIDDEN",
2929
"display": "Access Denied",
3030
"system": "https://fhir.nhs.uk/R4/CodeSystem/ValidatedRelationships-ErrorOrWarningCode",
31-
"version": "1",
31+
"version": "1"
3232
}
3333
]
3434
},
3535
"diagnostics": "Access denied to resource.",
36-
"severity": "error",
36+
"severity": "error"
3737
}
3838
],
39-
"resourceType": "OperationOutcome",
39+
"resourceType": "OperationOutcome"
4040
}
4141
</Payload>
4242
</Set>

0 commit comments

Comments
 (0)