Last updated 10 months ago
Was this helpful?
Enable a sample, ensuring that it is not excluded from the dataset.
/api/{projectId}/raw-data/{sampleId}/enable
Project ID
Sample ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/enable' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }