Skip to content

Commit 230724a

Browse files
[HIA-721]
WIP Fix for prism mocks - prism now seems to work
1 parent 6f28655 commit 230724a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/prismMocks/assess-risks-and-needs-api-docs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"200": {
138138
"description": "OK",
139139
"content": {
140-
"*/*": {
140+
"application/json": {
141141
"schema": {
142142
"$ref": "#/components/schemas/RiskManagementPlansDto"
143143
}
@@ -356,7 +356,7 @@
356356
"type": "string"
357357
},
358358
"limitedAccessOffender": {
359-
"type": "boolean"
359+
"type": "string"
360360
},
361361
"riskManagementPlan": {
362362
"type": "array",

0 commit comments

Comments
 (0)