update_todo
Modify an existing Basecamp 2 todo item by changing its text, due date, assignee, position, or completion status within a project.
Instructions
Update an existing todo item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_at | No | Due date (YYYY-MM-DD), or null to remove | |
| content | No | New todo text | |
| todo_id | Yes | The todo ID | |
| position | No | Position in the list (1-based) | |
| completed | No | Whether the todo is completed | |
| project_id | Yes | The project ID | |
| assignee_id | No | Person ID to assign to, or null to unassign |