diff --git a/.apigentools-info b/.apigentools-info index 82369f7452c..d374b1835b4 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-02-23 18:04:51.442741", - "spec_repo_commit": "76697835" + "regenerated": "2024-02-26 18:27:08.436817", + "spec_repo_commit": "65e025be" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-02-23 18:04:51.459774", - "spec_repo_commit": "76697835" + "regenerated": "2024-02-26 18:27:08.452262", + "spec_repo_commit": "65e025be" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index a00a3437ff8..3544367815b 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -26751,7 +26751,7 @@ paths: **Notes**: - Synthetic monitors are created through the Synthetics API. See the [Synthetics - API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for + API](https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information. - Log monitors require an unscoped App Key. @@ -27058,10 +27058,7 @@ paths: - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`. - - `#` an integer or decimal number used to set the threshold. - - - **NOTE** Database Monitoring monitors are in alpha on US1.' + - `#` an integer or decimal number used to set the threshold.' operationId: CreateMonitor requestBody: content: diff --git a/api/datadogV1/api_monitors.go b/api/datadogV1/api_monitors.go index 46fef2a5726..08f362ba443 100644 --- a/api/datadogV1/api_monitors.go +++ b/api/datadogV1/api_monitors.go @@ -126,7 +126,7 @@ func (a *MonitorsApi) CheckCanDeleteMonitor(ctx _context.Context, monitorIds []i // - database-monitoring: `database-monitoring alert` // // **Notes**: -// - Synthetic monitors are created through the Synthetics API. See the [Synthetics API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information. +// - Synthetic monitors are created through the Synthetics API. See the [Synthetics API](https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information. // - Log monitors require an unscoped App Key. // // #### Query Types @@ -277,8 +277,6 @@ func (a *MonitorsApi) CheckCanDeleteMonitor(ctx _context.Context, monitorIds []i // - `time_window` #m (between 1 and 2880), #h (between 1 and 48). // - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`. // - `#` an integer or decimal number used to set the threshold. -// -// **NOTE** Database Monitoring monitors are in alpha on US1. func (a *MonitorsApi) CreateMonitor(ctx _context.Context, body Monitor) (Monitor, *_nethttp.Response, error) { var ( localVarHTTPMethod = _nethttp.MethodPost