v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01390206.4 KB
Tags

Rename a tag

Updates the name of a tag. Contacts and conversations linked to the tag keep their link.

The name is trimmed before being stored. Tag names are unique within the workspace, so reusing an existing name returns 409.

patch/tags/{tagId}

Path parameters

tagIdstring uuid required

Request body

namestring required

Name of the tag. Must be unique within the workspace

Response

Tag updated successfully

idstring uuid required

Id of the tag

namestring required

Name of the tag