Update task
clio_update_taskUpdate a task's fields or mark it complete by changing status to 'Complete'.
Instructions
PATCH a task. Common use: mark complete by setting status=Complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| name | No | ||
| description | No | ||
| priority | No | ||
| due_at | No | ||
| status | No | ||
| assignee_id | No |