update_task
Modify existing tasks by updating their title, description, status, or other fields using a JSON data string.
Instructions
Update a task.
Args: task_id: The task ID. task_data: JSON string with fields to update (title, description, status, etc.).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| task_data | Yes |