curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/deploymentOptionsOrder \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"order": [
"org-1"
]
}'
{
"success": true,
"error": "<string>"
}
White label admin only API to customize the order of deployment options in the deployment view for this white label.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/deploymentOptionsOrder \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"order": [
"org-1"
]
}'
{
"success": true,
"error": "<string>"
}
Organization ID
OK
The response is of type object
.