checkvist_update_task
Update an existing task in a Checkvist checklist by modifying its content, priority, due date, tags, position, parent, or assignees.
Instructions
Update an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated list of tags | |
| parse | No | Parse smart syntax for ^due and #tags | |
| content | No | New task text | |
| task_id | Yes | The ID of the task | |
| due_date | No | Due date in Checkvist smart syntax | |
| position | No | 1-based position | |
| priority | No | Priority 0-9 | |
| parent_id | No | New parent task ID | |
| assignee_ids | No | Array of user IDs to assign this task to | |
| checklist_id | Yes | The ID of the checklist |