Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 6 additions & 26 deletions openapi-specs/nomis-prisoner-api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name" : "HMPPS Digital Studio",
"email" : "feedback@digital.justice.gov.uk"
},
"version" : "2026-03-18.1217.dea00ca"
"version" : "2026-03-19.1221.57f5860"
},
"servers" : [ {
"url" : "https://nomis-prisoner-api-dev.prison.service.justice.gov.uk",
Expand Down Expand Up @@ -1162,15 +1162,6 @@
},
"example" : 34565
} ],
"requestBody" : {
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/CourtAppearanceRequest"
}
}
}
},
"responses" : {
"200" : {
"description" : "Court Appearance deleted"
Expand Down Expand Up @@ -23584,13 +23575,6 @@
"type" : "string",
"format" : "date-time"
},
"courtEventCharges" : {
"type" : "array",
"items" : {
"type" : "integer",
"format" : "int64"
}
},
"courtEventChargesWithOutcomes" : {
"type" : "array",
"items" : {
Expand All @@ -23601,7 +23585,7 @@
"type" : "string"
}
},
"required" : [ "courtEventCharges", "courtEventChargesWithOutcomes", "courtEventType", "courtId", "eventDateTime" ]
"required" : [ "courtEventChargesWithOutcomes", "courtEventType", "courtId", "eventDateTime" ]
},
"CourtEventChargeRequest" : {
"type" : "object",
Expand Down Expand Up @@ -31243,13 +31227,13 @@
"type" : "integer",
"format" : "int32"
},
"paged" : {
"type" : "boolean"
},
"pageNumber" : {
"type" : "integer",
"format" : "int32"
},
"paged" : {
"type" : "boolean"
},
"unpaged" : {
"type" : "boolean"
}
Expand Down Expand Up @@ -37552,16 +37536,12 @@
"type" : "string",
"description" : "Comments describing reason for change of belief"
},
"verified" : {
"type" : "boolean",
"description" : "Verified flag"
},
"audit" : {
"$ref" : "#/components/schemas/NomisAudit",
"description" : "Audit data associated with the records"
}
},
"required" : [ "audit", "belief", "beliefId", "startDate", "verified" ]
"required" : [ "audit", "belief", "beliefId", "startDate" ]
},
"OffenderDisability" : {
"type" : "object",
Expand Down
Loading