Update a task
kanbanzone_update_taskUpdate task fields like status, due date, or assignee to modify task details without affecting other attributes.
Instructions
Update fields on an existing task. Only included fields are changed.
Args:
id (string, required): task ObjectId.
description (string, optional)
completed (boolean, optional)
completedOn (string, optional): ISO date — only honoured when completed=true.
dueAt (string, optional): ISO date.
owner (string, optional): account ObjectId or email.
position (number, optional, ≥0)
Examples:
"Mark task 670... as complete"
"Reassign task 670... to alice@example.com"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| description | No | ||
| completed | No | ||
| completedOn | No | ||
| dueAt | No | ||
| owner | No | ||
| position | No |