diff --git a/Features.md b/Features.md index 66e7cab..e2b375b 100644 --- a/Features.md +++ b/Features.md @@ -109,6 +109,12 @@ * [REST API](https://github.com/wekan/wekan/issues/1037) +Example: + +``` +curl http://localhost:3000/users/login -d "username=myloginname&password=mypassword" +``` + ## Webhooks Sending notifications for board activities. Tested with [Slack](https://slack.com/) and [Rocket.chat](https://rocket.chat/). ```