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.
The navigation tree (nodes: page, group, label, link, divider, api).
Response
200Structure updated
422Invalid navigation
cURL
curl --request PATCH \
--url https://api.doxbrix.io/v1/projects//structure \
--header 'Content-Type: application/json' \
--data '{
"spaces": []
}'{ "updated": true, "nodes": 42 }