diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml
index dfb1ed5331f..d854a39bb60 100644
--- a/.generator/schemas/v2/openapi.yaml
+++ b/.generator/schemas/v2/openapi.yaml
@@ -44118,6 +44118,7 @@ components:
Set to `true` to continue using the legacy search syntax while migrating filter queries. After migrating all queries to the new syntax, set to `false`.
The legacy syntax is deprecated and will eventually be removed.
Requires Observability Pipelines Worker 2.11 or later.
+ Only applies to `logs` pipelines. This field is ignored for `metrics` pipelines.
See [Upgrade Your Filter Queries to the New Search Syntax](https://docs.datadoghq.com/observability_pipelines/guide/upgrade_your_filter_queries_to_the_new_search_syntax/) for more information.
type: boolean
required:
diff --git a/src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineConfig.java b/src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineConfig.java
index 75a666c595a..d7337bfb9f5 100644
--- a/src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineConfig.java
+++ b/src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineConfig.java
@@ -235,7 +235,8 @@ public ObservabilityPipelineConfig useLegacySearchSyntax(Boolean useLegacySearch
* Set to true to continue using the legacy search syntax while migrating filter
* queries. After migrating all queries to the new syntax, set to false. The legacy
* syntax is deprecated and will eventually be removed. Requires Observability Pipelines Worker
- * 2.11 or later. See logs pipelines. This field is ignored for
+ * metrics pipelines. See Upgrade
* Your Filter Queries to the New Search Syntax for more information.
*