diff --git a/pkg/swaggerui/ui.html b/pkg/swaggerui/ui.html index 04af494..d9048bb 100644 --- a/pkg/swaggerui/ui.html +++ b/pkg/swaggerui/ui.html @@ -48,7 +48,9 @@ plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], - layout: "StandaloneLayout" + layout: "StandaloneLayout", + docExpansion: 'list', + defaultModelsExpandDepth: 0, }); // End Swagger UI call region window.ui = ui;