Updates API.md

Auto commit by GitBook Editor
kolaente 2018-01-23 12:17:43 +01:00
parent b7af86d290
commit 30b2b6c336
1 changed files with 10 additions and 0 deletions

10
API.md

@ -64,5 +64,15 @@ Routes marked with 🔒 need authentification.
| `/status` | GET | [More](API-Status) |
| `/status/:id` | GET | [More](API-Status) |
### Users
| Route | Method | More |
| :--- | :--- | :--- |
| /users | GET | Moar |
| /users | PUT | |
| /users/:id | GET | |
| /users/:id | POST | |
| /users/:id | DELETE | |