From d42f7922c54ceba775aee3a0ceba321e1b599ddb Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Mon, 4 Oct 2021 14:44:06 +0200 Subject: [PATCH] Update 'Documentation' --- Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index 4e5ef4a..b57a633 100644 --- a/Documentation.md +++ b/Documentation.md @@ -35,5 +35,5 @@ This service provides 4 controllers with methods to create, assign or revoke rol | DELETE | /{type} | **type**: Type of Entity | **email**: Email of user (optional) | Remove Authority CURATOR_(TYPE) from user(s) with this email or logged in user. | GET | /{type} | **type**: Type of Entity |**email**: Set to false to hide email information, default: true, **name**: Set to false to hide name information, default: true | Retrieve information of users with Authority CURATOR_(TYPE). | POST | /{type} | **type**: Type of Entity | **email**: Email of user, **force**: if true and Authority CURATOR_(TYPE) doesn't exist, the Authority will be created, default: false | Assign Authority CURATOR_(TYPE) to user(s) with this email or logged in user. -| POST | /{type}/create | **type**: Type of Entity | **description**: Desciption of Authority CURATOR_(TYPE) | Create Authority CURATOR_(TYPE). +| POST | /{type}/create | **type**: Type of Entity | **description**: Desciption of Authority CURATOR_(TYPE) | Create Authority CURATOR_(TYPE).