upservice_update_task
Update specific fields of a task without changing others. Provide only the task ID and the fields to modify, such as title, description, dates, or responsible employee.
Instructions
Partially update a task's fields (title, description, dates, responsible, etc).
Only fields you provide are changed; omitted fields are left unchanged.
Args: params (UpdateTaskInput): task_id (int) plus any fields to change, mentions (for description), and extra_fields for anything not explicitly modeled
Returns: str: JSON of the updated task record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |