Teams
The teams endpoints allow you to programmatically CRUD team data.
get
http://localhost:3002/v1
/teams
Find all teams
post
http://localhost:3002/v1
/teams
Creates a new team
get
http://localhost:3002/v1
/teams/{teamId}
Find a team
patch
http://localhost:3002/v1
/teams/{teamId}
Edit an existing team
Last modified 2mo ago