(org *configstore.Org)
| 126 | // the legacy table-name overrides — schema immutability is a rule for the |
| 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 |