update_tag
Update an existing tag's color, parent, or sorting options to organize tasks effectively.
Instructions
Update an existing tag's properties.
[Category: Tags] [Auth: V2]
[Related: list_tags, create_tag, rename_tag]
Args:
name: The tag's internal name (from list_tags).
color: New hex color.
parent: New parent tag. Pass "" to remove parent.
sort_type: "project", "dueDate", "title", or "priority".
sort_order: Numeric sort order.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | ||
| parent | No | ||
| sort_type | No | ||
| sort_order | No |