cURL
curl --request PATCH \ --url https://app.synkrony.ai/api/v1/tags/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tag": { "name": "Atualizada", "color": "#000000" } } '
{ "data": { "id": 123, "color": "<string>", "bgColor": "<string>", "label": "<string>" } }
API token no formato Bearer. Exemplo: Bearer YOUR_API_TOKEN
ID da tag
Show child attributes
Tag updated successfully