Contacts::Tag
Update Tag
Update a Contact Tag
put/contacts/tags/{id}
Path parameters
idstring required
Request body
Example request
{
"contacts_tag": {
"contacts_tag": {
"name": "renamed-tag",
"color": "#FF5733"
}
}
}Response
OK
Example response
{
"id": 4,
"public_id": "LutgGM",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#00FF00",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}