todoist_update_label
Modify an existing Todoist label by updating its name, color, favorite status, or order using the label ID.
Instructions
Update an existing label by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labelId | Yes | The ID of the label to update. | |
| name | No | New name for the label (optional). | |
| color | No | New color for the label (optional). | |
| isFavorite | No | New favorite status (optional). | |
| order | No | New order for the label (optional). |