Skip to content

Commit

Permalink
ALS-7014: Fix content type
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Aug 27, 2024
1 parent 2b8f0bf commit 0a8f2b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public Response queryResult(
responseCode = "200", description = "Query result", content = @Content(schema = @Schema(implementation = Response.class))
)}
)
@Produces(MediaType.APPLICATION_OCTET_STREAM)
@Produces(MediaType.TEXT_PLAIN)
public Response queryResultSignedUrl(
@Parameter(
description = "The UUID of the query to fetch the status of. The UUID is "
Expand Down

0 comments on commit 0a8f2b4

Please sign in to comment.