POST
/
settings
/
logo
curl --request POST \
  --url https://your_a2_service/settings/logo \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
{
  "file_path": "<string>",
  "thumb_path": "<string>",
  "thumb_url": "<string>",
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

multipart/form-data

Response

200
application/json

Successful Response

the result of a file upload operation.