Last updated 12 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
POST /v1/api/{projectId}/devices/{deviceId}/rename HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 34 { "name": "Jan's development board" }
OK
{ "success": true, "error": "text" }