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.
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>"
}
OK
The response is of type object
.