White Label Admin - Update the order of deployment options in the deployment view
White label admin only API to customize the order of deployment options in the deployment view for this white label.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
Body
orderstring[]OptionalExample:
Optional attribute allowing a whitelabel to customize the order of deployment options in the deployment view, given as an in-order list of deployment options.
org-1
Responses
200
OK
application/json
post
POST /v1/api/organizations/{organizationId}/whitelabel/deploymentOptionsOrder HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"order": [
"org-1"
]
}
200
OK
{
"success": true,
"error": "text"
}
PreviousWhite Label Admin - Update default deployment targetNextWhite Label Admin - Update learning blocks
Last updated
Was this helpful?