We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2756a12 commit d2e58f9Copy full SHA for d2e58f9
aws_lambda_powertools/event_handler/openapi/swagger_ui/html.py
@@ -21,9 +21,9 @@ def generate_swagger_html(
21
path: str
22
The path to the Swagger documentation
23
swagger_js: str
24
- The URL to the Swagger UI JavaScript file
+ Swagger UI JavaScript source code or URL
25
swagger_css: str
26
- The URL to the Swagger UI CSS file
+ Swagger UI CSS source code or URL
27
swagger_base_url: str
28
The base URL for Swagger UI
29
oauth2_config: OAuth2Config, optional
0 commit comments