Open nxht opened 1 month ago
I have an endpoint that receives formdata as request and returns application/json as response.
formdata
application/json
If I set type of endpoint to formdata, the swagger documentation automatically receives response as formdata as well.
type
It would be better if there's way to set the contentType of response
contentType
Same here! any news ?
I have an endpoint that receives
formdata
as request and returnsapplication/json
as response.If I set
type
of endpoint toformdata
, the swagger documentation automatically receives response asformdata
as well.It would be better if there's way to set the
contentType
of response