Skip to content

Commit df48df4

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 33beb11 of spec repo
1 parent 3d3a31c commit df48df4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31367,7 +31367,7 @@ components:
3136731367
type: string
3136831368
dataset_id:
3136931369
description: The identifier of the dataset, or `null` if not set.
31370-
example: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm"
31370+
example: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw"
3137131371
nullable: true
3137231372
type: string
3137331373
description:
@@ -180352,7 +180352,7 @@ paths:
180352180352
operationId: ListDatasetReportSchedules
180353180353
parameters:
180354180354
- description: The identifier of the published dataset to retrieve report schedules for.
180355-
example: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm"
180355+
example: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw"
180356180356
in: path
180357180357
name: dataset_id
180358180358
required: true
@@ -180368,7 +180368,7 @@ paths:
180368180368
data:
180369180369
- attributes:
180370180370
cell_id: "sevhjcis"
180371-
dataset_id: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm"
180371+
dataset_id: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw"
180372180372
description: "This is a scheduled notebook dataset report."
180373180373
file_row_limit: 5000
180374180374
inline_row_limit: 10

examples/v2/report-schedules/ListDatasetReportSchedules.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static void main(String[] args) {
1313
try {
1414
DatasetReportScheduleListResponse result =
1515
apiInstance.listDatasetReportSchedules(
16-
"MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm");
16+
"MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw");
1717
System.out.println(result);
1818
} catch (ApiException e) {
1919
System.err.println("Exception when calling ReportSchedulesApi#listDatasetReportSchedules");

0 commit comments

Comments
 (0)