Skip to content

Commit

Permalink
Merge pull request #3081 from Kimsunmin/kimsunmin/swagger-explorer-patch
Browse files Browse the repository at this point in the history
docs: Update SwaggerCustomOptions.explorer description
  • Loading branch information
kamilmysliwiec authored Sep 17, 2024
2 parents 23f596d + 1663e5d commit d940f58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/openapi/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d940f58

Please sign in to comment.