Skip to content

Commit

Permalink
Update the cohort upload response
Browse files Browse the repository at this point in the history
  • Loading branch information
WenwenXiao6 committed Oct 30, 2024
1 parent 85fc97a commit 9075b74
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion content/collections/api/en/behavioral-cohorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,12 @@ The response is a JSON object with this schema:

```json
{
"cohort_id": "COHORT_ID"
"cohortId": "COHORT_ID",
"metadata": {
"matched": 1234,
"totals": 1232,
"invalid_ids_sample": ["INVALID_ID1", "INVALID_ID2"]
}
}
```

Expand Down

0 comments on commit 9075b74

Please sign in to comment.