Last updated 10 months ago
Was this helpful?
Make a public version private.
/api/{projectId}/versions/{versionId}/make-private
Project ID
Version ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/versions/{versionId}/make-private' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }