Set Sample Metadata
Adds or updates the metadata associated to a sample.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/metadata \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"metadata":{"property1":"string","property2":"string"}}'
Last updated
Was this helpful?