White Label Admin - Update theme colors
White label admin only API to update some or all theme colors.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
Body
Only fields set in this object will be updated.
primaryColorstringOptional
Primary color in hex format
primaryColorGradientEndstringOptional
Primary color gradient end in hex format
Responses
200
OK
application/json
post
POST /v1/api/organizations/{organizationId}/whitelabel/theme/colors HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 56
{
"primaryColor": "text",
"primaryColorGradientEnd": "text"
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?