Updates the project's navigation. Every `page` node must reference an existing page.
Updates the project's navigation. Every page node must reference an existing page.
Updates the structure and returns a summary.
PATCH
/projects/{projectId}/structureBearer token — `Bearer dxb_live_…`.
The project ID or slug.
Response
200Structure updated
422Invalid navigation
cURL
curl --request PATCH \ --url https://api.doxbrix.io/v1/projects//structure
{ "updated": true, "nodes": 42 }