Skip to main content
PUT
Update Profile

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.

Body

application/json
fullname
string
Minimum string length: 1
Example:

"Jane Smith"

language
enum<string>
Available options:
af-ZA,
bg,
da,
nl,
el,
en,
es,
fr,
de,
it,
pl,
pt,
ro,
tr
Example:

"en"

theme
enum<string>
Available options:
light,
dark,
system
Example:

"dark"

Response

200 - application/json

Profile updated

success
enum<boolean>
required
Available options:
true