We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6062c1 commit 23da51bCopy full SHA for 23da51b
content/openapi/introduction.md
@@ -284,7 +284,6 @@ export interface SwaggerCustomOptions {
284
* @deprecated This property has no effect.
285
*/
286
urls?: Record<'url' | 'name', string>[];
287
-
288
}
289
```
290
> info **Hint** `ui` and `raw` are independent options. Disabling Swagger UI (`ui: false`) does not disable API definitions (JSON/YAML). Conversely, disabling API definitions (`raw: []`) does not disable the Swagger UI.
0 commit comments