Browse Source

Merge pull request #2313 from alaverty/master

Fixed invalid json example, added missing comma
Torkel Ödegaard 10 years ago
parent
commit
b2c0eefbbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/reference/http_api.md

+ 1 - 1
docs/sources/reference/http_api.md

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