You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/repos.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Name | Type | Description
23
23
-----|------|--------------
24
24
`visibility` |`string` | Can be one of`all`,`public`, or`private`. Default:`all`
25
25
`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`
26
-
`type`|`string` | Can be one of`all`,`owner`,`public`,`private`,`member`. Default:`all`<br /><br />Will causean error if used in the same request as**visibility** or**affiliation**.
26
+
`type`|`string` | Can be one of`all`,`owner`,`public`,`private`,`member`. Default:`all`<br /><br />Will causea`422` error if used in the same request as**visibility** or**affiliation**.
27
27
`sort`|`string` | Can be one of`created`,`updated`,`pushed`,`full_name`. Default:`full_name`
28
28
`direction`|`string` | Can be one of`asc` or`desc`. Default: when using`full_name`:`asc`; otherwise`desc`