Last Updated on : 2024-06-29 01:15:28download
Rename the specified group based on the group ID.
PUT: /v2.0/cloud/thing/group/{group_id}/{name}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
group_id | Long | path | true | The ID of the specified group. |
name | String | path | true | The name of the specified group. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. Valid values:
|
success | Boolean | Indicates whether the API is called successfully. Valid values:
|
t | Long | The timestamp. |
tid | String | The link ID. |
PUT: /v2.0/cloud/thing/group/123***2/gro*****ame
{
"tid": "38cced10b32111edaa2fba12a1143bd9",
"result": true,
"t": 1677119078865,
"success": true
}
For more information, see error code.
For more information, see Limits on API Request Frequency.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback