PUT
/
users
/
picture
curl --request PUT \
  --url https://api.reqlick.com/users/picture \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
{
  "error": true,
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
file
file

The file to upload (profile picture)

Response

200
application/json
Successfully updated user's profile picture
error
boolean

Indicates if an error occurred

url
string

Indicates the image url