We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ff48c1 + 4ceab4a commit e38e8c7Copy full SHA for e38e8c7
pkg/api/org.go
@@ -20,7 +20,7 @@ func GetOrgById(c *middleware.Context) Response {
20
return getOrgHelper(c.ParamsInt64(":orgId"))
21
}
22
23
-// Get /api/orgs/:name
+// Get /api/orgs/name/:name
24
func GetOrgByName(c *middleware.Context) Response {
25
query := m.GetOrgByNameQuery{Name: c.Params(":name")}
26
if err := bus.Dispatch(&query); err != nil {
0 commit comments