Skip to content

Commit b02a8a7

Browse files
committed
Correct description for write:org scope
1 parent 24f9283 commit b02a8a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/changes/2014-02-25-organization-oauth-scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ introduced even more OAuth scopes for working with organization and team
99
resources:
1010

1111
- `read:org` provides read-only access to organizations, teams, and membership.
12-
- `write:org` allows an application to update an organization and (un)publicize organization membership.
12+
- `write:org` allows an application to publicize and unpublicize an organization membership.
1313
- `admin:org` enables an application to fully manage organizations, teams, and memberships.
1414

1515
Check out [the full list of OAuth scopes][scopes] supported by the API to

content/v3/oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Name | Description
184184
`write:repo_hook`| Grants read, write, and ping access to hooks in public or private repositories.
185185
`admin:repo_hook`| Grants read, write, ping, and delete access to hooks in public or private repositories.
186186
`read:org`| Read-only access to organization, teams, and membership.
187-
`write:org`| Write access to organization and (un)publicize organization membership.
187+
`write:org`| Publicize and unpublicize organization membership.
188188
`admin:org`| Fully manage organization, teams, and memberships.
189189
`read:public_key`| List and view details for public keys.
190190
`write:public_key`| Create, list, and view details for public keys.

0 commit comments

Comments
 (0)