v1

latestOpenAPI 3.0.02026-07-22201291.8 MB
/devices

Update a Device

Updates a specified device.

You can add or change custom metadata for a device, change the device's name, or convert a managed device to unmanaged.

post/devices/update

Request body

backup_access_code_pool_enabledboolean

Indicates whether the device's backup access code pool is enabled. Set to false to disable the pool: Seam stops refilling it and removes any backup codes that have not yet been pulled into active use.

custom_metadataobject

Custom metadata that you want to associate with the device. Supports up to 50 JSON key:value pairs. Adding custom metadata to a device enables you to store custom information, like customer details or internal IDs from your application. Then, you can filter devices by the desired metadata.

device_idstring uuid required

ID of the device that you want to update.

is_managedboolean

Indicates whether the device is managed. To unmanage a device, set is_managed to false.

namestring nullable

Name for the device.

Response

OK

object required