From 3475ff2d816c199765580d77ede82fb28568e790 Mon Sep 17 00:00:00 2001 From: bergquist Date: Sun, 27 Nov 2016 17:09:47 +0100 Subject: [PATCH] docs(http): moves overview content to /http_api/ ref #6719 --- docs/sources/http_api/index.md | 21 +++++++++++++++++++++ docs/sources/http_api/overview.md | 28 ---------------------------- 2 files changed, 21 insertions(+), 28 deletions(-) delete mode 100644 docs/sources/http_api/overview.md diff --git a/docs/sources/http_api/index.md b/docs/sources/http_api/index.md index a083b150469..a4d47cc8c1b 100644 --- a/docs/sources/http_api/index.md +++ b/docs/sources/http_api/index.md @@ -1,7 +1,28 @@ +++ title = "HTTP API" +description = "Grafana HTTP API" +keywords = ["grafana", "http", "documentation", "api", "overview"] +type = "docs" [menu.docs] name = "HTTP API" identifier = "http_api" weight = 9 +++ + + +# HTTP API Reference + +The Grafana backend exposes an HTTP API, the same API is used by the frontend to do everything from saving +dashboards, creating users and updating data sources. + +## Supported HTTP APIs: + +* [Authentication API](/http_api/auth/) +* [Dashboard API](/http_api/dashboard/) +* [Data Source API](/http_api/data_source/) +* [Organisation API](/http_api/org/) +* [User API](/http_api/user/) +* [Admin API](/http_api/admin/) +* [Snapshot API](/http_api/snapshot/) +* [Preferences API](/http_api/preferences/) +* [Other API](/http_api/other/) diff --git a/docs/sources/http_api/overview.md b/docs/sources/http_api/overview.md deleted file mode 100644 index 967ed81f392..00000000000 --- a/docs/sources/http_api/overview.md +++ /dev/null @@ -1,28 +0,0 @@ -+++ -title = "HTTP API " -description = "Grafana HTTP API" -keywords = ["grafana", "http", "documentation", "api", "overview"] -aliases = ["/http_api/overview/"] -type = "docs" -[menu.docs] -name = "Overview" -parent = "http_api" -+++ - - -# HTTP API Reference - -The Grafana backend exposes an HTTP API, the same API is used by the frontend to do everything from saving -dashboards, creating users and updating data sources. - -## Supported HTTP APIs: - -* [Authentication API](/http_api/auth/) -* [Dashboard API](/http_api/dashboard/) -* [Data Source API](/http_api/data_source/) -* [Organisation API](/http_api/org/) -* [User API](/http_api/user/) -* [Admin API](/http_api/admin/) -* [Snapshot API](/http_api/snapshot/) -* [Preferences API](/http_api/preferences/) -* [Other API](/http_api/other/)