diff --git a/.apigentools-info b/.apigentools-info index 3bb30a959..40152a811 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:12.514459", - "spec_repo_commit": "272cce39" + "regenerated": "2025-05-02 13:28:06.187367", + "spec_repo_commit": "788c51c1" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-05-02 04:31:12.530271", - "spec_repo_commit": "272cce39" + "regenerated": "2025-05-02 13:28:06.205222", + "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 54001549f..4a694e044 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/datadogV1/model/model_monitor_options.rs b/src/datadogV1/model/model_monitor_options.rs index 31fa0c382..6a4a6bac5 100644 --- a/src/datadogV1/model/model_monitor_options.rs +++ b/src/datadogV1/model/model_monitor_options.rs @@ -120,7 +120,7 @@ pub struct MonitorOptions { /// new `cluster` violating the alert 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 simple-alert. + /// Setting `notify_by` to `["*"]` configures the monitor to notify as a simple-alert. #[serde(rename = "notify_by")] pub notify_by: Option>, /// A Boolean indicating whether this monitor notifies when data stops reporting. Defaults to `false`.