Edit Group
| Parameter | Description | Required |
|---|---|---|
| action | editAccountGroup | True |
| id | Group id, representing the group to be modified | True |
| name | Group name, when not passed, indicates no need to modify it | False |
| desc | Group description, when not passed, indicates no need to modify | False |
response: No text
{
"err":0,
"desc":"ERR_NONE"
}
Possible errors:
| Response error code | Description | Details |
|---|---|---|
| 0x0001 | ERR_FAIL | Fail |
| 0x0006 | ERR_FORMAT_ERROR | Format error |
| 0x0204 | ERR_NAME_DUPLICATE | Name cannot have the same name |