White label admin only API to update the theme favicon.
Organization ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/theme/favicon' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: multipart/form-data' \ --form 'image=binary'
{ "success": true, "error": "text" }
Last updated 11 months ago
Was this helpful?