White Label Admin - Update the order of deployment options in the deployment view

White Label Admin - Update the order of deployment options in the deployment view

post

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[]Optional

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.

Example: 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"
}

Last updated

Was this helpful?