Skip to content
Merged
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
5 changes: 2 additions & 3 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6475,7 +6475,8 @@ components:
- SMS
- WHATSAPP
group_by:
description: Group results by a list of values, from the enumerable table above.
# TODO: Update docs on 16/Oct/2026 once 13 months of data are available.
description: Defines available fields for grouping insights reports. COUNTRY and CHANNEL are supported from 14/Aug/2025, and POSTBACK_DATA is supported from 16/Sep/2025, with data available only from those dates onward.
type: array
items:
$ref: '#/components/schemas/GroupByInsightField'
Expand Down Expand Up @@ -9549,8 +9550,6 @@ components:
example: DAY
GroupByInsightField:
title: GroupByInsightField
# TODO: Update docs on 16/Oct/2026 once 13 months of data are available.
description: Defines available fields for grouping insights reports. COUNTRY and CHANNEL are supported from 14/Aug/2025, and POSTBACK_DATA is supported from 16/Sep/2025, with data for these available only from those dates onward.
enum:
- ACCOUNT
- DAY
Expand Down