Update an Access Code
Update an Access Code for a Device by its ID
Update an Access Code
PUT
https://connect.getseam.com/access_codes/update
Request Body
Name | Type | Description |
---|---|---|
access_code_id* | String | Access code id |
name | String | Access code name |
code | String | Access code |
starts_at | String | |
ends_at | String |
Code Example
Parameters
| type:string | ID of the Access Code |
| type: string Optional | ID of the Device |
| type: string Optional | Name of Access Code |
| type: string Optional | From when is the code valid |
| type: string Optional | Code expiry |
| type: string Optional | Access code of Device |
Response
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.
JSON format
Last updated