From 9075b74e7714cb0abd047e7b56b47b634ba11b12 Mon Sep 17 00:00:00 2001 From: Wenwen Date: Wed, 30 Oct 2024 11:22:27 -0700 Subject: [PATCH] Update the cohort upload response --- content/collections/api/en/behavioral-cohorts.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/collections/api/en/behavioral-cohorts.md b/content/collections/api/en/behavioral-cohorts.md index 5082e2cb1..1fe987f25 100644 --- a/content/collections/api/en/behavioral-cohorts.md +++ b/content/collections/api/en/behavioral-cohorts.md @@ -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"] + } } ```