From 644aa3a02cb7ff568c34a7a44c7eb2b1f4793d0d Mon Sep 17 00:00:00 2001 From: Ben Webb <92895514+benwebb-au@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:20:14 +0800 Subject: [PATCH] github/docs-content/issues/15250 - pull=read and push=write (#51829) Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com> --- data/reusables/organizations/team-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/reusables/organizations/team-api.md b/data/reusables/organizations/team-api.md index c170115ca2..0b9b41e9ae 100644 --- a/data/reusables/organizations/team-api.md +++ b/data/reusables/organizations/team-api.md @@ -1 +1,3 @@ These endpoints are only available to authenticated members of the team's [organization](/rest/orgs). OAuth access tokens require the `read:org` [scope](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps). {% data variables.product.prodname_dotcom %} generates the team's `slug` from the team `name`. + +Where `pull` and `push` permissions are accepted, these will map to the **Read** and **Write** roles for an organization repository. For more information about repository roles, see "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization)."