Skip to content

Commit

Permalink
Add beta tag to ListTagConfigurations filter[queried] parameter (#1471)
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 82c0d64 commit 8610d7f
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:14.401717",
"spec_repo_commit": "9c078a68"
"regenerated": "2024-01-03 19:28:29.514415",
"spec_repo_commit": "b2d74fec"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-03 15:14:14.420350",
"spec_repo_commit": "9c078a68"
"regenerated": "2024-01-03 19:28:29.530568",
"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 packages/datadog-api-client-v2/apis/MetricsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ export interface MetricsApiListTagConfigurationsRequest {
*/
filterIncludePercentiles?: boolean;
/**
* Filter custom metrics that have or have not been queried in the specified window[seconds].
* (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 boolean
*/
Expand Down

0 comments on commit 8610d7f

Please sign in to comment.