diff --git a/fastapi/openapi/docs.py b/fastapi/openapi/docs.py index fc55ac1a7..44c4e69a3 100644 --- a/fastapi/openapi/docs.py +++ b/fastapi/openapi/docs.py @@ -44,7 +44,9 @@ def get_swagger_ui_html( SwaggerUIBundle.SwaggerUIStandalonePreset ], layout: "BaseLayout", - deepLinking: true + deepLinking: true, + showExtensions: true, + showCommonExtensions: true })""" if init_oauth: