Last updated 4 months ago
Was this helpful?
Complete EON tuner run and mark it as succesful
/api/{projectId}/optimize/{jobId}/complete-search
Project ID
Job ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/{jobId}/complete-search' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"success":true}'
{ "success": true, "error": "text" }