White Label Admin - Update white label information
White label admin only API to update the white label information.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
Body
Only fields set in this object will be updated.
Responses
200
OK
application/json
put
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"
]
}
200
OK
{
"success": true,
"error": "text"
}
PreviousWhite Label Admin - Get white label informationNextWhite Label Admin - Update deployment targets
Last updated
Was this helpful?