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
Use root_path internally for mounted applications, so that OpenAPI and the docs UI works automatically without extra configurations and parameters.
Add new root_path parameter for FastAPI applications to provide it in cases where it can be set with the command line (e.g. for Uvicorn and Hypercorn, with the parameter --root-path).
Deprecate openapi_prefix parameter in favor of the new root_path parameter.
Add new/updated docs for Sub Applications - Mounts, without openapi_prefix (as it is now handled automatically).
Add new/updated docs for Behind a Proxy, including how to setup a local testing proxy with Traefik and using root_path.
Update docs for Extending OpenAPI with the new openapi_prefix parameter passed (internally generated from root_path).