Last updated 10 months ago
Was this helpful?
Set information about a dataset
/api/organizations/{organizationId}/dataset/{dataset}
Organization ID
Dataset name
clinical
files
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"type":"clinical","tags":[null],"bucket":{"id":1,"path":"text","dataItemNamingLevelsDeep":1}}'
{ "success": true, "error": "text" }