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 |