Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-08 14:34:53.877121",
"spec_repo_commit": "4b632dba"
"regenerated": "2025-05-09 02:41:26.674771",
"spec_repo_commit": "39adb7c0"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-08 14:34:53.893015",
"spec_repo_commit": "4b632dba"
"regenerated": "2025-05-09 02:41:26.695479",
"spec_repo_commit": "39adb7c0"
}
}
}
1 change: 0 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,6 @@ components:
readOnly: true
type: string
is_read_only:
default: false
deprecated: true
description: 'Whether this dashboard is read-only. If True, only the author
and admins can make changes to it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class Dashboard {
private String id;

public static final String JSON_PROPERTY_IS_READ_ONLY = "is_read_only";
private Boolean isReadOnly = false;
private Boolean isReadOnly;

public static final String JSON_PROPERTY_LAYOUT_TYPE = "layout_type";
private DashboardLayoutType layoutType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"secure" : true,
"body" : {
"type" : "JSON",
"json" : "{\"is_read_only\":false,\"layout_type\":null,\"title\":null,\"widgets\":[]}"
"json" : "{\"layout_type\":null,\"title\":null,\"widgets\":[]}"
}
},
"times" : {
Expand Down Expand Up @@ -58,7 +58,7 @@
"secure" : true,
"body" : {
"type" : "JSON",
"json" : "{\"is_read_only\":false,\"layout_type\":null,\"title\":null,\"widgets\":[]}"
"json" : "{\"layout_type\":null,\"title\":null,\"widgets\":[]}"
}
},
"times" : {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"secure" : true,
"body" : {
"type" : "JSON",
"json" : "{\"is_read_only\":false,\"layout_type\":null,\"title\":null,\"widgets\":[]}"
"json" : "{\"layout_type\":null,\"title\":null,\"widgets\":[]}"
}
},
"times" : {
Expand Down Expand Up @@ -58,7 +58,7 @@
"secure" : true,
"body" : {
"type" : "JSON",
"json" : "{\"is_read_only\":false,\"layout_type\":null,\"title\":null,\"widgets\":[]}"
"json" : "{\"layout_type\":null,\"title\":null,\"widgets\":[]}"
}
},
"times" : {
Expand Down Expand Up @@ -96,7 +96,7 @@
"secure" : true,
"body" : {
"type" : "JSON",
"json" : "{\"description\":\"Test dashboard for Java client\",\"is_read_only\":false,\"layout_type\":\"free\",\"title\":\"java-dashboardUpdateErrorsTest-local-1595946448\",\"widgets\":[]}"
"json" : "{\"description\":\"Test dashboard for Java client\",\"layout_type\":\"free\",\"title\":\"java-dashboardUpdateErrorsTest-local-1595946448\",\"widgets\":[]}"
}
},
"times" : {
Expand Down