update_todo
Modify an existing todo item's due date, content, or assignee in Basecamp 2 by specifying the project and todo IDs.
Instructions
Update an existing todo item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_on | No | New due date in YYYY-MM-DD format | |
| content | No | New text content | |
| todo_id | Yes | The todo ID | |
| project_id | Yes | The project ID | |
| assignee_id | No | New assignee person ID |