Skip to main content
PATCH
/
v4
/
personal-page
/
header-picture
Update personal page header picture
curl --request PATCH \
  --url https://api.example.com/v4/personal-page/header-picture \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-meetergo-api-user-id: <api-key>' \
  --form file='@example-file'
"<string>"

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act as when using API Key authentication (required with API Key)

Body

multipart/form-data
file
file

Response

200 - application/json

The response is of type string.