White Label Admin - Update theme favicon

White Label Admin - Update theme favicon

post

White label admin only API to update the theme favicon.

Authorizations
Path parameters
organizationIdintegerrequired

Organization ID

Body
imagestring · binaryrequired
Responses
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

Was this helpful?