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
After setting the handler option :config {:jsonEditor true} body parameters should be expanded into individual fields instead of one JSON input.
:config {:jsonEditor true}
Even with the option set, Swagger UI displays the parameters in one JSON textfield.
The text was updated successfully, but these errors were encountered:
346fbad
No branches or pull requests
Expected behaviour
After setting the handler option
:config {:jsonEditor true}
body parameters should be expanded into individual fields instead of one JSON input.Actual behaviour
Even with the option set, Swagger UI displays the parameters in one JSON textfield.
The text was updated successfully, but these errors were encountered: