Update Device
Update a Device by its ID
Update device
POST
https://connect.getseam.com/devices/update
Request Body
Name
Type
Description
device_id*
String
ID of Device
is_managed
String
Set to false to unmanage the device with Seam. Unmanaging a device will unmanage all of its access codes.
properties
{name: String}
Name of Property
name
String
Name of Property
{
"ok": true
}
Code Example
seam.devices.update(properties={"name": "My Lock"})
Last updated
Was this helpful?