We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c50381 commit 4521db3Copy full SHA for 4521db3
openapi.yml
@@ -96,11 +96,6 @@ paths:
96
type: object
97
properties:
98
data:
99
- type: object
100
- properties:
101
- prisonerOffenderSearch:
102
- $ref: "#/components/schemas/Person"
103
- probationOffenderSearch:
104
$ref: "#/components/schemas/Person"
105
"404":
106
description: Failed to find a person with the provided HMPPS ID.
src/main/resources/application-dev.yml
@@ -40,6 +40,7 @@ authorisation:
40
- "/v1/persons/.*/adjudications"
41
- "/v1/persons/.*/licences/conditions"
42
- "/v1/persons/.*/case-notes"
43
+ - "/v1/persons/.*/protected-characteristics"
44
ctrlo:
45
- "/v1/epf/person-details/.*/.*"
46
kubernetes-health-check-client:
0 commit comments