Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for showExtensions (0.16 sec)

  1. tests/test_tutorial/test_configure_swagger_ui/test_tutorial002.py

            "default configs should be preserved"
        )
        assert '"deepLinking": true,' in response.text, (
            "default configs should be preserved"
        )
        assert '"showExtensions": true,' in response.text, (
            "default configs should be preserved"
        )
        assert '"showCommonExtensions": true,' in response.text, (
            "default configs should be preserved"
        )
    
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  2. tests/test_tutorial/test_configure_swagger_ui/test_tutorial003.py

            "default configs should be preserved"
        )
        assert '"layout": "BaseLayout",' in response.text, (
            "default configs should be preserved"
        )
        assert '"showExtensions": true,' in response.text, (
            "default configs should be preserved"
        )
        assert '"showCommonExtensions": true,' in response.text, (
            "default configs should be preserved"
        )
    
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  3. tests/test_tutorial/test_configure_swagger_ui/test_tutorial001.py

            "default configs should be preserved"
        )
        assert '"deepLinking": true,' in response.text, (
            "default configs should be preserved"
        )
        assert '"showExtensions": true,' in response.text, (
            "default configs should be preserved"
        )
        assert '"showCommonExtensions": true,' in response.text, (
            "default configs should be preserved"
        )
    
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. fastapi/openapi/docs.py

            You can use it as a template to add any other configurations needed.
            """
        ),
    ] = {
        "dom_id": "#swagger-ui",
        "layout": "BaseLayout",
        "deepLinking": True,
        "showExtensions": True,
        "showCommonExtensions": True,
    }
    
    
    def get_swagger_ui_html(
        *,
        openapi_url: Annotated[
            str,
            Doc(
                """
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 10.1K bytes
    - Viewed (0)
Back to top