Skip to content

Commit 5e18246

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add beta tag to ListTagConfigurations filter[queried] parameter (#1822)
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 42b4a37 commit 5e18246

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:15.559193",
8-
"spec_repo_commit": "9c078a68"
7+
"regenerated": "2024-01-03 19:28:41.267857",
8+
"spec_repo_commit": "b2d74fec"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-03 15:14:15.576525",
13-
"spec_repo_commit": "9c078a68"
12+
"regenerated": "2024-01-03 19:28:41.286788",
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.'

src/datadog_api_client/v2/api/metrics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def list_tag_configurations(
642642
:param filter_include_percentiles: Filter distributions with additional percentile
643643
aggregations enabled or disabled.
644644
:type filter_include_percentiles: bool, optional
645-
:param filter_queried: Filter custom metrics that have or have not been queried in the specified window[seconds].
645+
:param filter_queried: (Beta) Filter custom metrics that have or have not been queried in the specified window[seconds].
646646
If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
647647
:type filter_queried: bool, optional
648648
:param filter_tags: Filter metrics that have been submitted with the given tags. Supports boolean and wildcard expressions.

0 commit comments

Comments
 (0)