Update Multiple Linked Access Codes
Update the starting and ending times for a set of linked access codes across multiple devices.
Last updated
Was this helpful?
Update the starting and ending times for a set of linked access codes across multiple devices.
Last updated
Was this helpful?
Updates the starts_at
and ends_at
timestamps of a specified group of linked by a common_code_key
, across multiple devices. You create these groups of access codes using , and all these codes have the same PIN code. See also .
Request:
Response:
common_code_key
Type: string
Required: Yes
Key that links the group of access codes, assigned on creation by /access_codes/create_multiple
.
starts_as
Type: string
Required: No
ends_at
Type: string
Required: No
void
Date and time at which the validity of the linked access codes starts, in format.
Date and time at which the validity of the linked access codes ends, in format. Must be a time in the future and after starts_at
.