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
Copy file name to clipboardExpand all lines: content/v3/oauth.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
@@ -173,7 +173,7 @@ Name | Description
173
173
`user` | Grants read/write access to profile info only. Note that this scope includes`user:email` and`user:follow`.
174
174
`user:email`| Grants read access to a user's email addresses.
175
175
`user:follow`| Grants access to follow or unfollow other users.
176
-
`public_repo`| Grants read/write access to code, commit statuses, and deployment statuses for public repositories and organizations.
176
+
`public_repo`| Grants read/write access to code, commit statuses, and deployment statuses for public repositories and organizations. Also required for starring public repositories.
177
177
`repo`| Grants read/write access to code, commit statuses, and deployment statuses for public and private repositories and organizations.
178
178
`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.
179
179
`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.