Skip to content

Commit 9b2d0cd

Browse files
authored
Update README.md
1 parent 42c7f0e commit 9b2d0cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • docs/core-concepts/connected-accounts

docs/core-concepts/connected-accounts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ A connected account has a unique ID and stores the following data about the user
1313
* User identifier, such as the username or email address that the user uses to log in to their device account.
1414
* Account type, for example, `schlage`.
1515
* A Boolean `automatically_manage_new_devices` property to indicate whether Seam should import all new devices for the connected account to make these devices available for use and management by the Seam API.\
16-
Seam sets the initial value for this property based on a [corresponding parameter](../../api-clients/connect_webviews/#connect_webview-properties) in the associated Connect Webview. However, you can use the [Update Connected Account](../../api-clients/connected_accounts/update.md) method to change this value.
16+
Seam sets the initial value for this property based on a [corresponding parameter](../../api-clients/connect_webviews/#connect_webview-properties) in the associated Connect Webview. However, you can use the [Update Connected Account](../../api/connected_accounts/update.md) method to change this value.
1717
* An set of editable custom metadata, such as your own internal ID for the user.\
18-
This custom metadata is useful for [filtering connected accounts](filtering-connected-accounts-by-custom-metadata.md) using the [List Connected Accounts](../../api-clients/connected_accounts/list.md) method.\
19-
If the associated Connect Webview contains custom metadata, Seam transfers this custom metadata as the initial value for this property. However, you can use the [Update Connected Account](../../api-clients/connected_accounts/update.md) method to [change or add custom metadata for the connected account](adding-custom-metadata-to-a-connected-account.md).
18+
This custom metadata is useful for [filtering connected accounts](filtering-connected-accounts-by-custom-metadata.md) using the [List Connected Accounts](../../api/connected_accounts/list.md) method.\
19+
If the associated Connect Webview contains custom metadata, Seam transfers this custom metadata as the initial value for this property. However, you can use the [Update Connected Account](../../api/connected_accounts/update.md) method to [change or add custom metadata for the connected account](adding-custom-metadata-to-a-connected-account.md).
2020
* The date and time at which Seam created the connected account, that is, when the user completed the Connect Webview to authorize access.
2121
* Any errors or warnings associated with the connected account

0 commit comments

Comments
 (0)