Move a sample to another category (e.g. from test to training).
Project ID
Sample ID
training
testing
anomaly
POST /v1/api/{projectId}/raw-data/{sampleId}/move HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 26 { "newCategory": "training" }
OK
{ "success": true, "error": "text" }
Last updated 1 year ago
Was this helpful?