settings_tasks_create_subtask
Create a subtask under a specified parent task to break down work, assign it to an employee, set status, priority, and target completion date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Parent task ID | |
| body | No | Subtask payload | |
| _confirmed | No | Set to true to confirm this write operation |