Updates project settings. Send only the fields you want to change.
Updates settings and returns the new values.
PATCH
/projects/{projectId}/settingsBearer token — `Bearer dxb_live_…`.
The project ID or slug.
`public`, `private`, or `link`.
`block` or `wysiwyg`.
Default locale code, e.g. `en`.
Response
200Settings updated
cURL
curl --request PATCH \
--url https://api.doxbrix.io/v1/projects//settings \
--header 'Content-Type: application/json' \
--data '{
"visibility": "<string>",
"editorMode": "<string>",
"defaultLang": "<string>"
}'{ "editorMode": "wysiwyg", "visibility": "public" }