Skip to content

Commit 94e3c15

Browse files
committed
Transaction controller doc decorator typos
1 parent 9b43c7e commit 94e3c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ class TransactionsController(
106106
}
107107

108108
@Operation(
109-
summary = ".",
109+
summary = "Get transaction by clientUniqueRef.",
110110
description = "<b>Applicable filters</b>: <ul><li>prisons</li></ul>",
111111
responses = [
112112
ApiResponse(responseCode = "200", useReturnTypeSchema = true, description = "Successfully found a transaction."),
113113
ApiResponse(
114114
responseCode = "400",
115-
description = "The request data has an invalid format or the prisoner does hot have transaction associated with the clientUniqueRef.",
115+
description = "The request data has an invalid format or the prisoner does not have transaction associated with the clientUniqueRef.",
116116
content = [
117117
Content(
118118
schema =

0 commit comments

Comments
 (0)