Fixed invalid json example, added missing comma

This commit is contained in:
Alex Laverty
2015-07-09 11:50:29 +10:00
parent c2da54139a
commit dca45f177f

View File

@@ -53,7 +53,7 @@ Creates a new dashboard or updates an existing dashboard.
"rows": [ "rows": [
{ {
} }
] ],
"schemaVersion": 6, "schemaVersion": 6,
"version": 0 "version": 0
}, },