File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ kind : change
3+ title : Grant access to create public repositories without granting access to private repositories
4+ created_at : 2014-04-04
5+ author_name : pengwynn
6+ ---
7+
8+ The [ Create Repository method] [ api ] now allows creating public repositories via
9+ OAuth with ` public_repo ` [ scope] [ ] . This means you can safely grant third
10+ party applications the ability to create public repositories on your behalf
11+ without granting access to your private repositories.
12+
13+ If you have any questions or feedback, please [ get in touch] [ contact ] .
14+
15+ [ contact ] : https://github.com/contact?form[subject]=API+create+repositories+with+public_repo+scope
16+ [ api ] : /v3/repos/#create
17+ [ scope ] : /v3/oauth/#scopes
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Comments are ordered by ascending ID.
2323
2424## List comments for a single commit
2525
26- GET /repos/:owner/:repo/commits/:sha /comments
26+ GET /repos/:owner/:repo/commits/:ref /comments
2727
2828### Response
2929
You can’t perform that action at this time.
0 commit comments