Teams
Workspace-scoped teams. Owners of issue numbering and planning surfaces.
8 operations
- GET
/api/teams/{team_id}Get a team by id - GET
/api/teams/{team_id}/membersList team members - POST
/api/teams/{team_id}/membersAdd a member to a team - DELETE
/api/teams/{team_id}/members/{handle}Remove a member from a team - GET
/api/teams/{team_id}/reposList the repositories a team can reach - GET
/api/workspaces/{workspace}/teamsList teams in a workspace - POST
/api/workspaces/{workspace}/teamsCreate a team in a workspace - GET
/api/workspaces/{workspace}/teams/{key}Get a team by its key within a workspace