Skip to content

Commit 66aa39e

Browse files
committed
docs: add more completed team endpoints in README file
1 parent d5d62b4 commit 66aa39e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ base url: `http://localhost:3000`
6464
- Upload team avatar: `POST /api/organization/:organizationId/department/:departmentId/team/:teamId/avatar/upload`
6565
- Delete team avatar: `DELETE /api/organization/:organizationId/department/:departmentId/team/:teamId/avatar/delete`
6666
- Delete a team: `DELETE /api/organization/:organizationId/department/:departmentId/team/:teamId`
67+
- Get all teams: `GET /api/organization/:organizationId/department/:departmentId/teams/all`
68+
- Get a specific team: `GET /api/organization/:organizationId/department/:departmentId/teams/:teamId`

0 commit comments

Comments
 (0)