Update Block Version Details
Update the details of a block version
curl --request PUT \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/impulse/block-versions/{blockType}/{blockId} \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"id":0,"primaryVersion":true,"name":"NN Classifier","description":"Reduced learning rate and more layers","dsp":[27],"axes":["accX"],"input":1,"windowSizeMs":2004,"windowIncreaseMs":0,"frequencyHz":60,"classificationWindowIncreaseMs":0,"padZeros":true,"imageWidth":28,"imageHeight":28,"resizeMode":"squash","resizeMethod":"squash","cropAnchor":"middle-center"}'
Last updated
Was this helpful?