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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -160,12 +160,12 @@ accepts.
160
160
161
161
Name | Description
162
162
-----|-----------|
163
-
`(no scope)`| Public read-only access (includes public user profile info, publicrepo info, and gists)
163
+
`(no scope)`| Public read-only access (includes public user profile info, publicrepositories info, and gists)
164
164
`user` |Read/write access to profile info only. Note: this scope includes`user:email` and`user:follow`.
165
165
`user:email`| Read access to a user's email addresses.
166
166
`user:follow`| Access to follow or unfollow other users.
167
-
`public_repo`| Read/write access to publicrepos and organizations.
168
-
`repo`|Read/write access to public and privaterepos and organizations.
167
+
`public_repo`| Read/write access to publicrepositories and organizations.
168
+
`repo`|Create repository access and read/write access to public and privaterepositories and organizations.
169
169
`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.
170
170
`delete_repo`| Delete access to adminable repositories.
171
171
`notifications`| Read access to a user's notifications.`repo` is accepted too.