update_task
Modify one or more task fields in Kaneo by providing the task ID and at least one field to change: title, status, priority, due date, description, or assignee.
Instructions
Update one or more task fields (partial update). Provide at least one update field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| status | No | New column slug | |
| taskId | Yes | Task ID | |
| userId | No | Assignee user ID (null to unassign) | |
| dueDate | No | Due date (ISO 8601) | |
| priority | No | New priority | |
| description | No | New description |