Skip to content

Commit 6f64f08

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2b403b3c of spec repo
1 parent ae6dda6 commit 6f64f08

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-07 21:20:01.108252",
8-
"spec_repo_commit": "ba8b66cb"
7+
"regenerated": "2025-05-08 14:09:49.978241",
8+
"spec_repo_commit": "2b403b3c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-07 21:20:01.142865",
13-
"spec_repo_commit": "ba8b66cb"
12+
"regenerated": "2025-05-08 14:09:50.001896",
13+
"spec_repo_commit": "2b403b3c"
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)