From 46287455f78d291c3c99010525a17099a2ca0b1d Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Thu, 9 Dec 2021 12:04:05 +0100 Subject: [PATCH] Update 'Documentation' --- Documentation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index 07dc9fa..ecf31ee 100644 --- a/Documentation.md +++ b/Documentation.md @@ -63,4 +63,6 @@ Methods to create other roles, regardless the previous schema. | Method | Path | Path Variables | Params | Description | -------- | -------- | -------- |-------- | -------- | -| POST | /create | - | **name**: Name of Authority **description**: Desciption of Authority (optional) | Create Authority with this name e.g Test Authority will be TEST\_AUTHORITY. \ No newline at end of file +| POST | /create | - | **name**: Name of Authority **description**: Desciption of Authority (optional) | Create Authority with this name e.g Test Authority will be TEST\_AUTHORITY. +| POST | /assign | - | **email**: Email of user | Assign Authority PORTAL\_ADMINISTRATOR to user(s) with this email or logged in user, if email isn't provided. +| DELETE | /remove | - | **email**: Email of user | Remove Authority PORTAL\_ADMINISTRATOR from user(s) with this email or logged in user, if email isn't provided. \ No newline at end of file