Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
* [Get an ACS System](api/acs/systems/get.md)
* [List ACS Systems](api/acs/systems/list.md)
* [List Compatible Credential Manager ACS Systems](api/acs/systems/list_compatible_credential_manager_acs_systems.md)
* [Report ACS Resources](api/acs/systems/report_devices.md)
* [Report Devices](api/acs/systems/report_devices.md)
* [Access Grants](api/access_grants/README.md)
* [Add Requested Access Methods to Access Grant](api/access_grants/request_access_methods.md)
* [Create an Access Grant](api/access_grants/create.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/api/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -16203,11 +16203,11 @@
]
},
{
"title": "Report ACS Resources",
"title": "Report Devices",
"name": "report_devices",
"path": "/acs/systems/report_devices",
"parentPath": "/acs/systems",
"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",
"description": "Reports ACS system device status including encoders and entrances.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
Expand Down
2 changes: 1 addition & 1 deletion docs/api/acs/systems/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,6 @@ Returns a list of all credential manager systems that are compatible with a spec

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

Reports ACS system resources including encoders and entrances with their metadata.
Reports ACS system device status including encoders and entrances.


8 changes: 2 additions & 6 deletions docs/api/acs/systems/report_devices.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Report ACS Resources
# Report Devices

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

Reports ACS system resources including encoders and entrances with their metadata.

This endpoint allows reporting of:
- ACS encoders with removal status and encoder port metadata
- ACS entrances with room number metadata
Reports ACS system device status including encoders and entrances.


{% tabs %}
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.51.3",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.638.0",
"@seamapi/types": "1.639.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading