Last updated 11 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.
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/{jobId}/update' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "jobNotificationUids": [ 1 ] }'
{ "success": true, "error": "text" }