Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion openapi/export.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ paths:
name: event
schema:
type: string
description: The event or events that you wish to get data for, encoded as a JSON array.
example: '["signup","purchase"]'
description: The event or events that you wish to get data for, encoded as a JSON array (for example, `["signup","purchase"]`).
- in: query
name: where
schema:
Expand Down
Loading