promote_task
Moves a task from your personal organization to a target organization, re-encrypting it under the target's key. Requires ownership of the task and membership in the target org.
Instructions
Promote a personal-org task into a target org.
Moves the task from the caller's personal org into target_org_id,
re-encrypting it under the target org's data-encryption key. The
caller must own the task in their personal org AND be a member of
target_org_id. Returns JSON null on success (the backend
returns no body).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| target_org_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |