cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/whitelabel/{whitelabelIdentifier}/deploymentTargets \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "targets": [ "<string>" ] }'
{ "success": true, "error": "<string>" }
Update some or all of the deployment targets enabled for this white label.
Whitelabel ID
OK
The response is of type object.
object