update_task
Update an existing task's details, including title, description, due date, completion status, and assignee. Use the contact and task IDs to modify the correct task in GoHighLevel.
Instructions
Update an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New task description/body | |
| title | No | New task title | |
| taskId | Yes | The task ID to update | |
| dueDate | No | New due date in ISO 8601 format | |
| completed | No | Whether the task is completed | |
| contactId | Yes | The contact ID the task belongs to | |
| assignedTo | No | User ID to assign the task to |