From 2927e828026783d9c12f3378fa8386cedd69eabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 3 Feb 2023 13:40:08 +0100 Subject: [PATCH] Swagger UI: remove the "try it out" buttons Remove the "try it out" buttons, and have the "Execute" buttons visible immediately. --- internal/manager/swagger_ui/static/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/manager/swagger_ui/static/index.html b/internal/manager/swagger_ui/static/index.html index cf4f8c5e..42212bbe 100644 --- a/internal/manager/swagger_ui/static/index.html +++ b/internal/manager/swagger_ui/static/index.html @@ -59,6 +59,7 @@ SwaggerUIBundle.plugins.DownloadUrl ], layout: "BaseLayout", + tryItOutEnabled: true, }); // End Swagger UI call region