Skip to content

Commit 8610d7f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add beta tag to ListTagConfigurations filter[queried] parameter (#1471)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 82c0d64 commit 8610d7f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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-01-03 15:14:14.401717",
8-
"spec_repo_commit": "9c078a68"
7+
"regenerated": "2024-01-03 19:28:29.514415",
8+
"spec_repo_commit": "b2d74fec"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-03 15:14:14.420350",
13-
"spec_repo_commit": "9c078a68"
12+
"regenerated": "2024-01-03 19:28:29.530568",
13+
"spec_repo_commit": "b2d74fec"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26068,8 +26068,8 @@ paths:
2606826068
required: false
2606926069
schema:
2607026070
type: boolean
26071-
- description: 'Filter custom metrics that have or have not been queried in
26072-
the specified window[seconds].
26071+
- description: '(Beta) Filter custom metrics that have or have not been queried
26072+
in the specified window[seconds].
2607326073

2607426074
If no window is provided or the window is less than 2 hours, a default of
2607526075
2 hours will be applied.'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ export interface MetricsApiListTagConfigurationsRequest {
16941694
*/
16951695
filterIncludePercentiles?: boolean;
16961696
/**
1697-
* Filter custom metrics that have or have not been queried in the specified window[seconds].
1697+
* (Beta) Filter custom metrics that have or have not been queried in the specified window[seconds].
16981698
* If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
16991699
* @type boolean
17001700
*/

0 commit comments

Comments
 (0)