(name string)
| 127 | // user-facing product flows, not for operators repairing rows here. |
| 128 | r.GET("/teams", h.listAllOrgTeams) |
| 129 | r.POST("/teams", h.createOrgTeam) |
| 130 | r.PUT("/orgs/:id/teams/:team_id", h.updateOrgTeam) |
| 131 | // The two project-scoped logins for a team. They are separate credentials |
| 132 | // (distinct usernames, one of each per team) so a caller picks read-only or |
no outgoing calls
no test coverage detected