-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
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
How to set response status description? #83
Comments
At the moment this is not implemented. But feel free to give it a try. We could add such a description to And in turn make use of it when generating the openApi specification. |
Hi, @mduesterhoeft , @ozscheyge Don't have the permissions to commit in your branches to create a PR |
Hey @oleksandr-abasov , sorry for missing this! 😅 You can issue PRs from your branch on your fork towards this repository by changing the "base" branch to ePages-de:master in GitHub UI. |
Related to #177 (which expects the response description to always be the reason phrase, here it is desired to be freely configurable). |
I couldn't seem to find a way to set response status description. It is currently always using the status code by default:
The text was updated successfully, but these errors were encountered: