Skip to main content
PUT
/
api
/
core
/
platform_settings
/
favicon
Update platform favicon
curl --request PUT \
  --url https://api.example.com/api/core/platform_settings/favicon \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form favicon='@example-file'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

multipart/form-data
favicon
file
required

Response

Successful Response

message
string
required