Last updated 10 months ago
Was this helpful?
Update a job.
/api/{projectId}/jobs/{jobId}/update
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":[null]}'
{ "success": true, "error": "text" }