General Settings
Current Fields
| Field | Type | Meaning |
|---|---|---|
censorUsernameInLogs | boolean | Redacts usernames from logs when enabled |
Response Semantics
GETreturns the current general settings object.PATCHaccepts a partial general-settings patch and returns the saved general settings object.- Updates are merged into the existing settings and then normalized back to the supported schema.
- General-setting changes are logged as activity for every company in the instance.
Experimental Settings
Current Fields
| Field | Type | Meaning |
|---|---|---|
enableIsolatedWorkspaces | boolean | Enables isolated workspace behavior |
autoRestartDevServerWhenIdle | boolean | Allows the dev server to restart automatically when idle |
Response Semantics
GETreturns the current experimental settings object.PATCHaccepts a partial experimental-settings patch and returns the saved experimental settings object.- Updates are merged into the existing settings and normalized back to the supported schema.
- Experimental-setting changes are logged as activity for every company in the instance.