Skip to content

Commit 5b15601

Browse files
authored
Update programming-salto-space-mobile-credentials.md
1 parent f5318fa commit 5b15601

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

docs/device-and-system-integration-guides/salto-proaccess-space-access-system/programming-salto-space-mobile-credentials.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jane_user = seam.user_identities.create(
4141

4242
# Step 2:
4343
# Retrieve a credential manager.
44-
# In your app, find the acs_system_id of the Salto Space Credential Manager
45-
# and then use this ID to set up an enrollment automation in the next step.
44+
# In your app, find the acs_system_id of the Salto Space Credential Manager.
4645
salto_space_credential_manager = seam.acs.systems.list_compatible_credential_manager_acs_systems(
4746
acs_system_id = building_a.acs_system_id
4847
)[0]
@@ -116,8 +115,7 @@ jane_user=$(curl -X 'POST' \
116115

117116
# Step 2:
118117
# Retrieve a credential manager.
119-
# In your app, find the acs_system_id of the Salto Space Credential Manager
120-
# and then use this ID to set up an enrollment automation in the next step.
118+
# In your app, find the acs_system_id of the Salto Space Credential Manager.
121119
salto_space_credential_manager=$(curl -X 'POST' \
122120
'https://connect.getseam.com/acs/systems/list_compatible_credential_manager_acs_systems' \
123121
-H 'accept: application/json' \
@@ -202,8 +200,7 @@ const janeUser = await seam.userIdentities.create({
202200

203201
// Step 2:
204202
// Retrieve a credential manager.
205-
// In your app, find the acs_system_id of the Salto Space Credential Manager
206-
// and then use this ID to set up an enrollment automation in the next step.
203+
// In your app, find the acs_system_id of the Salto Space Credential Manager.
207204
const saltoSpaceCredentialManager = (await seam.acs.systems
208205
.listCompatibleCredentialManagerAcsSystems({
209206
acs_system_id: buildingA.acs_system_id
@@ -269,8 +266,7 @@ jane_user = seam.user_identities.create(
269266

270267
# Step 2:
271268
# Retrieve a credential manager.
272-
# In your app, find the acs_system_id of the Salto Space Credential Manager
273-
# and then use this ID to set up an enrollment automation in the next step.
269+
# In your app, find the acs_system_id of the Salto Space Credential Manager.
274270
salto_space_credential_manager = (seam.acs.systems
275271
.list_compatible_credential_manager_acs_systems(
276272
acs_system_id: building_a.acs_system_id
@@ -336,8 +332,7 @@ $jane_user = $seam->user_identities->create(
336332

337333
// Step 2:
338334
// Retrieve a credential manager.
339-
// In your app, find the acs_system_id of the Salto Space Credential Manager
340-
// and then use this ID to set up an enrollment automation in the next step.
335+
// In your app, find the acs_system_id of the Salto Space Credential Manager.
341336
$salto_space_credential_manager = $seam->acs->systems->list_compatible_credential_manager_acs_systems(
342337
acs_system_id: $building_a->acs_system_id
343338
)[0];

0 commit comments

Comments
 (0)