diff options
Diffstat (limited to 'routers')
-rw-r--r-- | routers/api/v1/org/org.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/v1/org/org.go b/routers/api/v1/org/org.go index 6b7d38e3f4..217b38683e 100644 --- a/routers/api/v1/org/org.go +++ b/routers/api/v1/org/org.go @@ -42,7 +42,7 @@ func ListMyOrgs(ctx *context.APIContext) { // ListUserOrgs list user's orgs func ListUserOrgs(ctx *context.APIContext) { - // swagger:operation GET /user/{username}/orgs organization orgListUserOrgs + // swagger:operation GET /users/{username}/orgs organization orgListUserOrgs // --- // summary: List a user's organizations // produces: |