Update Pipeline

Update an organizational pipelines

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/pipelines/{pipelineId} \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"name":"string","description":"string","intervalStr":"string","steps":[{"name":"string","filter":"string","uploadType":"project","projectId":0,"newProjectName":"string","projectApiKey":"string","projectHmacKey":"string","transformationBlockId":0,"builtinTransformationBlock":{},"category":"training","outputDatasetName":"string","label":"string","transformationParallel":0,"extraCliArguments":"string"}],"dataset":"string","projectId":0,"emailRecipientUids":[0],"notificationWebhook":"string","whenToEmail":"always","archived":true}'

Last updated

Was this helpful?