We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contentType
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
The text was updated successfully, but these errors were encountered:
Same here! any news ?
Sorry, something went wrong.
No branches or pull requests
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 responseThe text was updated successfully, but these errors were encountered: