teamleader_update_task
Update an existing task's title, description, due date, assignee, customer, or linked deal/project in Teamleader Focus.
Instructions
Update an existing task (title, description, due date, work type, assignee, customer, linked deal/project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task ID to update | |
| title | No | Task title | |
| due_on | No | Due date (YYYY-MM-DD) | |
| deal_id | No | Linked deal ID | |
| project_id | No | Linked project ID (new projects module) | |
| assignee_id | No | Assignee ID (with assignee_type) | |
| customer_id | No | Customer ID (with customer_type) | |
| description | No | Task description | |
| work_type_id | No | Work type ID | |
| assignee_type | No | Assignee type (with assignee_id) | |
| customer_type | No | Customer type (with customer_id) |