diff --git a/content/openapi/introduction.md b/content/openapi/introduction.md index 12f35032cd..a7c78da010 100644 --- a/content/openapi/introduction.md +++ b/content/openapi/introduction.md @@ -141,6 +141,7 @@ export interface ExpressSwaggerCustomOptions { customCssUrl?: string; customJs?: string; customfavIcon?: string; + customSwaggerUiPath?: string; swaggerUrl?: string; customSiteTitle?: string; validatorUrl?: string;