From e7786cef0373985e4b9ec473bf4a4fd899ae35b3 Mon Sep 17 00:00:00 2001 From: Sai Teja Madha <42540377+saiteja-madha@users.noreply.github.com> Date: Tue, 19 Jan 2021 12:34:38 +0530 Subject: [PATCH] Login Request - Post Body --- API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/API.md b/API.md index 1828040..2abd494 100644 --- a/API.md +++ b/API.md @@ -43,6 +43,7 @@ POST `api/client//login` |-----------|-----------|------------------------------------------------|---------|--------------------------------|------------| | clientId | URI/Route | Client identifier | Integer | Required | -- | + **Adds cookie with key `.AspNetCore.Cookies` to be used to authenticate subsequent requests** ### Logout Request @@ -50,6 +51,7 @@ POST `api/client//logout` | Parameter | Method | Description | Type | Validation | Default | |-----------|-----------|------------------------------------------------|---------|--------------------------------|------------| | clientId | URI/Route | Client identifier | Integer | Required | -- | +| password | POST Body | Client password | String | Required | -- | **Invalidates and removes cookie with key `.AspNetCore.Cookies`**