Update 'Documentation'

Konstantinos Triantafyllou 2021-12-09 12:04:05 +01:00
parent 37140817c2
commit 46287455f7
1 changed files with 3 additions and 1 deletions

@ -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.
| 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.