Append HTML to a page body
Append HTML to the end of a page's body. The HTML is converted to the page's rich-text representation and applied through the docs-realtime collaboration service so concurrent editors see the change immediately.
The request body is a plain JSON object {"html": "…"}, not a JSON:API document; an empty html returns 422.