Last updated 11 months ago
Was this helpful?
Set the current name for a device.
Project ID
Device ID
New name for this device
Jan's development board
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/devices/{deviceId}/rename' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "name": "Jan's development board" }'
{ "success": true, "error": "text" }