Changes a user group name.
project_id required | string <uuid> Login project ID from Publisher Account. |
group_id required | integer Group ID. Call the Get groups method to get it. |
OK
Unauthorized
Forbidden
Not Found
Unprocessable Entity
{- "new_name": "string"
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}