From d2c451e9c1948cb423502b8c026b5a56c314fbd4 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 24 Aug 2026 14:42:04 +0000 Subject: [PATCH] Regenerate client from commit 372caf3 of spec repo --- .generator/schemas/v2/openapi.yaml | 7 +++---- .../v2/report-schedules/ListDatasetReportSchedules.java | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 48e75bd3d09..4ea6c5aeb2f 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -31439,7 +31439,7 @@ components: type: string dataset_id: description: The identifier of the dataset, or `null` if not set. - example: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm" + example: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw" nullable: true type: string description: @@ -122653,7 +122653,6 @@ components: apm_service_catalog_write: Add, modify, and delete service catalog definitions when those definitions are maintained by Datadog. appsec_vm_read: View infrastructure, application code, and library vulnerability findings. aws_configurations_manage: Manage AWS integration account configurations and related integration settings. - billing_edit: Edit your organization's billing information. billing_read: View your organization's billing information. bits_investigations_read: View Bits AI investigations. bits_investigations_write: Create and manage Bits AI investigations. @@ -184546,7 +184545,7 @@ paths: operationId: ListDatasetReportSchedules parameters: - description: The identifier of the published dataset to retrieve report schedules for. - example: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm" + example: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw" in: path name: dataset_id required: true @@ -184562,7 +184561,7 @@ paths: data: - attributes: cell_id: "sevhjcis" - dataset_id: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm" + dataset_id: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw" description: "This is a scheduled notebook dataset report." file_row_limit: 5000 inline_row_limit: 10 diff --git a/examples/v2/report-schedules/ListDatasetReportSchedules.java b/examples/v2/report-schedules/ListDatasetReportSchedules.java index a519d5211f3..19d61fcf431 100644 --- a/examples/v2/report-schedules/ListDatasetReportSchedules.java +++ b/examples/v2/report-schedules/ListDatasetReportSchedules.java @@ -13,7 +13,7 @@ public static void main(String[] args) { try { DatasetReportScheduleListResponse result = apiInstance.listDatasetReportSchedules( - "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm"); + "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw"); System.out.println(result); } catch (ApiException e) { System.err.println("Exception when calling ReportSchedulesApi#listDatasetReportSchedules");