cURL
curl --request PUT \ --url http://localhost:8091/api/servers/{serverID}/groups/order \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "groupIds": [ "<string>" ] } '
{ "error": "<string>" }
Sets the display order of channel groups by providing an ordered array of group IDs.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Server ID
Ordered array of group IDs
Groups reordered