From 1663e5d54ef504ccbaa300491136a139077e6d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=A0=EB=AF=BC?= Date: Mon, 26 Aug 2024 16:52:09 +0900 Subject: [PATCH] Update introduction.md --- content/openapi/introduction.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/openapi/introduction.md b/content/openapi/introduction.md index d87abc1428..9eb6ecba88 100644 --- a/content/openapi/introduction.md +++ b/content/openapi/introduction.md @@ -187,6 +187,10 @@ export interface SwaggerCustomOptions { /** * If `true`, the selector of OpenAPI definitions is displayed in the Swagger UI interface. * Default: `false`. + * + * When `true` and `swaggerOptions.urls` is provided, a dropdown labeled "Select a definition" + * is shown in the Swagger UI, allowing users to select from the available API definitions + * specified in the `urls` array. */ explorer?: boolean;