From 2fff3014de837007b8fe915cfc8091e4f3ae24ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Montalv=C3=A3o=20Marques?= <9379664+gonmmarques@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:32:38 +0100 Subject: [PATCH] docs: Update scope of write:org in oauth apps (#33646) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md b/content/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md index 42cb34ec03..343af94d9b 100644 --- a/content/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md +++ b/content/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md @@ -59,7 +59,7 @@ Name | Description  `write:repo_hook` | Grants read, write, and ping access to hooks in {% ifversion fpt %}public or private{% elsif ghec or ghes %}public, private, or internal{% endif %} repositories.  `read:repo_hook`| Grants read and ping access to hooks in {% ifversion fpt %}public or private{% elsif ghec or ghes %}public, private, or internal{% endif %} repositories. **`admin:org`** | Fully manage the organization and its teams, projects, and memberships. - `write:org`| Read and write access to organization membership, organization projects, and team membership. + `write:org`| Read and write access to organization membership and organization projects.  `read:org`| Read-only access to organization membership, organization projects, and team membership. **`admin:public_key`** | Fully manage public keys.  `write:public_key`| Create, list, and view details for public keys.