cURL
curl --request PATCH \ --url http://localhost:8091/api/servers/{serverID}/groups/{groupID} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "error": "<string>" }
Updates the name of an existing channel group.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Server ID
Channel group ID
New group name (1-64 characters)
1 - 64
Channel group renamed