diff --git a/.apigentools-info b/.apigentools-info index a17bbcd99e8c..32cc63e4c160 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:15.271278", - "spec_repo_commit": "272cce39" + "regenerated": "2025-05-02 13:28:12.290078", + "spec_repo_commit": "788c51c1" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-05-02 04:31:15.291066", - "spec_repo_commit": "272cce39" + "regenerated": "2025-05-02 13:28:12.306993", + "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 54001549f357..4a694e044933 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/packages/datadog-api-client-v1/models/MonitorOptions.ts b/packages/datadog-api-client-v1/models/MonitorOptions.ts index 1f00de3e45e7..d6dd812d616c 100644 --- a/packages/datadog-api-client-v1/models/MonitorOptions.ts +++ b/packages/datadog-api-client-v1/models/MonitorOptions.ts @@ -117,7 +117,7 @@ export class 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. */ "notifyBy"?: Array; /**