feat(api): add team management module with CRUD endpoints #564

Merged
jason.woltje merged 1 commits from feat/ms21-teams-v4 into main 2026-02-28 18:24:10 +00:00

1 Commits

Author SHA1 Message Date
68c1947b32 feat(api): add team management module with CRUD endpoints
All checks were successful
ci/woodpecker/push/api Pipeline was successful
- TeamsModule: controller, service, DTOs, specs
- POST/GET /api/workspaces/:id/teams
- POST/DELETE /api/workspaces/:id/teams/:teamId/members
- DELETE /api/workspaces/:id/teams/:teamId
- 19 tests

Refs: MS21-API-004
2026-02-28 12:23:48 -06:00