Skip to content

Commit

Permalink
small changes openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Sep 3, 2024
1 parent 2fa2a8d commit e0a21e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@
"post" : {
"tags" : [ "IO Transactions REST APIs" ],
"summary" : "Disable the transaction details given its id.",
"description" : "This service is deprecated. Use Paid Notice APIs instead",
"description" : "This operation is deprecated. Use Paid Notice APIs instead",
"operationId" : "disableTransaction",
"parameters" : [ {
"name" : "x-fiscal-code",
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_io.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"post" : {
"tags" : [ "IO Transactions REST APIs" ],
"summary" : "Disable the transaction details given its id.",
"description" : "This service is deprecated. Use Paid Notice APIs instead",
"description" : "This operation is deprecated. Use Paid Notice APIs instead",
"operationId" : "disableTransaction",
"parameters" : [ {
"name" : "x-fiscal-code",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ ResponseEntity<TransactionDetailResponse> getTransactionDetails(
* @return
* @deprecated
*/
@Operation(summary = "Disable the transaction details given its id.", description = "This service is deprecated. Use Paid Notice APIs instead", deprecated = true, security = {
@Operation(summary = "Disable the transaction details given its id.", description = "This operation is deprecated. Use Paid Notice APIs instead", deprecated = true, security = {
@SecurityRequirement(name = "ApiKey")}, operationId = "disableTransaction")
@ApiResponses(value = {
@ApiResponse(responseCode = "200", description = "Disabled Transactions.",
Expand Down

0 comments on commit e0a21e3

Please sign in to comment.