Error
A valid request URL is required to generate request examples{
"results": {
"avatarUrl": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}My Account
Upload avatar
Upload a profile avatar. Send raw image bytes as the body with an image/png, image/jpeg or image/webp Content-Type. The image is center-cropped, resized and re-encoded server-side.
PUT
/
api
/
v1
/
user
/
me
/
avatar
Error
A valid request URL is required to generate request examples{
"results": {
"avatarUrl": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?