You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ The application is configurable via environment variables.
132
132
- **Type:** boolean
133
133
- **Required:** No, defaults to `true`
134
134
- **Example:** `false`, `1`, `True`
135
-
- OpenAPI
135
+
- OpenAPI / Swagger UI
136
136
- **`OPENAPI_SPEC_ENDPOINT`**, path of OpenAPI specification, used for augmenting spec response with auth configuration
137
137
- **Type:** string or null
138
138
- **Required:** No, defaults to `null` (disabled)
@@ -145,11 +145,11 @@ The application is configurable via environment variables.
145
145
- **Type:** JSON object
146
146
- **Required:** No, defaults to `null` (disabled)
147
147
- **Example:** `{"type": "http", "scheme": "bearer", "bearerFormat": "JWT", "description": "Paste your raw JWT here. This API uses Bearer token authorization.\n"}`
148
-
- **`SWAGGER_UI_ENDPOINT`**, path of Swagger UI, used for augmenting spec response with auth configuration
148
+
- **`SWAGGER_UI_ENDPOINT`**, 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
149
149
- **Type:** string or null
150
-
- **Required:** No, defaults to `/api.html`
151
-
- **Example:** `/api`
152
-
- **`SWAGGER_UI_INIT_OAUTH`**, initialization options for the [Swagger UI OAuth2 configuration](https://swagger.io/docs/open-source-tools/swagger-ui/usage/oauth2/)
150
+
- **Required:** No, defaults to `null` (disabled)
151
+
- **Example:** `/api.html`
152
+
- **`SWAGGER_UI_INIT_OAUTH`**, initialization options for the [Swagger UI OAuth2 configuration](https://swagger.io/docs/open-source-tools/swagger-ui/usage/oauth2/) on custom Swagger UI
0 commit comments