Skip to content

Commit

Permalink
fix(impl): [#199] add todo concerning OpenAPI response value descript…
Browse files Browse the repository at this point in the history
…ion for GET policies
  • Loading branch information
dsmf committed Mar 28, 2024
1 parent b86b209 commit 78c4246
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public CreatePoliciesResponse registerAllowedPolicy(@Valid @RequestBody final Cr
@ApiResponses(value = { @ApiResponse(responseCode = "200", description = "Returns the policies.",
content = { @Content(mediaType = APPLICATION_JSON_VALUE, array = @ArraySchema(
schema = @Schema(implementation = Policy.class)))
// TODO #199 OpenApi does not describe returned map correctly
}),
@ApiResponse(responseCode = "401", description = UNAUTHORIZED_DESC,
content = { @Content(mediaType = APPLICATION_JSON_VALUE,
Expand Down

0 comments on commit 78c4246

Please sign in to comment.