Modify label
HTTP Request URL: http(s)://api.thingboot.com/{AppID}/tag/modify/?sign={sign}&ts={ts}
About the sign and ts definition
Or
MQTT Publish Topic: api/{AppID}/tag/modify
The returned results are also received on the same topic.
Request parameters
Modify tags; only one can be changed per request. At least one of 'title' and 'remark' must be specified simultaneously.
| Name | Required | Type | Description |
|---|---|---|---|
| tag | Yes | int | Tag ID, only single-item modification supported |
| title | No | string | Tag name
At least one of title and remark must be specified. |
| remark | No | string | Tag remarks
At least one of title and remark must be specified simultaneously. |