Skip to content

Commit a687e8c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit dfec4267 of spec repo
1 parent 5a85097 commit a687e8c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-03 09:24:13.392752",
8-
"spec_repo_commit": "5906d277"
7+
"regenerated": "2025-06-04 08:38:44.713083",
8+
"spec_repo_commit": "dfec4267"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-03 09:24:13.409905",
13-
"spec_repo_commit": "5906d277"
12+
"regenerated": "2025-06-04 08:38:44.804819",
13+
"spec_repo_commit": "dfec4267"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7287,7 +7287,7 @@ components:
72877287
For example, a query grouped by `cluster` and `namespace` cannot notify
72887288
on `region`.
72897289

7290-
Setting `notify_by` to `[*]` configures the monitor to notify as a simple-alert.'
7290+
Setting `notify_by` to `["*"]` configures the monitor to notify as a simple-alert.'
72917291
items:
72927292
description: A grouping tag.
72937293
type: string

src/main/java/com/datadog/api/client/v1/model/MonitorOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ public MonitorOptions addNotifyByItem(String notifyByItem) {
619619
* conditions by setting <code>notify_by</code> to <code>["cluster"]</code>. Tags mentioned in
620620
* <code>notify_by</code> must be a subset of the grouping tags in the query. For example, a query
621621
* grouped by <code>cluster</code> and <code>namespace</code> cannot notify on <code>region</code>
622-
* . Setting <code>notify_by</code> to <code>[*]</code> configures the monitor to notify as a
622+
* . Setting <code>notify_by</code> to <code>["*"]</code> configures the monitor to notify as a
623623
* simple-alert.
624624
*
625625
* @return notifyBy

0 commit comments

Comments
 (0)