Last updated 1 year ago
Was this helpful?
White label admin only API to update the white label information.
Organization ID
Only fields set in this object will be updated.
PUT /v1/api/organizations/{organizationId}/whitelabel HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 33 { "supportedProjectTypes": [ "kws" ] }
OK
{ "success": true, "error": "text" }