Append markdown to a page body
Append markdown to the end of a page's body. The markdown 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 {"markdown": "…"}, not a JSON:API document; an empty markdown returns 422.