Skip to main content
PATCH
/
user
/
profile
Update profile (PATCH)
curl --request PATCH \
  --url https://api.qwix.chat/api/v1/user/profile \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "<string>",
  "bio": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "username": "<string>",
  "email": "jsmith@example.com",
  "bio": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.qwix.chat/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT from POST /auth/login, or an API key via the same header depending on client configuration.

Body

application/json
username
string

New username (non-empty when provided)

bio
string | null

New bio; empty string clears the bio

Response

Updated user profile

id
string<uuid>
required

User id

username
string
required

Username

email
string<email>
required

Email address

bio
string | null

Short bio