Update Transformation Job
Update the properties of a transformation job.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/create-project/{createProjectId} \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"transformationParallel":0,"emailRecipientUids":[0]}'
Last updated
Was this helpful?