Linked docs from main nav

This commit is contained in:
utkarshcmu
2016-02-05 01:47:34 -08:00
parent 616a6bec38
commit 4ff6748eb4
11 changed files with 109 additions and 90 deletions
+8 -8
View File
@@ -4,9 +4,9 @@ page_description: Grafana Admin API Reference
page_keywords: grafana, admin, http, api, documentation
---
## Admin API
# Admin API
### Settings
## Settings
`GET /api/admin/settings`
@@ -162,7 +162,7 @@ page_keywords: grafana, admin, http, api, documentation
}
}
### Grafana Stats
## Grafana Stats
`GET /api/admin/stats`
@@ -190,7 +190,7 @@ page_keywords: grafana, admin, http, api, documentation
"grafana_admin_count":2
}
### Global Users
## Global Users
`POST /api/admin/users`
@@ -217,7 +217,7 @@ Create new user
{"id":5,"message":"User created"}
### Password for User
## Password for User
`PUT /api/admin/users/:id/password`
@@ -237,7 +237,7 @@ Change password for specific user
{"password":"userpassword"}
### Permissions
## Permissions
`PUT /api/admin/users/:id/permissions`
@@ -255,7 +255,7 @@ Change password for specific user
{message: "User permissions updated"}
### Delete global User
## Delete global User
`DELETE /api/admin/users/:id`
@@ -271,4 +271,4 @@ Change password for specific user
HTTP/1.1 200
Content-Type: application/json
{message: "User deleted"}
{message: "User deleted"}