Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface MovePage

    interface MovePage {
        pageId?: string;
        position: string;
        targetId: string;
    }
    Index

    Properties

    pageId?: string

    The ID of the page to be moved

    position: string

    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
    targetId: string

    The ID of the target page for this operation