Skip to content

Commit 520736a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 93387ae of spec repo
1 parent 4c1f6aa commit 520736a

15 files changed

+83
-41
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "1e6c346",
3-
"generated": "2025-08-25 18:45:37.801"
2+
"spec_repo_commit": "93387ae",
3+
"generated": "2025-08-26 20:03:07.429"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24160,6 +24160,9 @@ components:
2416024160
additionalProperties: false
2416124161
description: Wrapper for live span
2416224162
properties:
24163+
hide_incomplete_cost_data:
24164+
description: Whether to hide incomplete cost data in the widget.
24165+
type: boolean
2416324166
live_span:
2416424167
$ref: '#/components/schemas/WidgetLiveSpan'
2416524168
type: object
@@ -24360,6 +24363,9 @@ components:
2436024363
format: int64
2436124364
minimum: 0
2436224365
type: integer
24366+
hide_incomplete_cost_data:
24367+
description: Whether to hide incomplete cost data in the widget.
24368+
type: boolean
2436324369
to:
2436424370
description: End time in seconds since epoch.
2436524371
example: 1712083128
@@ -24384,6 +24390,9 @@ components:
2438424390
WidgetNewLiveSpan:
2438524391
description: Used for arbitrary live span times, such as 17 minutes or 6 hours.
2438624392
properties:
24393+
hide_incomplete_cost_data:
24394+
description: Whether to hide incomplete cost data in the widget.
24395+
type: boolean
2438724396
type:
2438824397
$ref: '#/components/schemas/WidgetNewLiveSpanType'
2438924398
unit:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-15T19:33:02.539Z
1+
2025-08-26T19:47:58.449Z

cassettes/features/v1/dashboards/Create-a-new-timeseries-widget-with-legacy-live-span-time-format.yml

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-15T19:33:02.942Z
1+
2025-08-26T19:47:58.908Z

cassettes/features/v1/dashboards/Create-a-new-timeseries-widget-with-new-fixed-span-time-format.yml

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-15T19:33:03.421Z
1+
2025-08-26T19:47:59.336Z

cassettes/features/v1/dashboards/Create-a-new-timeseries-widget-with-new-live-span-time-format.yml

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/v1/dashboards/CreateDashboard_3066042014.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
type: DatadogAPIClient::V1::WidgetNewLiveSpanType::LIVE,
2323
unit: DatadogAPIClient::V1::WidgetLiveSpanUnit::MINUTE,
2424
value: 8,
25+
hide_incomplete_cost_data: true,
2526
}),
2627
type: DatadogAPIClient::V1::TimeseriesWidgetDefinitionType::TIMESERIES,
2728
requests: [

examples/v1/dashboards/CreateDashboard_3451918078.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
type: DatadogAPIClient::V1::WidgetNewFixedSpanType::FIXED,
2323
from: 1712080128,
2424
to: 1712083128,
25+
hide_incomplete_cost_data: true,
2526
}),
2627
type: DatadogAPIClient::V1::TimeseriesWidgetDefinitionType::TIMESERIES,
2728
requests: [

0 commit comments

Comments
 (0)