Update Version

Updates a version, this only updates fields that were set in the body.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/versions/{versionId} \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"description":"string"}'

Last updated

Was this helpful?