Skip to content

Commit 91893a8

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit dc150eeb of spec repo
1 parent 970ea6d commit 91893a8

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-09-25 18:39:30.798176",
8-
"spec_repo_commit": "1fa8186c"
7+
"regenerated": "2024-09-26 18:26:52.118886",
8+
"spec_repo_commit": "dc150eeb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-25 18:39:30.813037",
13-
"spec_repo_commit": "1fa8186c"
12+
"regenerated": "2024-09-26 18:26:52.133232",
13+
"spec_repo_commit": "dc150eeb"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -32775,8 +32775,7 @@ paths:
3277532775
schema:
3277632776
type: string
3277732777
- description: The number of hours of look back (from now) to estimate cardinality
32778-
with. Estimates are based on historical data, and unspecified fields default
32779-
to the minimum 49 hours.
32778+
with. If unspecified, it defaults to 0 hours.
3278032779
example: 49
3278132780
in: query
3278232781
name: filter[hours_ago]
@@ -32805,7 +32804,7 @@ paths:
3280532804
schema:
3280632805
type: boolean
3280732806
- description: A window, in hours, from the look back to estimate cardinality
32808-
with.
32807+
with. The minimum and default is 1 hour.
3280932808
example: 6
3281032809
in: query
3281132810
name: filter[timespan_h]

packages/datadog-api-client-v2/apis/MetricsApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ export interface MetricsApiEstimateMetricsOutputSeriesRequest {
17231723
*/
17241724
filterGroups?: string;
17251725
/**
1726-
* The number of hours of look back (from now) to estimate cardinality with. Estimates are based on historical data, and unspecified fields default to the minimum 49 hours.
1726+
* The number of hours of look back (from now) to estimate cardinality with. If unspecified, it defaults to 0 hours.
17271727
* @type number
17281728
*/
17291729
filterHoursAgo?: number;
@@ -1738,7 +1738,7 @@ export interface MetricsApiEstimateMetricsOutputSeriesRequest {
17381738
*/
17391739
filterPct?: boolean;
17401740
/**
1741-
* A window, in hours, from the look back to estimate cardinality with.
1741+
* A window, in hours, from the look back to estimate cardinality with. The minimum and default is 1 hour.
17421742
* @type number
17431743
*/
17441744
filterTimespanH?: number;

0 commit comments

Comments
 (0)