Update a Device
Update the properties of a specified device
Last updated
Was this helpful?
Update the properties of a specified device
Last updated
Was this helpful?
Updates any of the following properties of a specified device:
name
(or properties.name
)
custom_metadata
is_managed
Specify the desired device by including the corresponding device_id
in the request body. In addition, in the request body, include the properties that you want to update, along with the desired replacement values.
device_id
String Required
ID of the desired device.
name
(or properties.name
)
String Optional
Replacement name for the device.
custom_metadata
JSON object Optional
is_managed
Boolean Optional
Replacement value to indicate whether Seam manages the device.
Returns a Boolean ok
status indicator (with the exception of the Java SDK).
Custom metadata for the device. Specify up to 50 keys, with key names up to 40 characters long. Accepts string or Boolean values. Strings are limited to 500 characters. For more information, see .