Skip to content

Commit b6ced42

Browse files
committed
docs: update default openapi/swagger ui endpoints
1 parent de60826 commit b6ced42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/user-guide/configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ The application is configurable via environment variables.
144144

145145
: Path of OpenAPI specification, used for augmenting spec response with auth configuration
146146

147-
**Type:** string or null
148-
**Required:** No, defaults to `null` (disabled)
149-
**Example:** `/api`
147+
**Type:** string or null
148+
**Required:** No, defaults to `/api`
149+
**Example:** `''` (disabled)
150150

151151
### `OPENAPI_AUTH_SCHEME_NAME`
152152

@@ -176,9 +176,9 @@ The application is configurable via environment variables.
176176

177177
: Path of Swagger UI, used to indicate that a custom Swagger UI should be hosted, typically useful when providing accompanying `SWAGGER_UI_INIT_OAUTH` arguments
178178

179-
**Type:** string or null
180-
**Required:** No, defaults to `null` (disabled)
181-
**Example:** `/api.html`
179+
**Type:** string or null
180+
**Required:** No, defaults to `/api.html`
181+
**Example:** `''` (disabled)
182182

183183
### `SWAGGER_UI_INIT_OAUTH`
184184

0 commit comments

Comments
 (0)