PUT
/
api
/
v1
/
tags
/
{id}
Atualizar tag
curl --request PUT \
  --url https://api.datacrazy.io/v1/api/api/v1/tags/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "marketing orgânico",
  "color": "#A78BFA",
  "description": "Leads que vieram de campanhas internas",
  "useRandomColor": true
}'
{
  "id": "cb3e8d24-ccad-43d1-acd5-08580d9bc674",
  "name": "marketing orgânico",
  "color": "#A78BFA",
  "description": "Leads que vieram de campanhas internas",
  "createdAt": "2025-03-25T14:12:47.738Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json

Response

200 - application/json

The response is of type object.