Please enable JavaScript.
Coggle requires JavaScript to display documents.
Team Creation/Management - Coggle Diagram
Team Creation/Management
Models
Auth
POST /auth/login
POST /auth/verify
POST /auth/signup
POST /auth/logout
Tag
DELETE /tag/id
POST /tag/
GET /tag/
Room
PUT /room/
GET /room/roomid
POST /room/
GET /room/rooms
DELETE /room/roomid
Team
GET /team/teamid
GET /team/roomid/teamid
PUT /team/teamid
DELETE /team/teamid
POST /team/acceptreq/:teamid
PUT /team/invite/teamid/userid
PUT /team/request/:teamid
PUT team/acceptinv/teamid/userid
PUT /team
PUT /team/electleader/teamid/userid
Profile
Faculty Profile
PUT /faculty_profile/
PUT /faculty_profile/tag/:id
POST /faculty_profile/
Student Profile
PUT /student_profile/
PUT /student_profile/tag/:id
POST /student_profile/