Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public Uni<Response> cleanup( final @Context UriInfo uriInfo )
@Operation( description = "Create a test archive with timestamp suffix for testing purposes" )
@APIResponse( responseCode = "200", description = "Test archive created successfully" )
@APIResponse( responseCode = "500", description = "Failed to create test archive - directory may not be writable" )
@POST
@GET
@Path( "test" )
@Produces( APPLICATION_JSON )
public Uni<Response> createTestArchive( final @Context UriInfo uriInfo )
Expand Down