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

Creating a Request to join a Group #95

Closed AnasBuyumad closed 6 years ago

AnasBuyumad commented 6 years ago

A request for joining a group should be created after a POST on /groups/:group_id/requests (e.g /groups/:group_id/requests)

Body -> {"user_id": "userId"}

Response -> {"user_id": "userId", "group_id": "groupId", "id": id}

DPigeon commented 6 years ago

This is done.