Skip to content

Commit a777210

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 410362a4 of spec repo
1 parent 961bd90 commit a777210

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-06 15:05:58.407196",
8-
"spec_repo_commit": "d0ee626b"
7+
"regenerated": "2025-05-07 02:40:12.365698",
8+
"spec_repo_commit": "410362a4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-06 15:05:58.424393",
13-
"spec_repo_commit": "d0ee626b"
12+
"regenerated": "2025-05-07 02:40:12.381680",
13+
"spec_repo_commit": "410362a4"
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)