Skip to content

Commit 3879902

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit d9c9721 of spec repo
1 parent 17f8f4d commit 3879902

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75877,11 +75877,8 @@ paths:
7587775877
required: false
7587875878
schema:
7587975879
type: boolean
75880-
- description: '(Preview) Filter custom metrics that have or have not been queried
75881-
in the specified window[seconds].
75882-
75883-
If no window is provided or the window is less than 2 hours, a default of
75884-
2 hours will be applied.'
75880+
- description: (Preview) Filter custom metrics that have or have not been queried
75881+
in the past 30 days.
7588575882
example: true
7588675883
in: query
7588775884
name: filter[queried]

src/main/java/com/datadog/api/client/v2/api/MetricsApi.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,8 +1654,7 @@ public ListTagConfigurationsOptionalParameters filterIncludePercentiles(
16541654
* Set filterQueried.
16551655
*
16561656
* @param filterQueried (Preview) Filter custom metrics that have or have not been queried in
1657-
* the specified window[seconds]. If no window is provided or the window is less than 2
1658-
* hours, a default of 2 hours will be applied. (optional)
1657+
* the past 30 days. (optional)
16591658
* @return ListTagConfigurationsOptionalParameters
16601659
*/
16611660
public ListTagConfigurationsOptionalParameters filterQueried(Boolean filterQueried) {

0 commit comments

Comments
 (0)