Skip to content

Commit d2c451e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 372caf3 of spec repo
1 parent 050a063 commit d2c451e

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31439,7 +31439,7 @@ components:
3143931439
type: string
3144031440
dataset_id:
3144131441
description: The identifier of the dataset, or `null` if not set.
31442-
example: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm"
31442+
example: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw"
3144331443
nullable: true
3144431444
type: string
3144531445
description:
@@ -122653,7 +122653,6 @@ components:
122653122653
apm_service_catalog_write: Add, modify, and delete service catalog definitions when those definitions are maintained by Datadog.
122654122654
appsec_vm_read: View infrastructure, application code, and library vulnerability findings.
122655122655
aws_configurations_manage: Manage AWS integration account configurations and related integration settings.
122656-
billing_edit: Edit your organization's billing information.
122657122656
billing_read: View your organization's billing information.
122658122657
bits_investigations_read: View Bits AI investigations.
122659122658
bits_investigations_write: Create and manage Bits AI investigations.
@@ -184546,7 +184545,7 @@ paths:
184546184545
operationId: ListDatasetReportSchedules
184547184546
parameters:
184548184547
- description: The identifier of the published dataset to retrieve report schedules for.
184549-
example: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm"
184548+
example: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw"
184550184549
in: path
184551184550
name: dataset_id
184552184551
required: true
@@ -184562,7 +184561,7 @@ paths:
184562184561
data:
184563184562
- attributes:
184564184563
cell_id: "sevhjcis"
184565-
dataset_id: "MW5vdGVib29rX2NlbGw6ZDI0ZTM2MWMtZDFlNC00NDYwLWIyOWUtNTg3YTczMzA3MDFm"
184564+
dataset_id: "MW5vdGVib29rX2NlbGw6MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw"
184566184565
description: "This is a scheduled notebook dataset report."
184567184566
file_row_limit: 5000
184568184567
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)