tag_id
: ID of the tag to updatename
: Updated display name for the tagcolor
: Updated hex color codedescription
: Updated description (can be empty)curl --location --request PUT 'https://api.plusvibe.ai/api/v1/tags/update' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "507f1f77bcf86cd799439011",
"tag_id": "507f1f77bcf86cd799439012",
"name": "Plusvibe DFY - new",
"color": "#9B59B6",
"description": "Highest Reply Rate"
}'
{
"status": "success"
}