update_task
Modify existing task details like title, due date, assignee, or completion status in the Eduframe system to keep task information current and accurate.
Instructions
Update a task.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the task to update | |
| name | No | The title of the task. | |
| description | No | A string representing the description of the task. | |
| due_date | No | Date when the task must be completed. | |
| starred | No | Boolean if the task is starred. | |
| assignee_id | No | Unique identifier of the assigned user for the task. | |
| subject_type | No | Type of the subject. | |
| subject_id | No | Identifier of the subject. | |
| completed | No | Boolean representing the status of the task. The default value is false. |