Skip to content

Commit

Permalink
Wording definition of 'outside'
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDonkin-Gallagher committed Aug 27, 2024
1 parent 705b0a1 commit b712487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ref/cardholders.html
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ <h2 class="operation-title">
<div class="prop-value">
<p>Limits the results to cardholders who are in one of the access zones with the given IDs. Do not put quotes around the IDs, and separate them with commas.</p>
<p>To get everyone who is in
<em>any</em> access zone use <code>accessZone=*</code>. It will return all cardholders who have badged at least once and who are not currently &#39;outside the system&#39;. A cardholder is &#39;outside&#39; if they badge through a door that has no access zone configured, or if an operator manually moves them outside.</p>
<em>any</em> access zone use <code>accessZone=*</code>. It will return all cardholders who have badged at least once and who are not currently &#39;outside the system&#39;. A cardholder is &#39;outside&#39; if they badge through a door that has no access zone configured for that direction of travel, or if an operator manually moves them outside.</p>
</div>
</div>
<div class="prop-row prop-group">
Expand Down
2 changes: 1 addition & 1 deletion swagger/cardholdersApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5762,7 +5762,7 @@ paths:
To get everyone who is in _any_ access zone use `accessZone=*`. It will return all
cardholders who have badged at least once and who are not currently 'outside the system'.
A cardholder is 'outside' if they badge through a door that has no access zone configured,
A cardholder is 'outside' if they badge through a door that has no access zone configured for that direction of travel,
or if an operator manually moves them outside.
- name: "fields"
Expand Down

0 comments on commit b712487

Please sign in to comment.