Profile

Update avatar

PATCH
/api/v1/profile/avatar/update
/api/v1/profile/avatar/update

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Request Body

multipart/form-dataOptional

avatarstring

curl -X PATCH "https://example.com/api/v1/profile/avatar/update" \
  -H "Authorization: <token>" \
  -F avatar="string"

OK