Skip to content

Commit 0b8964b

Browse files
committed
update user/repos api description
1 parent 41136db commit 0b8964b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

routers/api/v1/user/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func ListUserRepos(ctx *context.APIContext) {
8585
func ListMyRepos(ctx *context.APIContext) {
8686
// swagger:operation GET /user/repos user userCurrentListRepos
8787
// ---
88-
// summary: List the repos that the authenticated user owns or has access to
88+
// summary: List the repos that the authenticated user owns
8989
// produces:
9090
// - application/json
9191
// parameters:

templates/swagger/v1_json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10662,7 +10662,7 @@
1066210662
"tags": [
1066310663
"user"
1066410664
],
10665-
"summary": "List the repos that the authenticated user owns or has access to",
10665+
"summary": "List the repos that the authenticated user owns",
1066610666
"operationId": "userCurrentListRepos",
1066710667
"parameters": [
1066810668
{

0 commit comments

Comments
 (0)