Skip to content
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

Additional arguments of FastAPI() not working, such as swagger_ui_parameters or description #72

Open
PabloRuizCuevas opened this issue Jul 21, 2022 · 1 comment

Comments

@PabloRuizCuevas
Copy link

PabloRuizCuevas commented Jul 21, 2022

Describe the bug
Some arguments of FastAPI() won't work

To Reproduce
Use argument swagger_ui_parameters={"docExpansion": "none"} and check that it won't work in the versioning, as it won't collapse the tabs.

Expected behavior
I expect all arguments of FastAPI() to work.

Additional context
I already did a PR with a quick fix. PR #71

@PabloRuizCuevas
Copy link
Author

@DeanWay?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant