Authorizations
Path Parameters
Organization ID
Body
application/json
Name of the default deployment target
Example:
"C++ library"
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/deploymentTargets/default \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"defaultDeploymentTarget": "C++ library"
}'
{
"success": true,
"error": "<string>"
}
White label admin only API to update the default deployment target for this white label.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/deploymentTargets/default \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"defaultDeploymentTarget": "C++ library"
}'
{
"success": true,
"error": "<string>"
}
Organization ID
Name of the default deployment target
"C++ library"
Was this page helpful?