curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/versions/{versionId}/make-private \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Make a public version private.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/versions/{versionId}/make-private \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
OK
The response is of type object
.