Workspaces
Update workspace
Update an existing workspace by ID via the Nedzo REST API. Change the workspace name, settings, or configuration with a PATCH request to the endpoint.
PATCH
Workspace UUID
Workspace name (1-255 characters)
Workspace description (max 1000 characters)
IANA timezone identifier (e.g., “America/Los_Angeles”, “Europe/London”)
Workspace icon URL
Primary contact name
Primary contact phone number
Primary contact email address
Street address
State or province
ZIP or postal code
Country code or name
Business registration number (EIN, VAT, etc.)
Enable or disable rebilling on this workspace. When true, the workspace is charged directly via its own Stripe Connect customer. Enabling requires Stripe Connect to be set up on the parent account.
Multiplier applied to wallet top-up charges when rebilling is enabled (1 = no markup, 10 = 10x markup). Range 1-10.
Enable or disable auto-topup. Enabling requires both
autoTopupThreshold and autoTopupAmount to be set.Balance threshold in cents; when the wallet falls below this, auto-topup triggers. Pass
null to clear.Amount in cents to charge when auto-topup triggers. Pass
null to clear.