Skip to content

Commit

Permalink
Fix a API doc Schema issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ligangty committed Jan 11, 2024
1 parent 7191f69 commit 8453d76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public Response getAllEndpoints( @Context final UriInfo uriInfo )
@Operation(
summary = "Retrieve a listing of the artifact stores keys available on the system." )
@APIResponse( responseCode = "200",
content = @Content( schema = @Schema( implementation = EndpointViewListing.class ) ),
content = @Content( schema = @Schema( implementation = Map.class ) ),
description = "The artifact store keys listing" )
@Path( "/all-storekeys" )
@GET
Expand Down

0 comments on commit 8453d76

Please sign in to comment.