Skip to main content
PUT
/
v1
/
users
/
me
/
avatar
Update Avatar
curl --request PUT \
  --url https://api.oviond.com/v1/users/me/avatar \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "avatar_url": "https://cdn.example.com/avatar.jpg"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
avatar_url
string
required
Example:

"https://cdn.example.com/avatar.jpg"

Response

200 - application/json

Avatar updated

success
enum<boolean>
required
Available options:
true