Browse Source

Update dashboard.md (#5640)

The key returned by `GET /api/dashboards/db/:slug` is "dashboard" (not "model").
Peter Bonney 9 năm trước cách đây
mục cha
commit
62e162c44c

+ 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,
         "isStarred": false,
         "slug": "production-overview"
         "slug": "production-overview"
       },
       },
-      "model": {
+      "dashboard": {
         "id": null,
         "id": null,
         "title": "Production Overview",
         "title": "Production Overview",
         "tags": [ "templated" ],
         "tags": [ "templated" ],