Adds or updates the metadata associated to a sample.
/api/{projectId}/raw-data/{sampleId}/metadata
Project ID
Sample ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/metadata' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"metadata":{}}'
{ "success": true, "error": "text" }
Last updated 10 months ago
Was this helpful?