Update transformation job
Update the properties of a transformation job.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
createProjectIdintegerRequired
Create project job ID.
Body
transformationParallelintegerOptional
Number of transformation jobs that can be ran in parallel
emailRecipientUidsinteger[]Optional
List of user IDs to notify when a Job succeeds
Responses
200
OK
application/json
post
POST /v1/api/organizations/{organizationId}/create-project/{createProjectId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"transformationParallel": 1,
"emailRecipientUids": [
1
]
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?