todoist_update_project
Modify an existing Todoist project by updating its name, color, or favorite status. Use this tool to edit project details in your Todoist workspace.
Instructions
Update an existing project in Todoist.
Args: project_id: The ID of the project to update. name: Optional new project name. color: Optional new color for the project. is_favorite: Optional flag to mark project as favorite.
Returns: A confirmation message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| name | No | ||
| color | No | ||
| is_favorite | No |