Update task
sp_update_taskUpdate specific fields of a task, such as title, notes, completion status, time estimates, or due date, by providing the task ID and the desired changes.
Instructions
Patch fields on an existing task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| notes | No | ||
| title | No | ||
| dueDay | No | ||
| isDone | No | ||
| tagIds | No | ||
| plannedAt | No | ||
| projectId | No | ||
| timeSpent | No | ||
| dueWithTime | No | ||
| timeEstimate | No |