Update Deploy Block

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

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/deploy/{deployId} \
  --header 'content-type: multipart/form-data' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?