Edits a role's permissions or define a permission. {"msg":"RoleManager","instance_guid":"my_session_id_here","cmd":"EditRole","permissionId":"canKick","role_name":"good bean","role_id":"superadmin"} The server will toggle the permission to either true or false. Response: {"MSG":"RoleEdited","RoleName":"good bean","PermissionID":"canKick","Status":true} If the role is locked: {"MSG":"LockedRole"} If you do not have permissions to edit the role or is not the host: {"MSG":"DenyRoleAccess"}