Skip to content

Commit 23f9e65

Browse files
committed
Squashing and merging an update
1 parent 6dcb258 commit 23f9e65

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

content/v3/repos/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)