| version |
object |
The version for the new content. |
| title |
string |
The title of the content. If you don't want to change the title, set this to the current title of the draft. |
| type |
string |
The type of content. Set this to `page`. |
| status |
string |
The status of the content. Set this to `current` or omit it altogether. |
| space |
object |
The space for the content. |
| ancestors |
array |
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 |