{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Relative API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Relative", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Move Page to New Location Relative to Target Page", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/wiki/rest/api/content/:pageId/move/:position/:targetId", "params": [ { "name": "pageId", "value": "", "type": "path", "description": "The ID of the page to be moved" }, { "name": "position", "value": "", "type": "path", "description": "The position to move the page to relative to the target page:\n* `before` - move the page under the same parent as the target, before the target in the list of children\n* `after` - move the page under the same parent as the target, after the target in the list of children\n* `append` - move the page to be a child of the target" }, { "name": "targetId", "value": "", "type": "path", "description": "The ID of the target page for this operation" } ] }, "docs": "This API operation moves a Confluence page to a new location in the content hierarchy by repositioning it relative to a target page. The operation requires three path parameters: the pageId of the page being moved, the position parameter that specifies where to place it (such as 'before' or 'after'), and the targetId of the reference page that determines the new location. By sending a PUT request to this endpoint, users can programmatically reorganize their Confluence space structure, moving pag" } ] } ], "bundled": true }