-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
- endpoints : /projects/
- POST
/create- Creates a new project/team.
- PATCH
/update- Updates a team's details (only the owner can update).
- POST
/join- Allows a user to join a team using an access code.
- POST
/leave- Allows a user to leave a team.
- GET
/details- Retrieves the details of the team the user is part of.
- GET
/owner/:ownerId(staff only)- Retrieves the details of a specific team using the
ownerId.
- Retrieves the details of a specific team using the
- GET
/list(staff only)- Retrieves all teams (for staff use).
- DELETE
/member/:userId- Removes a user from the team (useful for both the owner and staff).
- GET
/refresh-access-code(owner only)- Refreshes the team's access code, with a 5-minute expiry
- POST
Metadata
Metadata
Assignees
Labels
No labels