todoist_project_update
Update a Todoist project by changing its name, color, favorite status, description, or view style.
Instructions
Update an existing project in Todoist. Can modify name, color, favorite status, description, or view style.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID to update (takes precedence over project_name if both provided) | |
| project_name | No | Project name to search for and update (case-insensitive partial match) | |
| name | No | New name for the project (optional) | |
| color | No | New color for the project (optional). Valid colors: berry_red, red, orange, yellow, olive_green, lime_green, green, mint_green, teal, sky_blue, light_blue, blue, grape, violet, lavender, magenta, salmon, charcoal, grey, taupe | |
| is_favorite | No | Whether to mark the project as favorite (optional) | |
| description | No | New description for the project (optional) | |
| view_style | No | New view style for the project (optional). Options: 'list' or 'board' |