We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23f596d + 1663e5d commit d940f58Copy full SHA for d940f58
content/openapi/introduction.md
@@ -187,6 +187,10 @@ export interface SwaggerCustomOptions {
187
/**
188
* If `true`, the selector of OpenAPI definitions is displayed in the Swagger UI interface.
189
* 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.
194
*/
195
explorer?: boolean;
196
0 commit comments