Skip to content

Commit

Permalink
Add beta tag to ListTagConfigurations filter[queried] parameter (#1822)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jan 3, 2024
1 parent 42b4a37 commit 5e18246
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-03 15:14:15.559193",
"spec_repo_commit": "9c078a68"
"regenerated": "2024-01-03 19:28:41.267857",
"spec_repo_commit": "b2d74fec"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-03 15:14:15.576525",
"spec_repo_commit": "9c078a68"
"regenerated": "2024-01-03 19:28:41.286788",
"spec_repo_commit": "b2d74fec"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26068,8 +26068,8 @@ paths:
required: false
schema:
type: boolean
- description: 'Filter custom metrics that have or have not been queried in
the specified window[seconds].
- description: '(Beta) Filter custom metrics that have or have not been queried
in the specified window[seconds].

If no window is provided or the window is less than 2 hours, a default of
2 hours will be applied.'
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v2/api/metrics_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ def list_tag_configurations(
:param filter_include_percentiles: Filter distributions with additional percentile
aggregations enabled or disabled.
:type filter_include_percentiles: bool, optional
:param filter_queried: Filter custom metrics that have or have not been queried in the specified window[seconds].
:param filter_queried: (Beta) Filter custom metrics that have or have not been queried in the specified window[seconds].
If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
:type filter_queried: bool, optional
:param filter_tags: Filter metrics that have been submitted with the given tags. Supports boolean and wildcard expressions.
Expand Down

0 comments on commit 5e18246

Please sign in to comment.