Skip to content

Commit

Permalink
Update query.openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kurbycchua authored May 14, 2024
1 parent 68cf1e5 commit 81c1330
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion openapi/src/query.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ paths:
tags:
- Engage
description: >
Query user profile data and return list of users that fit specified
Query user (or group) profile data and return list of users that fit specified
parameters.
Expand Down Expand Up @@ -1232,6 +1232,10 @@ paths:
A JSON array of distinct_ids to retrieve profiles for.
Example: `distinct_ids=["id1", "id2"]`
data_group_id:
type: string
description: >-
The ID of the group key, used when querying group profiles, click [here](https://docs.mixpanel.com/docs/data-structure/advanced/group-analytics#exporting-group-profiles-via-api) for more info.
where:
type: string
description: >-
Expand Down

0 comments on commit 81c1330

Please sign in to comment.