-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- Create a route '/joinTeam' (POST) It will take two parameters
- Personal uuid (uuid)
- Team ID (tID)
Return:
- 'success' if the user has an invitation to the team or the team has open registration
- 'error' if the team does not exist or if the user does not have proper permissions to join the team
- Create a route '/browseTeams' (GET) that will return all teams with open registration
- Create a route '/myTeams' (POST) that will return all the teams the user is in. It will take one parameter
- Personal uuid (uuid)
Reactions are currently unavailable