Update workspace settings
Partially updates workspace settings. Every field is optional; an omitted field is left unchanged. Provide display_name to rename the workspace, enforce_enabled_models to toggle model enforcement, or pii_redaction to replace the workspace-default PII redaction plugin configuration.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
UpdateWorkspaceSettingsRequest is a partial update: every field is optional and an omitted field is left unchanged.
There is deliberately no key / slug field. The workspace slug is
immutable through this service (it is embedded in resource URLs and API
credentials), mirroring the dashboard's WorkspaceUpdateGuard, which rejects a
key in the PATCH /workspaces/:key body. Do not add one.
New workspace display name. Omit to keep the current name.
New value for the enforce-enabled-models flag. Omit to keep the current value.
Replacement workspace-default PII redaction configuration. Omit to leave the current PII redaction configuration unchanged; when present it fully replaces the stored pii_redaction object.
Response
OK
Updated workspace settings.