Update a tag
Update a tag
PATCH
Update a tag
Updates the name and/or color of an existing tag identified by its slug. If the name is changed, the slug will be automatically regenerated. System tags cannot be modified.
Authorizations
Path Parameters
Slug of the tag to update
Body
application/json
Response
Tag updated successfully
Unique identifier for the tag
Example:
42
URL-friendly slug generated from the tag name
Maximum string length:
50Example:
"important-customer"
Display name of the tag
Maximum string length:
50Example:
"Important Customer"
Hex color code for the tag (e.g.,
Pattern:
^#[0-9A-Fa-f]{6}$Example:
"#FF5733"
Number of conversations associated with this tag
Example:
15
Whether this is a system-defined tag that cannot be modified or deleted
Example:
false