Authorizations
Path Parameters
Organization ID
Body
application/json
The names of the deployment targets that are enabled for this whitelabel.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/deploymentTargets \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"targets": [
"<string>"
]
}'
{
"success": true,
"error": "<string>"
}
White label admin only API to update some or all of the deployment targets enabled for this white label.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/deploymentTargets \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"targets": [
"<string>"
]
}'
{
"success": true,
"error": "<string>"
}
Organization ID
The names of the deployment targets that are enabled for this whitelabel.
Was this page helpful?