Skip to content

Commit ad81e47

Browse files
committed
ci: Generate docs
1 parent b2fb20f commit ad81e47

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
* [Get an ACS System](api/acs/systems/get.md)
231231
* [List ACS Systems](api/acs/systems/list.md)
232232
* [List Compatible Credential Manager ACS Systems](api/acs/systems/list_compatible_credential_manager_acs_systems.md)
233-
* [Report ACS Resources](api/acs/systems/report_devices.md)
233+
* [Report Devices](api/acs/systems/report_devices.md)
234234
* [Access Grants](api/access_grants/README.md)
235235
* [Add Requested Access Methods to Access Grant](api/access_grants/request_access_methods.md)
236236
* [Create an Access Grant](api/access_grants/create.md)

docs/api/_blueprint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16203,11 +16203,11 @@
1620316203
]
1620416204
},
1620516205
{
16206-
"title": "Report ACS Resources",
16206+
"title": "Report Devices",
1620716207
"name": "report_devices",
1620816208
"path": "/acs/systems/report_devices",
1620916209
"parentPath": "/acs/systems",
16210-
"description": "Reports ACS system resources including encoders and entrances with their metadata.\n\nThis endpoint allows reporting of:\n- ACS encoders with removal status and encoder port metadata\n- ACS entrances with room number metadata",
16210+
"description": "Reports ACS system device status including encoders and entrances.",
1621116211
"isDeprecated": false,
1621216212
"deprecationMessage": "",
1621316213
"isUndocumented": false,

docs/api/acs/systems/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,6 @@ Returns a list of all credential manager systems that are compatible with a spec
814814

815815
[**`/acs/systems/report_devices`**](./report_devices.md)
816816

817-
Reports ACS system resources including encoders and entrances with their metadata.
817+
Reports ACS system device status including encoders and entrances.
818818

819819

docs/api/acs/systems/report_devices.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
# Report ACS Resources
1+
# Report Devices
22

33
- [Request Parameters](#request-parameters)
44
- [Response](#response)
55

6-
Reports ACS system resources including encoders and entrances with their metadata.
7-
8-
This endpoint allows reporting of:
9-
- ACS encoders with removal status and encoder port metadata
10-
- ACS entrances with room number metadata
6+
Reports ACS system device status including encoders and entrances.
117

128

139
{% tabs %}

0 commit comments

Comments
 (0)