From 2084eba4d3a5520bbb48c3d80fde886fdcf51149 Mon Sep 17 00:00:00 2001 From: Dave Glick Date: Wed, 11 Mar 2015 13:56:32 -0400 Subject: [PATCH] Update oauth.md Added a note about the required scope for starring a repository. --- content/v3/oauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v3/oauth.md b/content/v3/oauth.md index 192b3f9a63..e393e885a5 100644 --- a/content/v3/oauth.md +++ b/content/v3/oauth.md @@ -173,7 +173,7 @@ Name | Description `user` | Grants read/write access to profile info only. Note that this scope includes `user:email` and `user:follow`. `user:email`| Grants read access to a user's email addresses. `user:follow`| Grants access to follow or unfollow other users. -`public_repo`| Grants read/write access to code, commit statuses, and deployment statuses for public repositories and organizations. +`public_repo`| Grants read/write access to code, commit statuses, and deployment statuses for public repositories and organizations. Also required for starring public repositories. `repo`| Grants read/write access to code, commit statuses, and deployment statuses for public and private repositories and organizations. `repo_deployment`| Grants access to [deployment statuses][deployments] for public and private repositories. This scope is only necessary to grant other users or services access to deployment statuses, *without* granting access to the code. `repo:status`| Grants read/write access to public and private repository commit statuses. This scope is only necessary to grant other users or services access to private repository commit statuses *without* granting access to the code.