Update job
Update a job.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
jobIdintegerRequired
Job ID
Body
jobNotificationUidsinteger[]Optional
The IDs of users who should be notified when a job is finished.
Responses
200
OK
application/json
post
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
]
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?