Last updated 12 months ago
Was this helpful?
Set the datasets a guest member has access to in an organization.
Organization ID
Member ID
POST /v1/api/organizations/{organizationId}/members/{memberId}/datasets HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 21 { "datasets": [ "text" ] }
OK
{ "success": true, "error": "text" }