Loading...
White label admin only API to update the white label theme logo.
/api/organizations/{organizationId}/whitelabel/theme/logo
Organization ID
OK
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/theme/logo' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: multipart/form-data'
{ "success": true, "error": "text", "url": "text" }