mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update dashboard.md (#5640)
The key returned by `GET /api/dashboards/db/:slug` is "dashboard" (not "model").
This commit is contained in:
parent
490ea18638
commit
62e162c44c
@ -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" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user