mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
added admin stuff
This commit is contained in:
parent
1821809e69
commit
3c6b647398
@ -351,4 +351,26 @@ Deletes the staring of the given Dashboard for the actual user.
|
||||
|
||||
### Renew session based on remember cookie
|
||||
|
||||
`GET /api/login/ping`
|
||||
`GET /api/login/ping`
|
||||
|
||||
## Admin
|
||||
|
||||
### Settings
|
||||
|
||||
`GET /api/admin/settings`
|
||||
|
||||
### Global Users
|
||||
|
||||
`POST /api/admin/users`
|
||||
|
||||
### Password for User
|
||||
|
||||
`PUT /api/admin/users/:id/password`
|
||||
|
||||
### Permissions
|
||||
|
||||
`PUT /api/admin/users/:id/permissions`
|
||||
|
||||
### Delete global User
|
||||
|
||||
`DELETE /api/admin/users/:id`
|
||||
|
Loading…
Reference in New Issue
Block a user