File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ func ListUserRepos(ctx *context.APIContext) {
85
85
func ListMyRepos (ctx * context.APIContext ) {
86
86
// swagger:operation GET /user/repos user userCurrentListRepos
87
87
// ---
88
- // summary: List the repos that the authenticated user owns or has access to
88
+ // summary: List the repos that the authenticated user owns
89
89
// produces:
90
90
// - application/json
91
91
// parameters:
Original file line number Diff line number Diff line change 10662
10662
"tags": [
10663
10663
"user"
10664
10664
],
10665
- "summary": "List the repos that the authenticated user owns or has access to ",
10665
+ "summary": "List the repos that the authenticated user owns",
10666
10666
"operationId": "userCurrentListRepos",
10667
10667
"parameters": [
10668
10668
{
You can’t perform that action at this time.
0 commit comments