Skip to content

Commit

Permalink
Merge pull request #1062 from catenax-ng/feature/420-refactor-swagger
Browse files Browse the repository at this point in the history
feature: 420 refactor swagger
  • Loading branch information
ds-lcapellino authored Mar 13, 2024
2 parents 1f6b2c9 + 9a19f7e commit 8e5ffcc
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 8e5ffcc

Please sign in to comment.