From 62e162c44ca6ed44c8b0353233b6322923901ec2 Mon Sep 17 00:00:00 2001 From: Peter Bonney Date: Sat, 23 Jul 2016 05:46:20 -0400 Subject: [PATCH] Update dashboard.md (#5640) The key returned by `GET /api/dashboards/db/:slug` is "dashboard" (not "model"). --- docs/sources/http_api/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/http_api/dashboard.md b/docs/sources/http_api/dashboard.md index ead63c722aa..d62a8a967f4 100644 --- a/docs/sources/http_api/dashboard.md +++ b/docs/sources/http_api/dashboard.md @@ -96,7 +96,7 @@ Will return the dashboard given the dashboard slug. Slug is the url friendly ver "isStarred": false, "slug": "production-overview" }, - "model": { + "dashboard": { "id": null, "title": "Production Overview", "tags": [ "templated" ],