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.

Commit556b398

Browse files
committed
Merge pull request#425 from github/update-scopes-for-deployments
Add initial repo:deployments scope text
2 parents51da7ca +86131fb commit556b398

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

‎content/v3/oauth.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,17 @@ accepts.
160160

161161
Name | Description
162162
-----|-----------|
163-
`(no scope)`| Public read-only access (includes public user profile info, public repositories info, and gists)
164-
`user` |Read/write access to profile info only. Note: this scope includes`user:email` and`user:follow`.
165-
`user:email`| Read access to a user's email addresses.
166-
`user:follow`| Access to follow or unfollow other users.
167-
`public_repo`| Read/write access to public repositories and organizations.
168-
`repo`| Create repository access and read/write access to public and private repositories and organizations.
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-
`delete_repo`| Delete access to adminable repositories.
171-
`notifications`| Read access to a user's notifications.`repo` is accepted too.
172-
`gist`| Write access to gists.
163+
`(no scope)`| Grants read-only access to public information (includes public user profile info, public repository info, and gists)
164+
`user` | Grants read/write access to profile info only. Note that this scope includes`user:email` and`user:follow`.
165+
`user:email`| Grants read access to a user's email addresses.
166+
`user:follow`| Grants access to follow or unfollow other users.
167+
`public_repo`| Grants read/write access to code, commit statuses, and deployment statuses for public repositories and organizations.
168+
`repo`| Grants read/write access to code, commit statuses, and deployment statuses for public and private repositories and organizations.
169+
`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.
170+
`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.
171+
`delete_repo`| Grants access to delete adminable repositories.
172+
`notifications`| Grants read access to a user's notifications.`repo` also provides this access.
173+
`gist`| Grants write access to gists.
173174

174175
NOTE: Your application can request the scopes in the initial redirection. You
175176
can specify multiple scopes by separating them with a comma:
@@ -363,3 +364,4 @@ links that might be of help:
363364
[app-listing]:https://github.com/settings/applications
364365
[oauth changes blog]:/changes/2013-10-04-oauth-changes-coming/
365366
[basics auth guide]:/guides/basics-of-authentication/
367+
[deployments]:/v3/repos/deployments

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp