Skip to content

Commit

Permalink
Attempt to fix encoding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Aug 14, 2024
1 parent b330f2a commit 99069d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public QueryStatus queryStatus(
responseCode = "200", description = "Query result", content = @Content(schema = @Schema(implementation = Response.class))
)}
)
@Produces(MediaType.APPLICATION_OCTET_STREAM)
public Response queryResult(
@Parameter(
description = "The UUID of the query to fetch the status of. The UUID is "
Expand Down

0 comments on commit 99069d8

Please sign in to comment.