POST /orgs/:org/repos (:write)PATCH /repos/:owner/:repo (:write)DELETE /repos/:owner/:repo (:write)
POST /repos/:owner/:repo/forks (:write)
PUT /repos/:owner/:repo/topics (:write)
POST /repos/:owner/:repo/transfer (:write)
POST /user/repos (:write)
PATCH /user/repository_invitations/:invitation_id (:write)DELETE /user/repository_invitations/:invitation_id (:write)Branches
GET /repos/:owner/:repo/branches/:branch/protection (:read)PUT /repos/:owner/:repo/branches/:branch/protection (:write)DELETE /repos/:owner/:repo/branches/:branch/protection (:write)GET /repos/:owner/:repo/branches/:branch/protection/enforce_admins (:read)POST /repos/:owner/:repo/branches/:branch/protection/enforce_admins (:write)DELETE /repos/:owner/:repo/branches/:branch/protection/enforce_admins (:write)GET /repos/:owner/:repo/branches/:branch/protection/required_pull_request_reviews (:read)PATCH /repos/:owner/:repo/branches/:branch/protection/required_pull_request_reviews (:write)DELETE /repos/:owner/:repo/branches/:branch/protection/required_pull_request_reviews (:write)GET /repos/:owner/:repo/branches/:branch/protection/required_signatures (:read)POST /repos/:owner/:repo/branches/:branch/protection/required_signatures (:write)DELETE /repos/:owner/:repo/branches/:branch/protection/required_signatures (:write)GET /repos/:owner/:repo/branches/:branch/protection/required_status_checks (:read)PATCH /repos/:owner/:repo/branches/:branch/protection/required_status_checks (:write)DELETE /repos/:owner/:repo/branches/:branch/protection/required_status_checks (:write)GET /repos/:owner/:repo/branches/:branch/protection/required_status_checks/contexts (:read)POST /repos/:owner/:repo/branches/:branch/protection/required_status_checks/contexts (:write)PUT /repos/:owner/:repo/branches/:branch/protection/required_status_checks/contexts (:write)DELETE /repos/:owner/:repo/branches/:branch/protection/required_status_checks/contexts (:write)GET /repos/:owner/:repo/branches/:branch/protection/restrictions (:read)DELETE /repos/:owner/:repo/branches/:branch/protection/restrictions (:write)GET /repos/:owner/:repo/branches/:branch/protection/restrictions/teams (:read)POST /repos/:owner/:repo/branches/:branch/protection/restrictions/teams (:write)PUT /repos/:owner/:repo/branches/:branch/protection/restrictions/teams (:write)DELETE /repos/:owner/:repo/branches/:branch/protection/restrictions/teams (:write)GET /repos/:owner/:repo/branches/:branch/protection/restrictions/users (:read)POST /repos/:owner/:repo/branches/:branch/protection/restrictions/users (:write)PUT /repos/:owner/:repo/branches/:branch/protection/restrictions/users (:write)DELETE /repos/:owner/:repo/branches/:branch/protection/restrictions/users (:write)Collaborators
PUT /repos/:owner/:repo/collaborators/:username (:write)DELETE /repos/:owner/:repo/collaborators/:username (:write)Invitations
GET /repos/:owner/:repo/invitations (:read)PATCH /repos/:owner/:repo/invitations/:invitation_id (:write)DELETE /repos/:owner/:repo/invitations/:invitation_id (:write)Keys
GET /repos/:owner/:repo/keys (:read)POST /repos/:owner/:repo/keys (:write)GET /repos/:owner/:repo/keys/:key_id (:read)DELETE /repos/:owner/:repo/keys/:key_id (:write)Teams
GET /repos/:owner/:repo/teams (:read)PUT /teams/:team_id/repos/:owner/:repo (:write)DELETE /teams/:team_id/repos/:owner/:repo (:write)