Commit 3c6b6473 by Kristian Köhler

added admin stuff

parent 1821809e
......@@ -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`
\ No newline at end of file
`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`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment