cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/{jobId}/update \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "jobNotificationUids": [ 123 ] }'
{ "success": true, "error": "<string>" }
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)
Was this page helpful?