Skip to content

Commit 54bdd70

Browse files
author
bnasslahsen
committed
Merge branch 'feature/issue-572-missing-swagger-ui-property-documentation' of https://github.com/fs123/springdoc.github.io into fs123-feature/issue-572-missing-swagger-ui-property-documentation
2 parents e76d981 + 035f2b1 commit 54bdd70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

springdoc-properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ springdoc.swagger-ui.showCommonExtensions | `false` | `Boolean`. Controls the di
6767
springdoc.swagger-ui.supportedSubmitMethods | | `Array=["get", "put", "post", "delete", "options", "head", "patch", "trace"]`. List of HTTP methods that have the "Try it out" feature enabled. An empty array disables "Try it out" for all operations. This does not filter the operations from the display.
6868
springdoc.swagger-ui.urls[0].url | | `URL`. The url of the swagger group, used by Topbar plugin. URLs must be unique among all items in this array, since they're used as identifiers.
6969
springdoc.swagger-ui.urls[0].name | | `String`. The name of the swagger group, used by Topbar plugin. Names must be unique among all items in this array, since they're used as identifiers.
70+
springdoc.swagger-ui.urlsPrimaryName | | `String`. The name of the swagger group which will be displayed when Swagger UI loads.
7071
springdoc.swagger-ui.oauth.clientId | | `String`. Default clientId. MUST be a string.
7172
springdoc.swagger-ui.oauth.clientSecret | | `String`. Default clientSecret. Never use this parameter in your production environment. It exposes crucial security information. This feature is intended for dev/test environments only.
7273
springdoc.swagger-ui.oauth.realm | | `String`. realm query parameter (for OAuth 1) added to authorizationUrl and tokenUrl.

0 commit comments

Comments
 (0)