cURL
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" }'
Unique identifier of the tag
Identifier of the space, not required when 'X-API-KEY' is provided.
Update tag body
The body is of type object.
object
Tag updated successfully.