MCPcopy Create free account
hub / github.com/PostHog/duckgres / ListOrgs

Method ListOrgs

controlplane/admin/api.go:127–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)

Callers 1

listOrgsMethod · 0.65

Implementers 2

gormAPIStorecontrolplane/admin/api.go
fakeAPIStorecontrolplane/admin/api_test.go

Calls

no outgoing calls

Tested by

no test coverage detected