You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: