diff --git a/.apigentools-info b/.apigentools-info
index bf911b045b9..7ba703377a0 100644
--- a/.apigentools-info
+++ b/.apigentools-info
@@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
- "regenerated": "2025-06-04 09:10:40.276658",
- "spec_repo_commit": "6c99bb98"
+ "regenerated": "2025-06-04 10:47:59.772145",
+ "spec_repo_commit": "1f58e760"
},
"v2": {
"apigentools_version": "1.6.6",
- "regenerated": "2025-06-04 09:10:40.296099",
- "spec_repo_commit": "6c99bb98"
+ "regenerated": "2025-06-04 10:47:59.788728",
+ "spec_repo_commit": "1f58e760"
}
}
}
\ No newline at end of file
diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml
index 1160834c2db..0b645d20085 100644
--- a/.generator/schemas/v1/openapi.yaml
+++ b/.generator/schemas/v1/openapi.yaml
@@ -7287,7 +7287,7 @@ components:
For example, a query grouped by `cluster` and `namespace` cannot notify
on `region`.
- Setting `notify_by` to `[*]` configures the monitor to notify as a simple-alert.'
+ Setting `notify_by` to `["*"]` configures the monitor to notify as a simple-alert.'
items:
description: A grouping tag.
type: string
diff --git a/src/main/java/com/datadog/api/client/v1/model/MonitorOptions.java b/src/main/java/com/datadog/api/client/v1/model/MonitorOptions.java
index b47977abca0..1a1811cd515 100644
--- a/src/main/java/com/datadog/api/client/v1/model/MonitorOptions.java
+++ b/src/main/java/com/datadog/api/client/v1/model/MonitorOptions.java
@@ -619,7 +619,7 @@ public MonitorOptions addNotifyByItem(String notifyByItem) {
* conditions by setting notify_by to ["cluster"]. Tags mentioned in
* notify_by must be a subset of the grouping tags in the query. For example, a query
* grouped by cluster and namespace cannot notify on region
- * . Setting notify_by to [*] configures the monitor to notify as a
+ * . Setting notify_by to ["*"] configures the monitor to notify as a
* simple-alert.
*
* @return notifyBy