Skip to main content
PATCH
Update current user profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Body

application/json

Request body for updating a user's profile.

full_name
string | null

User's display name

Required string length: 1 - 255
avatar_url
string | null

URL to the user's avatar image

theme
enum<string> | null

UI theme preference

Available options:
light,
dark,
system

Response

Successful Response

success
boolean
default:true
data
UserResponse · object | null

Public user profile returned by API endpoints.