PATCH
Update Contact Tag
Updates the name or color of an existing contact tag.
PATCH
https://api.vantaxai.com/v1/contact-tags/{tag_id}Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Content-TypestringrequiredMust be application/json for requests with a body.
example: application/json
Path Parameters
tag_idstringrequiredThe tag to update.
example: tag_4f17a2
Body Parameters
namestringoptionalNew tag name (max 64 characters).
colorstringoptionalNew display color as a hex code.