Enable Multiple Samples
Enables samples, ensuring that they are not excluded from the dataset.
curl --request POST \
--url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/batch/enable-samples?category=SOME_STRING_VALUE&labels=["idle", "snake"]&filename=SOME_STRING_VALUE&maxLength=SOME_INTEGER_VALUE&minLength=SOME_INTEGER_VALUE&minFrequency=SOME_NUMBER_VALUE&maxFrequency=SOME_NUMBER_VALUE&signatureValidity=SOME_STRING_VALUE&includeDisabled=SOME_STRING_VALUE&ids=[1, 2, 3]' \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?