English
Update an existing tag
/backend/tags/{id}
curl -X PUT "https://api.leavo.ai/backend/tags/tag-uuid" \ -H "Authorization: Bearer your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "name": "High Priority", "color": "#DC2626" }'
{ "success": true, "data": { "id": "tag-uuid", "name": "High Priority", "color": "#DC2626", "updated_at": "2024-01-15T14:00:00Z" } }