cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/create-project/{createProjectId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "transformationParallel": 123, "emailRecipientUids": [ 123 ] }'
{ "success": true, "error": "<string>" }
Update the properties of a transformation job.
Organization ID
Create project job ID.
OK
The response is of type object.
object