Edit role
| Parameter | Description | Required |
|---|---|---|
| action | editRole | True |
| rid | Role id | True |
| group | Groups and items within groups, fully transitive | True |
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 |
| 0x000B | ERR_NO_PERMISSION | No permissions |
| 0x0170 | ERR_NOT_FOUND_DEFINEDROLE | Role not found |