Updates API.md

Auto commit by GitBook Editor
kolaente 2018-01-23 15:21:51 +01:00
parent 1d23280ad4
commit d63efb0a51
1 changed files with 1 additions and 0 deletions

1
API.md

@ -73,6 +73,7 @@ Routes marked with 🔒 need authentification.
| `/users/:id` | GET | Get user details |
| `/users/:id` | POST | Update a user |
| `/users/:id` | DELETE | Delete a user |
| `/users/:id/password` | POST | Update a users password |