I'm trying to set Accept header to application/octet-stream with Swagger. I use the following code and notice in SoapUI Pro's request representation tab I have REQUEST = application/json and in response representation tab I have RESPONSE = application/octet-stream. Would it be possible to add it as Accept header?
@ApiOperation(produces = MediaType.APPLICATION_OCTET_STREAM, value = "")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.