Commit f1fc1672 by Marcus Efraimsson

docs: minor fix for dashboard http api documentation

Reported in #11176
parent d3f54f94
...@@ -43,11 +43,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk ...@@ -43,11 +43,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
"title": "Production Overview", "title": "Production Overview",
"tags": [ "templated" ], "tags": [ "templated" ],
"timezone": "browser", "timezone": "browser",
"rows": [ "schemaVersion": 16,
{
}
],
"schemaVersion": 6,
"version": 0 "version": 0
}, },
"folderId": 0, "folderId": 0,
...@@ -140,11 +136,7 @@ Content-Type: application/json ...@@ -140,11 +136,7 @@ Content-Type: application/json
"title": "Production Overview", "title": "Production Overview",
"tags": [ "templated" ], "tags": [ "templated" ],
"timezone": "browser", "timezone": "browser",
"rows": [ "schemaVersion": 16,
{
}
],
"schemaVersion": 6,
"version": 0 "version": 0
}, },
"meta": { "meta": {
...@@ -219,14 +211,9 @@ Content-Type: application/json ...@@ -219,14 +211,9 @@ Content-Type: application/json
"editable":false, "editable":false,
"hideControls":true, "hideControls":true,
"nav":[ "nav":[
{
"enable":false,
"type":"timepicker"
}
],
"rows": [
{ {
"enable":false,
"type":"timepicker"
} }
], ],
"style":"dark", "style":"dark",
...@@ -322,11 +309,7 @@ Content-Type: application/json ...@@ -322,11 +309,7 @@ Content-Type: application/json
"title": "Production Overview", "title": "Production Overview",
"tags": [ "templated" ], "tags": [ "templated" ],
"timezone": "browser", "timezone": "browser",
"rows": [ "schemaVersion": 16,
{
}
],
"schemaVersion": 6,
"version": 0 "version": 0
}, },
"meta": { "meta": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment