move_task
Move a task to a different billing project within your organization. Both the task and the destination project must belong to your organization. Requires Manager role or above.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to move (required). | |
| new_project_id | Yes | ID of the destination project (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. |