Update dashboard.md (#5640)

The key returned by `GET /api/dashboards/db/:slug` is "dashboard" (not "model").
This commit is contained in:
Peter Bonney 2016-07-23 05:46:20 -04:00 committed by Torkel Ödegaard
parent 490ea18638
commit 62e162c44c

View File

@ -96,7 +96,7 @@ Will return the dashboard given the dashboard slug. Slug is the url friendly ver
"isStarred": false, "isStarred": false,
"slug": "production-overview" "slug": "production-overview"
}, },
"model": { "dashboard": {
"id": null, "id": null,
"title": "Production Overview", "title": "Production Overview",
"tags": [ "templated" ], "tags": [ "templated" ],