Move a page to a new location relative to a target page:Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
before- move the page under the same parent as the target, before the target in the list of childrenafter- move the page under the same parent as the target, after the target in the list of childrenappend- move the page to be a child of the target
before or after positions
when the targetId is a top-level page.
External DocumentationTo learn more, visit the Confluence documentation.
Parameters
| Parameter | Description |
|---|---|
| ID | The ID of the page to be moved. |
| Position | The position to move the page to relative to the target page: * before - move the page under the same parent as the target, before the target in the list of children* after - move the page under the same parent as the target, after the target in the list of children* append - move the page to be a child of the target. |
| Target ID | The ID of the target page for this operation. |