Skip to content

Commit b9ea22a

Browse files
committed
Merge pull request github#293 from github/jdennes-clarify-list-your-repositories
Clarifies what `GET /user/repos` returns.
2 parents 9a40609 + 8379646 commit b9ea22a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/v3/repos.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ title: Repos | GitHub API
99

1010
## List your repositories
1111

12-
List repositories for the authenticated user.
12+
List repositories for the authenticated user. Note that this does not include
13+
repositories owned by organizations which the user can access. You can
14+
[list user organizations](/v3/orgs/#list-user-organizations) and
15+
[list organization repositories](/v3/repos/#list-organization-repositories)
16+
separately.
1317

1418
GET /user/repos
1519

@@ -286,4 +290,3 @@ Deleting a repository requires admin access. If OAuth is used, the
286290
### Response
287291

288292
<%= headers 204 %>
289-

0 commit comments

Comments
 (0)