confluence_movePage
Move a Confluence Data Center page to a new parent using the content API, preserving the page body.
Instructions
Move (reparent) a Confluence Data Center page under a new parent. Uses PUT /rest/api/content/{id} with ancestors. Does not change page body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | Yes | ID of the new parent page | |
| contentId | Yes | ID of the page to move | |
| versionComment | No | Optional Confluence version comment for the move |