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
OK
The response is of type object
.