From dea508334d7347062d758c4b6e3a56103bb3294f Mon Sep 17 00:00:00 2001 From: tdaget Date: Mon, 13 Nov 2017 23:09:37 +0100 Subject: [PATCH] Updated REST API (markdown) --- REST-API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/REST-API.md b/REST-API.md index f119b47..a124168 100644 --- a/REST-API.md +++ b/REST-API.md @@ -16,9 +16,9 @@ When calling a production Wekan server, ensure it is running via HTTPS and has a # Summary ### Authentication -| Url | Short Description | -| :--- | :--- | -| `/users/login` | [Authenticate with the REST API.](#login) | +| HTTP Method | Url | Short Description | +| :--- | :--- | :--- | +| `POST` | `/users/login` | [Authenticate with the REST API.](#login) | ### Users | HTTP Method | Url | Short Description |