cURL
curl --request PUT \ --url https://api.example.com/api/core/platform_settings/logo \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form logo='@example-file'
{ "message": "<string>" }
Upload a new platform logo
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?