Skip to content

Commit f5318fa

Browse files
authored
Update programming-salto-ks-mobile-credentials.md
1 parent e7b1f19 commit f5318fa

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/device-and-system-integration-guides/salto-ks-access-control-system/programming-salto-ks-mobile-credentials.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jane_user = seam.user_identities.create(
6060

6161
# Step 2:
6262
# Retrieve a credential manager.
63-
# In your app, find the acs_system_id of the Salto KS Credential Manager
64-
# and then use this ID to set up an enrollment automation in the next step.
63+
# In your app, find the acs_system_id of the Salto KS Credential Manager.
6564
salto_ks_credential_manager = seam.acs.systems.list_compatible_credential_manager_acs_systems(
6665
acs_system_id = building_a.acs_system_id
6766
)[0]
@@ -152,8 +151,7 @@ jane_user=$(curl -X 'POST' \
152151

153152
# Step 2:
154153
# Retrieve a credential manager.
155-
# In your app, find the acs_system_id of the Salto KS Credential Manager
156-
# and then use this ID to set up an enrollment automation in the next step.
154+
# In your app, find the acs_system_id of the Salto KS Credential Manager.
157155
salto_ks_credential_manager=$(curl -X 'POST' \
158156
'https://connect.getseam.com/acs/systems/list_compatible_credential_manager_acs_systems' \
159157
-H 'accept: application/json' \
@@ -263,8 +261,7 @@ const janeUser = await seam.userIdentities.create({
263261

264262
// Step 2:
265263
// Retrieve a credential manager.
266-
// In your app, find the acs_system_id of the Salto KS Credential Manager
267-
// and then use this ID to set up an enrollment automation in the next step.
264+
// In your app, find the acs_system_id of the Salto KS Credential Manager.
268265
const saltoKsCredentialManager = (await seam.acs.systems
269266
.listCompatibleCredentialManagerAcsSystems({
270267
acs_system_id: buildingA.acs_system_id
@@ -366,8 +363,7 @@ $jane_user = $seam->user_identities->create(
366363

367364
// Step 2:
368365
// Retrieve a credential manager.
369-
// In your app, find the acs_system_id of the Salto KS Credential Manager
370-
// and then use this ID to set up an enrollment automation in the next step.
366+
// In your app, find the acs_system_id of the Salto KS Credential Manager.
371367
$salto_ks_credential_manager = $seam->acs->systems->list_compatible_credential_manager_acs_systems(
372368
acs_system_id: $building_a->acs_system_id
373369
)[0];

0 commit comments

Comments
 (0)