v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
tag

Tag - Update

Update an existing tag's name or color.

put/tag/update

Request body

tag_idstring required

ID of the tag to update

namestring

New tag name

color'red' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'indigo' | 'gray' | 'maroon' | 'fuchsia' | 'chartreuse' | 'dodger' | 'salmon' | 'cornflower' | 'khaki' | 'steel' | 'plum'

New tag color

Example request

{
  "tag_id": "507f1f77bcf86cd799439011"
}

Response

Tag updated successfully

successboolean required

Whether the operation succeeded