Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit8ab8dc1

Browse files
committed
Add grants to every description
1 parenteb1b5f1 commit8ab8dc1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎content/v3/oauth.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,17 +152,17 @@ accepts.
152152

153153
Name | Description
154154
-----|-----------|
155-
`(no scope)`|Public read-only access (includes public user profile info, publicrepo info, and gists)
156-
`user` |Read/write access to profile info only. Note: this scope includes`user:email` and`user:follow`.
157-
`user:email`|Read access to a user's email addresses.
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.
155+
`(no scope)`|Grants read-only accessto public information(includes public user profile info, publicrepository info, and gists)
156+
`user` | Grants read/write access to profile info only. Note that this scope includes`user:email` and`user:follow`.
157+
`user:email`|Grants read access to a user's email addresses.
158+
`user:follow`|Grants access to follow or unfollow other users.
159+
`public_repo`|Grants read/write access to code, commit statuses, and deployment statuses for public repositories and organizations.
160+
`repo`|Grants read/write access to code, commit statuses, and deployment statuses for public and private repositories and organizations.
161+
`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.
162162
`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-
`gist`|Write access to gists.
163+
`delete_repo`|Grants access to delete adminable repositories.
164+
`notifications`|Grants read access to a user's notifications.`repo` also provides this access.
165+
`gist`|Grants write access to gists.
166166

167167
NOTE: Your application can request the scopes in the initial redirection. You
168168
can specify multiple scopes by separating them with a comma:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp