浏览代码

Update dashboard.md (#5640)

The key returned by `GET /api/dashboards/db/:slug` is "dashboard" (not "model").
Peter Bonney 9 年之前
父节点
当前提交
62e162c44c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/http_api/dashboard.md

+ 1 - 1
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" ],