Skip to content

Commit

Permalink
feature: 420 refactor swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-lcapellino committed Mar 13, 2024
1 parent fd3faaf commit 9a19f7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ public class ContractController {

@Operation(operationId = "contracts",
summary = "All contract agreements for all assets",
tags = {"getContracts"},
description = "This endpoint returns all contract agreements for alls assets in Trace-X",
tags = {"Contracts"},
description = "This endpoint returns all contract agreements for all assets in Trace-X",
security = @SecurityRequirement(name = "oAuth2", scopes = "profile email"))
@ApiResponses(value = {@ApiResponse(responseCode = "200", description = "Ok."),
@ApiResponse(
Expand Down

0 comments on commit 9a19f7e

Please sign in to comment.