Last updated 10 months ago
Was this helpful?
Updates a version, this only updates fields that were set in the body.
/api/{projectId}/versions/{versionId}
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'
{ "success": true, "error": "text" }