diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 77abb46069d..f11972d91d0 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -75877,11 +75877,8 @@ paths: required: false schema: type: boolean - - description: '(Preview) 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.' + - description: (Preview) Filter custom metrics that have or have not been queried + in the past 30 days. example: true in: query name: filter[queried] diff --git a/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java b/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java index b345287e4b7..1d584a1f1ed 100644 --- a/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java @@ -1654,8 +1654,7 @@ public ListTagConfigurationsOptionalParameters filterIncludePercentiles( * Set filterQueried. * * @param filterQueried (Preview) 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. (optional) + * the past 30 days. (optional) * @return ListTagConfigurationsOptionalParameters */ public ListTagConfigurationsOptionalParameters filterQueried(Boolean filterQueried) {