Complete EON tuner run

Complete EON tuner run

post

Complete EON tuner run and mark it as succesful

Authorizations
Path parameters
projectIdintegerRequired

Project ID

jobIdintegerRequired

Job ID

Body
successbooleanRequired
Responses
application/json
objectOptional
post
POST /v1/api/{projectId}/optimize/{jobId}/complete-search HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "success": true
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?