Skip to content

Commit 8a0fcac

Browse files
fix description (#770)
1 parent 269de67 commit 8a0fcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class HmppsIdController(
3131
@GetMapping("nomis-number/{nomisNumber}", "by-nomis-number/{nomisNumber}")
3232
@Operation(
3333
summary = "Return a HMPPS id for a given nomis number",
34-
description = "Accepts a nomis number and looks up the corresponding HMPPS Id (hmppsId).<br><br><b>Applicable filters</b>: <ul><li>prisons</li></ul>",
34+
description = "<b>Applicable filters</b>: <ul><li>prisons</li></ul>",
3535
responses = [
3636
ApiResponse(responseCode = "200", useReturnTypeSchema = true),
3737
ApiResponse(responseCode = "404", description = "Nomis number could not be found."),

0 commit comments

Comments
 (0)