Rename
Set the current name for a device.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/devices/{deviceId}/rename \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"name":"Jan'\''s development board"}'
Last updated
Was this helpful?