tasks_edit
Update task text, commentary, due datetime, reassign to another manager, or mark task as completed.
Instructions
Edit a task or mark it complete. Returns {success}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID to edit | |
| site | No | Site (store) symbolic code. Required on create/edit when the API key is scoped to multiple sites (see list_sites). | |
| text | No | Updated task text | |
| complete | No | Mark the task completed | |
| datetime | No | Updated due datetime 'YYYY-MM-DD HH:MM:SS' | |
| commentary | No | Updated commentary | |
| performer_id | No | Reassign to manager ID |