Skip to content

Commit abd0d7d

Browse files
Update data-graph.md
1 parent 29598c6 commit abd0d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/data-graph/data-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Use the following relationship, parameters, and examples to help you relate enti
145145
A profile can be related to an entity in two ways:
146146

147147
**1. With an `external_id`**: Define the external ID that will be used to join the profile with your entity.
148-
- `type`: Identify the external ID type (`email`, `phone`, `user id`). This corresponds to the `external_id_type` column in your `external_id_mapping` table.
148+
- `type`: Identify the external ID type (`email`, `phone`, `user_id`). This corresponds to the `external_id_type` column in your `external_id_mapping` table.
149149
- `join_key`: This is the column on the entity table that you are matching to the external identifier.
150150

151151
Example:

0 commit comments

Comments
 (0)