Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit77e742b

Browse files
author
Jake Boxer
committed
Add docs for new "list user repos" params
1 parent6c74db4 commit77e742b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎content/v3/repos.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ authenticated user has access to through an organization membership.
2121

2222
Name | Type | Description
2323
-----|------|--------------
24-
`type`|`string` | Can be one of`all`,`owner`,`public`,`private`,`member`. Default:`all`
24+
`type`|`string` | Can be one of`all`,`owner`,`public`,`private`,`member`. Default:`all`<br /><br />Will cause an error if used in the same request as**visibility** or**affiliation**.
2525
`sort`|`string` | Can be one of`created`,`updated`,`pushed`,`full_name`. Default:`full_name`
2626
`direction`|`string` | Can be one of`asc` or`desc`. Default: when using`full_name`:`asc`; otherwise`desc`
27-
27+
`visibility` |`string` | Can be one of`all`,`public`, or`private`. Default:`all`
28+
`affiliation` |`string` | Comma-separated list of values. Can include:<br />*`owner`: Repositories that are owned by the authenticated user.<br />*`collaborator`: Repositories that the user has been added to as a collaborator.<br />*`organization_member`: Repositories that the user has access to through being a member of an organization. This includes every repository on every team that the user is on.<br /><br />Default:`owner,collaborator,organization_member`
2829

2930
##List user repositories
3031

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp