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
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/oauth.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,13 +155,13 @@ Name | Description
155
155
`(no scope)`| Public read-only access (includes public user profile info, public repo info, and gists)
156
156
`user` |Read/write access to profile info only. Note: this scope includes `user:email` and `user:follow`.
157
157
`user:email`| Read access to a user's email addresses.
158
-
`user:follow`| Access to follow or unfollow other users.
159
-
`public_repo`| Read/write access to public repos and organizations.
160
-
`repo`| Read/write access to public and private repos and organizations.
161
-
`repo:status`| 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. The `repo` and `public_repo` scopes already include access to commit status for private and public repositories, respectively.
162
-
`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. The `repo` and `public_repo` scopes already include access to deployment statuses for private and public repositories, respectively.
163
-
`delete_repo`| Delete access to adminable repositories.
164
-
`notifications`| Read access to a user's notifications. `repo`is accepted too.
158
+
`user:follow`| Grant access to follow or unfollow other users.
159
+
`public_repo`| Read/write access to code, commit statuses, and deployment statuses for public repositories and organizations.
160
+
`repo`| Read/write access to code, commit statuses, and deployment statuses for public and private repositories and organizations.
161
+
`repo:status`| 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.
162
+
`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.
163
+
`delete_repo`| Grant access to delete adminable repositories.
164
+
`notifications`| Read access to a user's notifications. `repo`also provides this access.
165
165
`gist`| Write access to gists.
166
166
167
167
NOTE: Your application can request the scopes in the initial redirection. You
0 commit comments