Update Transformation Block

Updates a transformation block. Only values in the body will be updated.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/transformation/{transformationId} \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"name":"string","dockerContainer":"string","indMetadata":true,"description":"string","cliArguments":"string","requestsCpu":0,"requestsMemory":0,"limitsCpu":0,"limitsMemory":0,"additionalMountPoints":[{"type":"bucket","bucketId":0,"portalId":0,"mountPoint":"string"}],"operatesOn":"file","allowExtraCliArguments":true}'

Last updated

Was this helpful?