Update Tag
Update details for a tag
Last updated
Update details for a tag
Last updated
PUT
https://{{account_id}}.acquire.io/api/v1/crm/tag/{{tagId}}
Update a tag. To choose a color, use a hex color code and set it to the key of "color"
. Tags must have unique names. See example body below.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
tagId
integer
ID of tag
Authorization
string
Bearer {{api_key}}
type
array
Array of strings. Indicate if a tag will be attached to a case or contact.
color
string
Hex color code.
name
string
Tag name. Must be unique.