Replace a page body with HTML
Replace a page's entire body with the supplied HTML. 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.