Skip to content

Commit d940f58

Browse files
Merge pull request #3081 from Kimsunmin/kimsunmin/swagger-explorer-patch
docs: Update SwaggerCustomOptions.explorer description
2 parents 23f596d + 1663e5d commit d940f58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/openapi/introduction.md

+4
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ export interface SwaggerCustomOptions {
187187
/**
188188
* If `true`, the selector of OpenAPI definitions is displayed in the Swagger UI interface.
189189
* Default: `false`.
190+
*
191+
* When `true` and `swaggerOptions.urls` is provided, a dropdown labeled "Select a definition"
192+
* is shown in the Swagger UI, allowing users to select from the available API definitions
193+
* specified in the `urls` array.
190194
*/
191195
explorer?: boolean;
192196

0 commit comments

Comments
 (0)