From ec11faf9b53102135f306433d52ab80adc871178 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 16 Jan 2023 00:41:57 +0200 Subject: [PATCH] Updated REST API (markdown) --- REST-API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/REST-API.md b/REST-API.md index 323c4ec..9fc4c05 100644 --- a/REST-API.md +++ b/REST-API.md @@ -92,6 +92,8 @@ curl http://localhost:3000/users/login \ THIS WORKS !! Alternatively, look at api.py example at https://github.com/wekan/wekan +NOTE: Username and password is case sensitive. So type BIG and small letters correctly. + ```bash curl -H "Content-type:application/json" \ http://localhost:3000/users/login \