()
| 125 | // break-glass: it can edit EVERY team setting, including schema_name and |
| 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) |