Skip to main content
PUT
Atualizar tag

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
name
string

Nome da tag

Example:

"marketing orgânico"

color
string

Cor da tag em hexadecimal

Example:

"#A78BFA"

description
string

Descrição atribuída a tag

Example:

"Leads que vieram de campanhas internas"

useRandomColor
boolean

Opção de atribuír uma cor aleatória na tag, por padrão é false

Example:

true

Response

200 - application/json
id
string

ID da tag

Example:

"cb3e8d24-ccad-43d1-acd5-08580d9bc674"

name
string

Nome da tag

Example:

"marketing orgânico"

color
string

Cor da tag em hexadecimal

Example:

"#A78BFA"

description
string

Descrição atribuída a tag

Example:

"Leads que vieram de campanhas internas"

createdAt
string<date-time>

Data de cricão da tag

Example:

"2025-03-25T14:12:47.738Z"