From df48df42fd4d62f5a9058a633707e72f28d821ce Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 18 Aug 2026 19:04:34 +0000 Subject: [PATCH] Regenerate client from commit 33beb11 of spec repo --- .generator/schemas/v2/openapi.yaml | 6 +++--- .../v2/report-schedules/ListDatasetReportSchedules.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 2f39666f080..ee0fc1675e2 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -31367,7 +31367,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: @@ -180352,7 +180352,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 @@ -180368,7 +180368,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");