Browse Source

Merge pull request #14063 from dashevchenko/expandSwaggerOptions

Deleted full option as it makes UI to hang
pull/13807/merge
Viacheslav Klimov 8 months ago
committed by GitHub
parent
commit
9fac615a72
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      application/src/main/resources/thingsboard.yml

2
application/src/main/resources/thingsboard.yml

@ -1542,7 +1542,7 @@ swagger:
version: "${SWAGGER_VERSION:}"
# 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)
# Control the initial display state of API operations and tags (none or list)
doc_expansion: "${SWAGGER_DOC_EXPANSION:list}"
# Queue configuration parameters

Loading…
Cancel
Save