todoist_update_project
Modify an existing Todoist project by updating its name, color, favorite status, or view style to reflect changes in your workflow organization.
Instructions
Update an existing project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The ID of the project to update | |
| name | No | New name for the project (optional) | |
| color | No | New color for the project (optional) | |
| isFavorite | No | Whether to mark as favorite (optional) | |
| viewStyle | No | Project view style: 'list' or 'board' (optional) |