Rename Sample

Sets the file name of the sample. This name does not need to be unique, but it's highly recommended to do so.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/rename \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"name":"faulty-machine2.A3de"}'

Last updated

Was this helpful?