Update an Access Code
Update an Access Code for a Device by its ID
Last updated
Update an Access Code for a Device by its ID
Last updated
© Seam Labs, Inc. All rights reserved.
PUT
https://connect.getseam.com/access_codes/update
Name | Type | Description |
---|---|---|
This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.
access_code_id*
String
Access code id
name
String
Access code name
code
String
Access code
starts_at
String
ends_at
String
access_code_id
type:string
ID of the Access Code
device_id
type: string Optional
ID of the Device
name
type: string Optional
Name of Access Code
starts_at
type: string Optional
From when is the code valid
ends_at
type: string Optional
Code expiry
code
type: string Optional
Access code of Device