PATCH
/
tag
/
{id_tag}
curl --request PATCH \
  --url https://api.breakcold.com/tag/{id_tag} \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "name": "High",
  "color": "#FFC300"
}'

Authorizations

X-API-KEY
string
header
required

Path Parameters

id_tag
string
required

Unique identifier of the tag

Query Parameters

id_space
string

Identifier of the space, not required when 'X-API-KEY' is provided.

Body

application/json
Update tag body
name
string
required

Name of the tag.

id_list
string

Identifier of the list to which the tag belongs. Optional.

color
string

Color code associated with the tag in hexadecimal format. Optional.

Response

200
_mintlify/placeholder

Tag updated successfully.