Create New Block Version

Create a new version of a given block

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/impulse/block-versions/{blockType}/{blockId} \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?