Last updated 11 months ago
Was this helpful?
Rename a file in a dataset
Organization ID
Dataset name
S3 path (within the portal)
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}/files/rename' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "oldPath": "text", "newPath": "text" }'
{ "success": true, "error": "text" }