Skip to content

Commit

Permalink
PI-2316: Update tag name (#3959)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 authored Jun 28, 2024
1 parent 0da0ae3 commit 69de270
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import uk.gov.justice.digital.hmpps.service.CaseDetailsService
@RestController
@RequestMapping("/identifier-converter")
@PreAuthorize("hasRole('PROBATION_API__HMPPS_API__CASE_DETAIL')")
@Tag(name = "Converts case identifier", description = "Requires PROBATION_API__HMPPS_API__CASE_DETAIL")
@Tag(name = "Identifier Converter", description = "Requires PROBATION_API__HMPPS_API__CASE_DETAIL")
class CaseIdentifierController(
private val caseDetailsService: CaseDetailsService
) {
Expand Down

0 comments on commit 69de270

Please sign in to comment.