Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_id
string<uuid>
required

ID of the device that you want to update.

backup_access_code_pool_enabled
boolean

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_metadata
object

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.

is_managed
boolean
default:true

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

name
string | null

Name for the device.

properties
object

Response

OK

The response is of type object.