Last updated 12 months ago
Was this helpful?
Update a job.
Project ID
Job ID
The IDs of users who should be notified when a job is finished.
POST /v1/api/{projectId}/jobs/{jobId}/update HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 27 { "jobNotificationUids": [ 1 ] }
OK
{ "success": true, "error": "text" }