Updates project settings. Send only the fields you want to change.
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.
Response
200Settings updated
cURL
curl --request PATCH \ --url https://api.doxbrix.io/v1/projects//settings
{ "editorMode": "wysiwyg", "visibility": "public" }