Skip to content

Commit

Permalink
dual auth wording
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDonkin-Gallagher committed Oct 31, 2023
1 parent 016327a commit ef8f993
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions ref/rest.html
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ <h2 class="operation-title">
<p>Sends an override to an access zone to change its mode to &#39;free - no PIN&#39;, meaning the doors will be free and you will not need a PIN to perform an override on a terminal.</p>
<p>The same URL with <code>_pin</code> on the end will send an override to an access zone to change its mode to &#39;free - PIN&#39;, meaning you
<em>will</em> need a PIN on a terminal.</p>
<p>If you do not give it an end time in the body, the override will remain in place until the next scheduled change.</p>
<p>If you do not give the override an end time in the body it will remain in place until the next scheduled change.</p>
</section>
</div>
</div>
Expand Down Expand Up @@ -1637,7 +1637,7 @@ <h2 class="operation-title">
<p>Sends an override to an access zone to change its mode to &#39;secure - no PIN&#39;, meaning you will need a card, but not a PIN, to open its doors or perform overrides on terminals.</p>
<p>The same URL with <code>_pin</code> on the end will send an override to the access zone to change its mode to &#39;secure - PIN&#39;, meaning you
<em>will</em> need a PIN on the door and on a terminal.</p>
<p>If you do not give it an end time in the body, the override will remain in place until the next scheduled change.</p>
<p>If you do not give the override an end time in the body, it will remain in place until the next scheduled change.</p>
</section>
</div>
</div>
Expand Down Expand Up @@ -1764,7 +1764,7 @@ <h2 class="operation-title">
<p>Sends an override to an access zone to change its mode to &#39;Code or Card - No PIN&#39;, meaning you can use your user code or the zone&#39;s &#39;code-only code&#39; to open its doors, depending on the reader&#39;s configuration. You will not need a PIN on a terminal.</p>
<p>The same URL with <code>_pin</code> on the end will override the access zone into &#39;code or card - PIN&#39;, meaning you
<em>will</em> need a PIN when you use a card.</p>
<p>If you do not give it an end time in the body, the override will remain in place until the next scheduled change.</p>
<p>If you do not give the override an end time in the body it will remain in place until the next scheduled change.</p>
</section>
</div>
</div>
Expand Down Expand Up @@ -1888,9 +1888,9 @@ <h2 class="operation-title">
<div class="doc-row">
<div class="doc-copy">
<section class="swagger-operation-description">
<p>Sends an override to an access zone to change its mode to &#39;dual auth - no PIN&#39;, 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.</p>
<p>The same URL with <code>_pin</code> on the end will override the zone into &#39;dual auth - PIN&#39; mode, meaning each cardholder will need a PIN for access, and terminal functions will also require a PIN.</p>
<p>If you do not give it an end time in the body, the override will remain in place until the next scheduled change.</p>
<p>Sends an override to an access zone to change its mode to &#39;dual auth - no PIN&#39;, 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&#39;s configuration), and they will not need a PIN. Terminal functions will require a card but no PIN.</p>
<p>The same URL with <code>_pin</code> on the end will override the zone into &#39;dual auth - PIN&#39; mode, meaning each badge will need a PIN.</p>
<p>If you do not give the override an end time in the body it will remain in place until the next scheduled change.</p>
</section>
</div>
</div>
Expand Down
16 changes: 8 additions & 8 deletions swagger/restApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3129,7 +3129,7 @@ paths:
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
If you do not give the override an end time in the body it will remain in place until the
next scheduled change.
parameters:
- {in: path, name: id, required: true, description: "The ID of the access zone.", type: string}
Expand All @@ -3154,7 +3154,7 @@ paths:
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
If you do not give the override an end time in the body, it will remain in place until the
next scheduled change.
parameters:
- {in: path, name: id, required: true, description: "The ID of the access zone.", type: string}
Expand All @@ -3180,7 +3180,7 @@ paths:
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
If you do not give the override an end time in the body it will remain in place until the
next scheduled change.
parameters:
- {in: path, name: id, required: true, description: "The ID of the access zone.", type: string}
Expand All @@ -3200,14 +3200,14 @@ paths:
summary: Set an access zone to dual auth
description: |
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.
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 cardholder will need a PIN for access, and terminal functions will also require
a PIN.
meaning each badge will need a PIN.
If you do not give it an end time in the body, the override will remain in place until the
If you do not give the override an end time in the body it will remain in place until the
next scheduled change.
parameters:
- {in: path, name: id, required: true, description: "The ID of the access zone.", type: string}
Expand Down

0 comments on commit ef8f993

Please sign in to comment.