Skip to main content
PATCH
Error

Authorizations

aura_session
string
cookie
required

HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.

Body

application/json
username
string
Required string length: 1 - 40
avatarUrl
string | null
bio
string | null
Maximum string length: 400
profilePublic
boolean

Response

Default Response

address
string
required
username
string | null
required
usernameUpdatedAt
string | null
required
avatarUrl
string | null
required
bio
string | null
required
profilePublic
boolean
required
createdAt
string | null
required
Last modified on August 22, 2026