workspaces
Update workspace settings
Plan: Enterprise
Updates writable workspace settings. Currently supports the default per-member monthly credit limit.
patch/v1/workspaces/{workspace_id}/settings
Path parameters
workspace_idstring required
Workspace ID.
Workspace ID.
Request body
Example request
{
"default_monthly_member_credit_limit": 500
}Response
OK
Example response
{
"billing_period_end_date": "2026-02-01T00:00:00Z",
"billing_period_start_date": "2026-01-01T00:00:00Z",
"default_monthly_member_credit_limit": 500,
"default_project_visibility": "private",
"enable_pii": true,
"enforce_sso": true,
"id": "workspace_01jw3k9m2xq8r5v0c7d4e6f2gh",
"name": "Acme Inc",
"num_seats": 25,
"plan": "enterprise",
"publishing_policy": "workspace_only"
}