Skip to content
Open
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
4 changes: 3 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22397,7 +22397,9 @@ components:
$ref: "#/components/schemas/ConvertJobResultsToSignalsData"
type: object
CostAggregationType:
description: "Controls how costs are aggregated when using `start_date`. The `cumulative` option returns month-to-date running totals."
description: |-
Controls how costs are aggregated when using `start_date`.
The `cumulative` option returns month-to-date running totals.
enum:
- cumulative
type: string
Expand Down
Loading