Skip to content

Commit

Permalink
Merge pull request #131 from ligangty/main
Browse files Browse the repository at this point in the history
Fix a API doc Schema issue
  • Loading branch information
ligangty authored Jan 11, 2024
2 parents bd70558 + 4099174 commit 5949600
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 5949600

Please sign in to comment.