Skip to main content
PUT
Update Client

Authorizations

Authorization
string
header
required

Oviond API key (prefix oviond_) sent as a Bearer token — the credential for REST/programmatic and headless integrations. Manage keys in Settings → API Keys. API keys do NOT authenticate the MCP endpoint (/mcp), which uses OAuth 2.1 + PKCE.

Path Parameters

id
string
required

Body

application/json
name
string
Example:

"Acme Corp Updated"

first_name
string | null
website
string
currency

ISO 4217 currency code (e.g. "USD") or a full { code, symbol, iso } object.

number_format
string | null

BCP 47 locale driving number formatting, e.g. "en-US" → 1,234.56, "de-DE" → 1.234,56. Null/absent defaults to "en-US".

Example:

"en-US"

timezone
string
Example:

"America/New_York"

manager
string
domain_id
string
theme_id
string
logo_url
string | null
favicon_url
string | null
branding_source
enum<string> | null
Available options:
client,
agency
folders
string[]

Response

Client updated

success
enum<boolean>
required
Available options:
true