diff --git a/ref/rest.html b/ref/rest.html index 2201513..4adeda4 100644 --- a/ref/rest.html +++ b/ref/rest.html @@ -1510,7 +1510,7 @@
Sends an override to an access zone to change its mode to 'free - no PIN', meaning the doors will be free and you will not need a PIN to perform an override on a terminal.
The same URL with _pin
on the end will send an override to an access zone to change its mode to 'free - PIN', meaning you
will need a PIN on a terminal.
If you do not give it an end time in the body, the override will remain in place until the next scheduled change.
+If you do not give the override an end time in the body it will remain in place until the next scheduled change.
@@ -1637,7 +1637,7 @@Sends an override to an access zone to change its mode to 'secure - no PIN', meaning you will need a card, but not a PIN, to open its doors or perform overrides on terminals.
The same URL with _pin
on the end will send an override to the access zone to change its mode to 'secure - PIN', meaning you
will need a PIN on the door and on a terminal.
If you do not give it an end time in the body, the override will remain in place until the next scheduled change.
+If you do not give the override an end time in the body, it will remain in place until the next scheduled change.
@@ -1764,7 +1764,7 @@Sends an override to an access zone to change its mode to 'Code or Card - No PIN', meaning you can use your user code or the zone's 'code-only code' to open its doors, depending on the reader's configuration. You will not need a PIN on a terminal.
The same URL with _pin
on the end will override the access zone into 'code or card - PIN', meaning you
will need a PIN when you use a card.
If you do not give it an end time in the body, the override will remain in place until the next scheduled change.
+If you do not give the override an end time in the body it will remain in place until the next scheduled change.
@@ -1888,9 +1888,9 @@Sends an override to an access zone to change its mode to 'dual auth - no PIN', meaning you will need two cardholders to open its doors, and they will not need a PIN. Terminal functions will require a card but no PIN.
-The same URL with _pin
on the end will override the zone into 'dual auth - PIN' mode, meaning each cardholder will need a PIN for access, and terminal functions will also require a PIN.
If you do not give it an end time in the body, the override will remain in place until the next scheduled change.
+Sends an override to an access zone to change its mode to 'dual auth - no PIN', meaning you will need two badges to open its doors (either two different cardholders or two credentials for the same cardholder, depending on the access zone's configuration), and they will not need a PIN. Terminal functions will require a card but no PIN.
+The same URL with _pin
on the end will override the zone into 'dual auth - PIN' mode, meaning each badge will need a PIN.
If you do not give the override an end time in the body it will remain in place until the next scheduled change.