reverted default value to "list"

This commit is contained in:
dashevchenko 2025-08-20 15:04:26 +03:00
parent a78e88906b
commit 8a0c15c8d0
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ public class SwaggerConfiguration {
private String appVersion;
@Value("${swagger.group_name:thingsboard}")
private String groupName;
@Value("${swagger.doc_expansion:none}")
@Value("${swagger.doc_expansion:list}")
private String docExpansion;
@Bean

View File

@ -1535,7 +1535,7 @@ swagger:
# The group name (definition) on the API doc UI page.
group_name: "${SWAGGER_GROUP_NAME:thingsboard}"
# Control the initial display state of API operations and tags (none, list or full)
doc_expansion: "${SWAGGER_DOC_EXPANSION:none}"
doc_expansion: "${SWAGGER_DOC_EXPANSION:list}"
# Queue configuration parameters
queue: