Last updated 11 months ago
Was this helpful?
Updates a version, this only updates fields that were set in the body.
Project ID
Version ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/versions/{versionId}' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "description": "text" }'
{ "success": true, "error": "text" }