schemas/dashboardPost.json in losant_rest-1.6.0 vs schemas/dashboardPost.json in losant_rest-1.7.0

- old
+ new

@@ -67,9 +67,16 @@ "refreshRate": { "type": "number", "minimum": 5, "maximum": 600 }, + "defaultTheme": { + "type": "string", + "enum": [ + "dark", + "light" + ] + }, "reportConfigs": { "type": "array", "max": 10, "items": { "type": "object", \ No newline at end of file