v1
latestOpenAPI 3.1.02026-07-22154213404.8 KBDevices
Update device name
Sets the display name for a device from the name in the request body and returns the updated device.
put/devices/{deviceId}/name
Path parameters
deviceIdstring required
Request body
Example request
{
"$schema": "https://example.com/schemas/UpdateNameInputBody.json"
}Response
OK
Example response
{
"$schema": "https://example.com/schemas/DeviceInfo.json"
}