curl -X PATCH "https://api.contactship.ai/v1/tags/tag-a1b2c3d4-e5f6-7890-abcd-ef1234567890" \ -H "x-api-key: your-api-key" \ -H "Content-Type: application/json" \ -d '{"label": "Very Hot Lead", "color": "#FF0000"}'
{ "id": "tag-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "name": "hot-lead", "color": "#FF0000", "label": "Very Hot Lead", "organization_id": "org-f1e2d3c4-b5a6-7890-1234-567890abcdef", "updated_at": "2026-04-06T14:00:00Z" }
Update an existing tag
#3498DB
400 Bad Request
401 Unauthorized
404 Not Found
500 Internal Server Error