cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/devices/{deviceId}/rename \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "Jan'\''s development board" }'
{ "success": true, "error": "<string>" }
Set the current name for a device.
Project ID
Device ID
OK
The response is of type object.
object