Modify Group
HTTP Request URL: http(s)://api.thingboot.com/{AppID}/group/modify/?sign={sign}&ts={ts}
About the sign and ts definition
Or
MQTT Publish Topic: api/{AppID}/group/modify
The returned results are also received on the same topic.
Request parameters
| Name | Required | Type | Description |
|---|---|---|---|
| parent | No | int | Parent ID; do not pass if it remains unchanged. |
| group | Yes | int | Group ID, only single-item modification supported |
| title | Yes | string | Group Name
At least one of title and remark must be specified. |
| remark | Yes | string | Group remarks
At least one of title and remark must be specified. |