From c90e48a9b717eacd7e53e7a76495f97d405f04d6 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Fri, 2 Aug 2024 11:34:18 -0700 Subject: [PATCH] Update links --- docs/api/acs/systems/list.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/api/acs/systems/list.md b/docs/api/acs/systems/list.md index 4f4ec7d2..5208b37c 100644 --- a/docs/api/acs/systems/list.md +++ b/docs/api/acs/systems/list.md @@ -1,5 +1,5 @@ --- -description: "Returns a list of all [access control systems](../../../capability-guides/access-systems). +description: "Returns a list of all [access control systems](../../../capability-guides/access-systems.md). To filter the list of returned access control systems by a specific connected account ID, include the `connected_account_id` in the request body. If you omit the `connected_account_id` parameter, the @@ -8,7 +8,7 @@ response includes all access control systems connected to your workspace." # List ACS Systems -Returns a list of all [access control systems](../../../capability-guides/access-systems). +Returns a list of all [access control systems](../../../capability-guides/access-systems.md). To filter the list of returned access control systems by a specific connected account ID, include the `connected_account_id` in the request body. If you omit the `connected_account_id` parameter, the @@ -48,23 +48,23 @@ response includes all access control systems connected to your workspace. can_add_acs_users_to_acs_access_groups - Indicates whether the `acs_system` supports [adding users to access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). + Indicates whether the `acs_system` supports [adding users to access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group.md). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems.md). can_automate_enrollment - Indicates whether it is possible to [launch enrollment automations](../../../capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the `acs_system`. + Indicates whether it is possible to [launch enrollment automations](../../../capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut.md) for the `acs_system`. can_create_acs_access_groups - Indicates whether the `acs_system` supports creating [access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). + Indicates whether the `acs_system` supports creating [access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups.md). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems.md). can_remove_acs_users_from_acs_access_groups - Indicates whether the `acs_system` supports [removing users from access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). + Indicates whether the `acs_system` supports [removing users from access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group.md). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems.md). connected_account_ids - IDs of the [connected accounts](../../../core-concepts/connected-accounts) associated with the `acs_system`. + IDs of the [connected accounts](../../../core-concepts/connected-accounts.md) associated with the `acs_system`. created_at @@ -112,7 +112,7 @@ response includes all access control systems connected to your workspace. workspace_id - ID of the [workspace](../../../core-concepts/workspaces) that contains the `acs_system`. + ID of the [workspace](../../../core-concepts/workspaces.md) that contains the `acs_system`.