Skip to content

Commit 7bb3fe5

Browse files
authored
Merge pull request #5066 from segmentio/bobbyatsegment-patch-1
Update format for Get Profile Traits endpoint example
2 parents 4a942bc + 3b92dec commit 7bb3fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/profile-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ https://profiles.segment.com/v1/spaces/<space_id>/
273273
Retrieve a single profile's traits within a collection using an `external_id`. For example, two different sources can set a different `first_name` for a user. The traits endpoint will resolve properties from multiple sources into a canonical source using the last updated precedence order.
274274

275275
```
276-
GET /v1/spaces/<space_id>/collections/users/profiles/<external_id>/traits
276+
GET /v1/spaces/<space_id>/collections/users/profiles/<id_type:external_id>/traits
277277
```
278278

279279
##### Query parameters

0 commit comments

Comments
 (0)