From ef395286bfb310ea42c2a13076e01dcbf557414d Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Wed, 21 Jul 2021 18:49:10 +0200 Subject: update `user/repos` api description (#16503) Currently states > List the repos that the authenticated user owns or has access to but the endpoint does not list all repos a user has access to, only the ones a user owns (Also verified and discussed in Discord) Fixes #16502 --- routers/api/v1/user/repo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/api/v1/user') diff --git a/routers/api/v1/user/repo.go b/routers/api/v1/user/repo.go index b17841e67a..0331abef10 100644 --- a/routers/api/v1/user/repo.go +++ b/routers/api/v1/user/repo.go @@ -85,7 +85,7 @@ func ListUserRepos(ctx *context.APIContext) { func ListMyRepos(ctx *context.APIContext) { // swagger:operation GET /user/repos user userCurrentListRepos // --- - // summary: List the repos that the authenticated user owns or has access to + // summary: List the repos that the authenticated user owns // produces: // - application/json // parameters: -- cgit v1.2.3