update_label
Update a label's title, color, or description. Changes apply to every task with that label.
Instructions
Update a label. Only the fields you pass change. Every task with the label sees the change.
hex_color is six hex digits with no leading #, and an empty string clears it.
description is Markdown.
v1 has no partial update, and neither does a description change on v2. Both read the label and write it back with your changes merged in, at the cost of one extra request. Everything else on v2 is a single PATCH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| label_id | Yes | ||
| hex_color | No | ||
| description | No |