Skip to content

Commit e015988

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 39adb7c0 of spec repo
1 parent 7ac9a50 commit e015988

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-05-08 14:34:53.877121",
8-
"spec_repo_commit": "4b632dba"
7+
"regenerated": "2025-05-09 02:41:26.674771",
8+
"spec_repo_commit": "39adb7c0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-08 14:34:53.893015",
13-
"spec_repo_commit": "4b632dba"
12+
"regenerated": "2025-05-09 02:41:26.695479",
13+
"spec_repo_commit": "39adb7c0"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,6 @@ components:
11811181
readOnly: true
11821182
type: string
11831183
is_read_only:
1184-
default: false
11851184
deprecated: true
11861185
description: 'Whether this dashboard is read-only. If True, only the author
11871186
and admins can make changes to it.

src/main/java/com/datadog/api/client/v1/model/Dashboard.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class Dashboard {
6464
private String id;
6565

6666
public static final String JSON_PROPERTY_IS_READ_ONLY = "is_read_only";
67-
private Boolean isReadOnly = false;
67+
private Boolean isReadOnly;
6868

6969
public static final String JSON_PROPERTY_LAYOUT_TYPE = "layout_type";
7070
private DashboardLayoutType layoutType;

0 commit comments

Comments
 (0)