move_page_to_collective
Move or copy a page and its subpages/attachments into another Collective. Specify source and destination Collective IDs to reorganize content across teams.
Instructions
Move or copy a page (with its subpages and attachments) into a different Collective. Set copy: true to duplicate instead of moving. The page id changes on arrival, so use the returned page for follow-up calls. For reorganising within one Collective use move_page or copy_page instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| copy | No | Copy instead of moving. Defaults to false (move). | |
| index | No | Position among the target parent children (0 = first). | |
| pageId | Yes | Page to move or copy. | |
| parentId | No | Target parent page in the destination Collective. Omit to place it at the root. | |
| collectiveId | Yes | Source Collective id. | |
| newCollectiveId | Yes | Destination Collective id. |