move_subtask
Move a subtask to a different task within your organization. Both the subtask and the destination task must belong to your organization. Requires Manager role or above.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subtask_id | Yes | ID of the subtask to move (required). | |
| new_task_id | Yes | ID of the destination task (required, must belong to your organization). | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |