Move Sample
Move a sample to another category (e.g. from test to training).
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/move \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"newCategory":"training"}'
Last updated
Was this helpful?