Updated REST API (markdown)

Lauri Ojansivu 2023-01-16 00:41:57 +02:00
parent f07786c349
commit ec11faf9b5

@ -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 \