Update workspace
Updates a workspace’s display name, timezone, time format, brand color, or logo.
Pass only the fields you want to change — anything you leave out stays the same. To remove the logo, send logoUrl: null.
The URL slug can’t be changed after creation (it’s part of every workspace link). If you need a different slug, create a new workspace.
Only workspace owners and admins can edit a workspace.
Authorizations
Your Postbreeze API key
Path Parameters
Prefixed cuid of the workspace to update.
"ws_01HZX5T2K9Q3RB6N6JZP3RYV0M"
Body
Response
The updated workspace.
Prefixed cuid identifier.
Display name.
Globally unique URL slug.
User id of the workspace owner.
IANA timezone the workspace is scheduled against.
Hour format used in the UI.
H24, H12 Brand hex color used in the dashboard chrome. null when unset.
Workspace logo URL. null when unset.
Set when the workspace has been soft-deleted; otherwise null.