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
string
required
Workspace UUID
string
Workspace name (1-255 characters)
string
Workspace description (max 1000 characters)
string
IANA timezone identifier (e.g., “America/Los_Angeles”, “Europe/London”)
string
Workspace icon URL
string
Primary contact name
string
Primary contact phone number
string
Primary contact email address
string
Street address
string
State or province
string
ZIP or postal code
string
Country code or name
string
Business registration number (EIN, VAT, etc.)
boolean
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.
number
Multiplier applied to wallet top-up charges when rebilling is enabled (1 = no markup, 10 = 10x markup). Range 1-10.
boolean
Enable or disable auto-topup. Enabling requires both
autoTopupThreshold and autoTopupAmount to be set.integer
Balance threshold in cents; when the wallet falls below this, auto-topup triggers. Pass
null to clear.integer
Amount in cents to charge when auto-topup triggers. Pass
null to clear.