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