Skip to content

Commit

Permalink
CDPS-1186: Correcting swagger documentation (#2345)
Browse files Browse the repository at this point in the history
  • Loading branch information
brightonsbox authored Feb 6, 2025
1 parent 9b8593c commit 54c86fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package uk.gov.justice.hmpps.prison.api.model

import io.swagger.v3.oas.annotations.media.Schema

@Schema(description = "Update to prisoner religion")
@Schema(description = "Update to prisoner's smoker status")
data class UpdateSmokerStatus(
@Schema(
description = "The smoker status code ('Y' for 'Yes', 'N' for 'No', 'V' for 'Vaper/NRT Only')",
Expand Down

0 comments on commit 54c86fd

Please sign in to comment.