Skip to content

Commit 8c56d85

Browse files
authored
Update adding-custom-metadata-to-a-connected-account.md
1 parent dddac8d commit 8c56d85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: You can add or change custom metadata for a connected account.
66

77
You can use custom metadata to store a custom payload or object, tailored to the specific needs of your app. For example, this feature is useful for tracking customer information, internal user IDs, or other internal resources for a [connected account](./). Storing custom metadata in a Seam `connected_account` object enables you to look up an internal resource from directly within your Seam [workspace](../workspaces/). Then, you can [filter connected accounts by the desired metadata](filtering-connected-accounts-by-custom-metadata.md).
88

9-
If the associated [Connect Webview](../connect-webviews/) 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 with the optional [`custom_metadata` property](../../api-clients/connected_accounts/#connected_account-properties) to change or add custom metadata for the connected account. This property accepts up to 50 JSON key:value pairs.
9+
If the associated [Connect Webview](../connect-webviews/) 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 with the optional `custom_metadata` property to change or add custom metadata for the connected account. This property accepts up to 50 JSON key:value pairs.
1010

1111
{% tabs %}
1212
{% tab title="Python" %}

0 commit comments

Comments
 (0)