Skip to content

Commit

Permalink
ISSUE-661: Knox proxy swallows API call result (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
guruchai authored Feb 5, 2020
1 parent 47e73d8 commit 4781fb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,7 @@ public Response getSerializers(@ApiParam(value = "Schema name", required = true)
}

@POST
@Produces(MediaType.TEXT_PLAIN)
@Consumes(MediaType.MULTIPART_FORM_DATA)
@Path("/files")
@ApiOperation(value = "Upload the given file and returns respective identifier.", response = String.class, tags = OPERATION_GROUP_OTHER)
Expand Down

0 comments on commit 4781fb6

Please sign in to comment.