cURL
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.
Organization ID
Name of the default deployment target
"C++ library"
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?