Commit 2aa7170dba056faf9dc6d55ec14dad5f2604ca9d

Authored by Igor Kulikov
1 parent 4991bb72

Update swagger properties

... ... @@ -851,8 +851,8 @@ swagger:
851 851 title: "${SWAGGER_TITLE:ThingsBoard REST API}"
852 852 description: "${SWAGGER_DESCRIPTION: ThingsBoard open-source IoT platform REST API documentation.}"
853 853 contact:
854   - name: "${SWAGGER_CONTACT_NAME:Thingsboard team}"
855   - url: "${SWAGGER_CONTACT_URL:http://thingsboard.io}"
  854 + name: "${SWAGGER_CONTACT_NAME:ThingsBoard team}"
  855 + url: "${SWAGGER_CONTACT_URL:https://thingsboard.io}"
856 856 email: "${SWAGGER_CONTACT_EMAIL:info@thingsboard.io}"
857 857 license:
858 858 title: "${SWAGGER_LICENSE_TITLE:Apache License Version 2.0}"
... ...