Edit a page in a Doc.
The ID of the Workspace.
The ID of the Doc.
The ID of the page.
The updated name of the page.
The updated subtitle of the page.
The updated content of the page.
The strategy for updating content on the page. For example, replace, append, or prepend.
replace
append
prepend
The format the page content is in. For example, text/md for markdown and text/plain for plain.
text/md
text/plain
Page updated
{"name": "string","sub_title": "string","content": "string","content_edit_mode": "replace","content_format": "text/md"}
{ }