Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15786,6 +15786,8 @@ components:
$ref: "#/components/schemas/LogQueryDefinition"
deprecated: true
description: Deprecated - Use `queries` and `formulas` instead.
sort:
$ref: "#/components/schemas/WidgetSortBy"
style:
$ref: "#/components/schemas/WidgetStyle"
type: object
Expand Down Expand Up @@ -20475,6 +20477,10 @@ components:
type: array
response_format:
$ref: "#/components/schemas/FormulaAndFunctionResponseFormat"
sort:
$ref: "#/components/schemas/WidgetSortBy"
style:
$ref: "#/components/schemas/WidgetRequestStyle"
type: object
UsageAnalyzedLogsHour:
description: The number of analyzed logs for each hour for a given organization.
Expand Down
Loading
Loading