Optional
ancestorsThe content ID of the ancestor.
Optional
bodyThe 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.
Optional
expandA multi-value parameter indicating which properties of the content to expand.
Optional
spaceThe space for the content.
The key of the space
Optional
statusThe 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
.
Generated using TypeDoc v0.25.12
The new ancestor (i.e. parent page) for the content. If you have specified an ancestor, you must also specify a
space
property 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.