diff --git a/src/main/java/org/commonjava/indy/service/repository/jaxrs/version/StatsHandler.java b/src/main/java/org/commonjava/indy/service/repository/jaxrs/version/StatsHandler.java index 8065f56..f19388b 100644 --- a/src/main/java/org/commonjava/indy/service/repository/jaxrs/version/StatsHandler.java +++ b/src/main/java/org/commonjava/indy/service/repository/jaxrs/version/StatsHandler.java @@ -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