All Devices
UpdateDeviceName
Update the device name. The default name is the same as the device id.
put/devices/{deviceId}/name
Path parameters
deviceIdstring required
This is the canonical device id used in the device certificate, and as the MQTT client id.
Example:nrf-1234567890123456789000
Request body
string required
Friendly device name. Can be used for searching and filtering devices.
Example request
"new-device-name"