-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Open
Description
The parameters in the diagram are not expanded/collapsed when you click on the arrow
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
Labels
No labels