OptionalancestorsThe content ID of the ancestor.
OptionalbodyThe ID of the draft page that was created from a blueprint. You can find the draftId in the Confluence
application by opening the draft page and checking the page URL.
OptionalexpandA multi-value parameter indicating which properties of the content to expand.
OptionalspaceThe space for the content.
The key of the space
OptionalstatusThe status of the content to be updated, i.e. the draft. This is set to 'draft' by default, so you shouldn't need to specify it.
The title of the content. If you don't want to change the title, set this to the current title of the draft.
The type of content. Set this to page.
The version for the new content.
The version number. Set this to 1.
The new ancestor (i.e. parent page) for the content. If you have specified an ancestor, you must also specify a
spaceproperty in the request body for the space that the ancestor is in.Note, if you specify more than one ancestor, the last ID in the array will be selected as the parent page for the content.