update-subtask-by-position
Update a subtask's name, completion status, assignee, or due date using its zero-based position in the task's subtask list.
Instructions
Update a subtask by its position in the subtask list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ID of the task containing the subtask | |
| index | Yes | 0-based position of the subtask to update | |
| name | No | New subtask name | |
| finished | No | Whether the subtask is completed | |
| userId | No | ID of the user to assign the subtask to (use null to clear) | |
| dueDateTimestamp | No | UTC timestamp when subtask is due (use null to clear) | |
| dueDateTimestampLocal | No | Local timestamp when subtask is due (use null to clear) |