From c91ad446ac58088cbbabd97e52f027b8d9c410a3 Mon Sep 17 00:00:00 2001 From: Tom Ratcliffe Date: Wed, 6 Aug 2025 15:47:10 +0100 Subject: [PATCH] Swagger: Display operation IDs on API docs (#109255) --- public/swagger/SwaggerPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/swagger/SwaggerPage.tsx b/public/swagger/SwaggerPage.tsx index d44eda5d36c..6c322e3884b 100644 --- a/public/swagger/SwaggerPage.tsx +++ b/public/swagger/SwaggerPage.tsx @@ -125,6 +125,7 @@ export const Page = () => { tryItOutEnabled={true} queryConfigEnabled={false} persistAuthorization={false} + displayOperationId /> )} {!url?.value &&
...{/** TODO, we can make an api docs loading page here */}
}