Skip to content

Commit

Permalink
feat: .repos.listForOrg()'s type parameter can now be set to `"in…
Browse files Browse the repository at this point in the history
…ternal"` (GitHub Enterprise Cloud only)
  • Loading branch information
gr2m committed Jan 18, 2020
1 parent 31b094b commit 9c71d18
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion plugins/rest-api-endpoints/routes.json
Expand Up @@ -4866,7 +4866,15 @@
"type": "string"
},
"type": {
"enum": ["all", "public", "private", "forks", "sources", "member"],
"enum": [
"all",
"public",
"private",
"forks",
"sources",
"member",
"internal"
],
"type": "string"
}
},
Expand Down

0 comments on commit 9c71d18

Please sign in to comment.