fix: added and endpoint to post/delete people in the inner groups of a group
Compare changes
+ 46
− 1
@@ -2,12 +2,14 @@ import {
@@ -62,6 +64,49 @@ export class GroupsDao {
@@ -72,7 +117,7 @@ export class GroupsDao {
Created by: hihubbIe
usage:
PUT /groups/{groupid}/role
where role can be [student | secretary | responsible]
{
"personId": "id",
"action": "[post | delete]"
}