API Reference
Update label
Rename a label or change its color
Updated 30 June 2026
On this page
Update a label's name or color. Only the fields you send are changed.
Path Parameters
idintegerrequired
The label ID. Must belong to your account.
Request Body
namestring
New name (max 255 characters). Must be unique within your account.
colorstring
New color. One of: gray, slate, red, orange, amber, green, teal, blue, purple, pink. Send null to clear it.
Response
messagestring
Success message
dataobject
{
"message": "Label updated successfully",
"data": { "id": 3, "name": "Inbound calls", "color": "teal", "assistants_count": 7 }
}
{ "message": "Label not found" }
Related guides
API Reference
Introduction
Welcome to the VoxLink API
Read guide →API Reference
Authentication
Learn how to authenticate your API requests
Read guide →API Reference
Get current user
Get the authenticated user's profile information
Read guide →API Reference
List assistants
List all assistants for the authenticated user with pagination
Read guide →