update_subtask
Update a subtask by marking it as completed with 'true' or uncompleted with 'false'.
Instructions
Update a subtask. completed_str: 'true' to mark done, 'false' to unmark.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| task_id | Yes | ||
| subtask_id | Yes | ||
| completed_str | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |