From d63efb0a51739db7012a48cf5df71891d67c7789 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 23 Jan 2018 15:21:51 +0100 Subject: [PATCH] Updates API.md Auto commit by GitBook Editor --- API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API.md b/API.md index b637e81..d1d5df4 100644 --- a/API.md +++ b/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 |