diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 2199af1f5..2106b6c9e 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -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) diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 67bf5790d..f212e504d 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -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, diff --git a/docs/api/acs/systems/README.md b/docs/api/acs/systems/README.md index d9bff116c..16e862e9e 100644 --- a/docs/api/acs/systems/README.md +++ b/docs/api/acs/systems/README.md @@ -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. diff --git a/docs/api/acs/systems/report_devices.md b/docs/api/acs/systems/report_devices.md index 1d811bca8..e3262f96f 100644 --- a/docs/api/acs/systems/report_devices.md +++ b/docs/api/acs/systems/report_devices.md @@ -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 %} diff --git a/package-lock.json b/package-lock.json index fce598ca2..bce1039c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,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", @@ -983,9 +983,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.638.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.638.0.tgz", - "integrity": "sha512-pAlzDuaa+QoHcDouAiLkmX3QvyaOANzqr0nYWi43af4bmoaZgDRNL5H4B2T6KlVX4f8RHCXd0s+oGoyARHjhAA==", + "version": "1.639.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.639.0.tgz", + "integrity": "sha512-6A36pTXjz74d51aXKqR34aC2kMK/+iMAhf+wsU/WExYdQ9wYPAzaxaOgiF0vTXCeaW5Z9p6nXnVqfa0iu9TxPw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index f39188bf8..afdee663e 100644 --- a/package.json +++ b/package.json @@ -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",