update_todo_item
Update an existing to-do item by changing its content, assignee, due date, and notification settings to keep tasks current.
Instructions
Update an existing to-do item.
Args: todo_item_id: The numeric to-do item ID. content: New text for the item. responsible_party_id: Person ID to assign the item to (use 0 to unassign). due_at: Due date in YYYY-MM-DD format. notify: Whether to notify the assigned person.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_at | No | ||
| notify | No | ||
| content | No | ||
| todo_item_id | Yes | ||
| responsible_party_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||