diff --git a/.apigentools-info b/.apigentools-info index cda145f920a..e97c8b2d347 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-05-02 04:31:10.898749", - "spec_repo_commit": "272cce39" + "regenerated": "2025-05-02 13:28:10.581947", + "spec_repo_commit": "788c51c1" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-05-02 04:31:10.915000", - "spec_repo_commit": "272cce39" + "regenerated": "2025-05-02 13:28:10.597607", + "spec_repo_commit": "788c51c1" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 54001549f35..4a694e04493 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -7288,7 +7288,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