Skip to content

Commit 1750f85

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
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
],
3939
"resourceType": "OperationOutcome",

0 commit comments

Comments
 (0)