Skip to content

The parameters are not expanded/collapsed #10649

@iteiwtiewi

Description

@iteiwtiewi

The parameters in the diagram are not expanded/collapsed when you click on the arrow

Image

It helps if you switch the tab to "Example Value" and then back to "Schema"
My configuration:

let ui = SwaggerUIBundle({
            url: "/api-doc/main",
            dom_id: "#swagger-ui",
            deepLinking: true,
            displayRequestDuration: true,
            defaultModelRendering: "model",
            defaultModelExpandDepth: 3,
            docExpansion: "none",
            validatorUrl: "none",
            persistAuthorization: true,
            tagsSorter: "alpha",
            operationsSorter: "alpha",
            plugins: [
                HideInfoUrlPartsPlugin
            ]
        });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions