From f62f2ec92a7b7430a0fed1d4b2cc31c562a6e6a0 Mon Sep 17 00:00:00 2001 From: Jason Sooter <7215306+JasonSooter@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:12:41 -0700 Subject: [PATCH] feat(docs): update default traits return count --- src/unify/profile-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unify/profile-api.md b/src/unify/profile-api.md index 48cb61cc79..d695dc759d 100644 --- a/src/unify/profile-api.md +++ b/src/unify/profile-api.md @@ -115,7 +115,7 @@ You can query a user's traits (such as `first_name`, `last_name`, and more): `https://profiles.segment.com/v1/spaces//collections/users/profiles//traits` -By default, the response includes 20 traits. You can return up to 200 traits by appending `?limit=200` to the querystring. If you wish to return a specific trait, append `?include={trait}` to the querystring (for example `?include=age`). You can also use the ``?class=audience​`` or ``?class=computed_trait​`` URL parameters to retrieve audiences or computed traits specifically. +By default, the response includes 10 traits. You can return up to 200 traits by appending `?limit=200` to the querystring. If you wish to return a specific trait, append `?include={trait}` to the querystring (for example `?include=age`). You can also use the ``?class=audience​`` or ``?class=computed_trait​`` URL parameters to retrieve audiences or computed traits specifically. **Metadata** You can query all of a user's metadata (such as `created_at`, `updated_at`, and more):