We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a40609 + 8379646 commit b9ea22aCopy full SHA for b9ea22a
content/v3/repos.md
@@ -9,7 +9,11 @@ title: Repos | GitHub API
9
10
## List your repositories
11
12
-List repositories for the authenticated user.
+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.
17
18
GET /user/repos
19
@@ -286,4 +290,3 @@ Deleting a repository requires admin access. If OAuth is used, the
286
290
### Response
287
291
288
292
<%= headers 204 %>
289
-
0 commit comments