White Label Admin - Update theme favicon
White label admin only API to update the theme favicon.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
Body
imagestring · binaryRequired
Responses
200
OK
application/json
post
POST /v1/api/organizations/{organizationId}/whitelabel/theme/favicon HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 18
{
"image": "binary"
}
200
OK
{
"success": true,
"error": "text"
}
PreviousWhite Label Admin - Update theme colorsNextWhite Label Admin - Get global white label metrics
Last updated
Was this helpful?