todoist_label_update
Update an existing Todoist label by modifying its name, color, order, or favorite status. Provide the label ID or name to identify the label.
Instructions
Update an existing label in Todoist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_id | No | ID of the label to update (provide this OR label_name) | |
| label_name | No | Name of the label to update (provide this OR label_id) | |
| name | No | New name for the label (optional) | |
| color | No | New color for the label (optional) | |
| order | No | New order position for the label (optional) | |
| is_favorite | No | Whether the label should be marked as favorite (optional) |