Skip to main content
PATCH
/
user
/
account
/
cover
Finalize cover upload
curl --request PATCH \
  --url https://api.managem.co.uk/user/account/cover \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "reasons": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Image identifier to finalize upload

id
string
required

Image identifier

Response

Cover updated