Loading...
Update a job.
Project ID
Job ID
The IDs of users who should be notified when a job is finished.
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/{jobId}/update', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "error": "text" }