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