v1

latestOpenAPI 3.0.32026-07-26710398.3 KB
Project

Update Tag

Update a tag within a project

patch/tags/{tag_id}

Path parameters

tag_idstring required

Request body

namestring
color'gray' | 'red' | 'orange' | 'yellow' | 'lime' | 'green' | 'cyan' | 'blue' | 'purple' | 'fuchsia' | 'pink' | 'emerald' | 'amber' | 'violet' | 'indigo' | 'teal' | 'sky' | 'rose' | 'slate' | 'zinc' | 'neutral' | 'stone'
groupstring nullable

Set to move the tag into a group (it inherits the group's color, overriding color), or null to remove it from its group. Omit to leave the group unchanged.

Example request

{
  "group": "persona"
}

Response

Tag updated successfully

object required

Tag updated successfully