We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3f30d6 + 8c56816 commit a5bf3d4Copy full SHA for a5bf3d4
src/main/java/org/commonjava/indy/service/archive/jaxrs/ArchiveManageResources.java
@@ -236,7 +236,7 @@ public Uni<Response> cleanup( final @Context UriInfo uriInfo )
236
@Operation( description = "Create a test archive with timestamp suffix for testing purposes" )
237
@APIResponse( responseCode = "200", description = "Test archive created successfully" )
238
@APIResponse( responseCode = "500", description = "Failed to create test archive - directory may not be writable" )
239
- @POST
+ @GET
240
@Path( "test" )
241
@Produces( APPLICATION_JSON )
242
public Uni<Response> createTestArchive( final @Context UriInfo uriInfo )
0 commit comments