Update workspace settings
Workspace Management
Update workspace settings
Updates workspace settings using PATCH semantics. Accepts lang_code (e.g., ‘en’, ‘es’) for workspace_language and converts to display format for storage. Undefined fields are not modified, null clears the field.
PATCH
Update workspace settings
Authorizations
Enter your API key (starts with lindo_sk_)
Body
application/json
Name of the workspace. Set to null to clear.
Example:
"My Workspace"
Default language for the workspace (lang_code format, e.g., 'en', 'es'). Set to null to clear.
Example:
"en"
Webhook URL for workspace events. Set to null to clear.
Example:
"https://api.mybusiness.com/webhooks"

