Browse Source

Update ATTRIBUTES_KEYS_DESCRIPTION

pull/14287/head
Viacheslav Klimov 9 months ago
committed by GitHub
parent
commit
443aff0071
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      application/src/main/java/org/thingsboard/server/controller/ControllerConstants.java

2
application/src/main/java/org/thingsboard/server/controller/ControllerConstants.java

@ -1631,7 +1631,7 @@ public class ControllerConstants {
protected static final String ATTRIBUTES_SCOPE_DESCRIPTION = "A string value representing the attributes scope. For example, 'SERVER_SCOPE'.";
protected static final String ATTRIBUTES_KEYS_DESCRIPTION = "A string value representing the comma-separated list of attributes keys. For example, 'active,inactivityAlarmTime'. " +
"If attribute keys contain commas duplicate 'key' parameter for each key, for example '?key=my,key&key=my,second,key";
"If attribute keys contain comma, duplicate 'key' parameter for each key, for example '?key=my,key&key=my,second,key";
protected static final String ATTRIBUTES_JSON_REQUEST_DESCRIPTION = "A string value representing the json object. For example, '{\"key\":\"value\"}'. See API call description for more details.";
protected static final String TELEMETRY_KEYS_BASE_DESCRIPTION = "A string value representing the comma-separated list of telemetry keys.";

Loading…
Cancel
Save