DPigeon / Edge

A web-base application kind of like a social media site to allow parents to communicate with teachers and vice-versa.
0 stars 1 forks source link

Adding a member to a group #93

Closed AnasBuyumad closed 5 years ago

AnasBuyumad commented 5 years ago

A member should be added to a group after a POST on /groups/:group_id/members (e.g /groups/1/members)

Body -> {"user_id": "userId", "admin": boolean}

Response -> {"success": boolean}

DPigeon commented 5 years ago

This was done on frontend.