curl --request PUT \ --url https://app.untetherlabs.com/api/v1/settings/labels/{labelId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Video", "description": "Shift segment time is only available for video calls", "color": "#6941c6"}'
Copy
Ask AI
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2024-11-20T07:43:34+0000", "updatedAt": "2024-11-20T07:43:34+0000", "name": "Video", "description": "Shift segment time is only available for video calls", "color": "#6941c6"}
Labels
Update Label
PUT
/
v1
/
settings
/
labels
/
{labelId}
Update Label
Copy
Ask AI
curl --request PUT \ --url https://app.untetherlabs.com/api/v1/settings/labels/{labelId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Video", "description": "Shift segment time is only available for video calls", "color": "#6941c6"}'
Copy
Ask AI
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2024-11-20T07:43:34+0000", "updatedAt": "2024-11-20T07:43:34+0000", "name": "Video", "description": "Shift segment time is only available for video calls", "color": "#6941c6"}