Skip to content

Commit 69463c8

Browse files
committed
Add offences schema
1 parent a259f66 commit 69463c8

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/controllers/v1/person

1 file changed

+1
-0
lines changed

src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/controllers/v1/person/OffencesController.kt

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class OffencesController(
4343
description = "Successfully found offences for a person with the provided HMPPS ID.",
4444
content = [
4545
Content(
46+
schema = Schema(implementation = PaginatedResponse::class),
4647
examples = [
4748
ExampleObject(
4849
"""{

0 commit comments

Comments
 (0)