Updates a page. Editing a published page creates a draft on top — readers keep seeing the published version until you publish again.
Updates the page and returns it.
PATCH
/pages/{pageId}Bearer token — `Bearer dxb_live_…`.
The page ID.
New MDX content.
New title.
New description.
Response
200Page updated
cURL
curl --request PATCH \
--url https://api.doxbrix.io/v1/pages/ \
--header 'Content-Type: application/json' \
--data '{
"content": "<string>",
"title": "<string>",
"description": "<string>"
}'{ "id": "pg_01J8", "status": "published", "hasPendingChanges": true }