Updates a page. Editing a published page creates a draft on top — readers keep seeing the published version until you publish again.
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.
Response
200Page updated
cURL
curl --request PATCH \ --url https://api.doxbrix.io/v1/pages/
{ "id": "pg_01J8", "status": "published", "hasPendingChanges": true }