# GitHub Knowledge

> GitHub is a code hosting and collaboration platform that enables developers to work together on projects, manage version control using Git, and deploy code with integrated CI/CD tools.

**URL:** https://www.withone.ai/knowledge/github
**Category:** Software
**Actions:** 1093
**Auth:** OAuth supported


---
name: GitHub
platform: github
description: GitHub is a code hosting and collaboration platform that enables developers to work together on projects, manage version control using Git, and deploy code with integrated CI/CD tools.
category: Software
image: https://assets.withone.ai/connectors/github.svg
version: 1.0.0
url: https://withone.ai/knowledge/github
repo: https://github.com/withoneai/knowledge
license: One-Knowledge-1.0 (https://withone.ai/licenses/knowledge)
author: One Systems Inc.
maintained_by: One Systems Inc.
last_updated: 2026-02-25
---

# Authentication

This integration uses **OAuth 2.0** authentication with the **authorization_code** flow.

## Required Credentials

No static credentials are required in this configuration.

## OAuth Details

- **Flow Type:** `authorization_code`
- **Authorization URL:** `https://github.com/login/oauth/authorize?response_type=code`
- **Token Endpoint:** `https://github.com/login/oauth/access_token`
- **Token Request Format:** JSON request body with credentials sent in the request body (`client_id`, `client_secret`, `code`, `redirect_uri`, and `code_verifier`). The token response is requested as JSON via `Accept: application/json`.
- **PKCE:** A `code_verifier` is sent during the token exchange (PKCE supported by the handler), though `pkceEnabled` is set to `false` in the OAuth configuration.

## Token Refresh

GitHub tokens are treated as **non-refreshing** in this implementation:
- No refresh token rotation occurs.
- The “refresh token” value is set to the access token, and the refresh handler simply reuses the existing token values.

## OAuth Scopes

The following scopes are requested during authorization:

- `repo`
- `repo:status`
- `repo_deployment`
- `public_repo`
- `repo:invite`
- `security_events`
- `admin:repo_hook`
- `write:repo_hook`
- `read:repo_hook`
- `admin:org`
- `write:org`
- `read:org`
- `admin:public_key`
- `write:public_key`
- `read:public_key`
- `admin:org_hook`
- `gist`
- `notifications`
- `user`
- `read:user`
- `user:email`
- `user:follow`
- `project`
- `read:project`
- `delete_repo`
- `write:packages`
- `read:packages`
- `delete:packages`
- `admin:gpg_key`
- `write:gpg_key`
- `read:gpg_key`
- `codespace`
- `workflow`
- `read:audit_log`

The One platform provides managed authentication for this integration. Visit https://withone.ai for more information.

## Actions (1093)

- **POST** [Render Markdown (Raw Mode)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZVR2xqYU%3A%3AOMLZvtu1Spu69H6nFW7sEw/md) -- `/markdown/raw`
- **GET** [Get an Organization’s Self-hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YUoGSqxU%3A%3ANemwTzy0Sn-jhPTZC9LVpA/md) -- `/orgs/{{org}}/actions/runners/{{runnerId}}`
- **GET** [Get an Organization’s Self-hosted Runner Group](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YU7ZT-tQ%3A%3A_EkMxxDRSOmNMQyjR8MhzA/md) -- `/orgs/{{org}}/actions/runner-groups/{{runnerGroupId}}`
- **GET** [Get a Repository Workflow](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YVDsXIK8%3A%3AS4yoWFozQv2s1C2WBT2P_w/md) -- `/repos/{{owner}}/{{repo}}/actions/workflows/{{workflowId}}`
- **GET** [Get Octocat ASCII Art](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZVmhf3DY%3A%3AavUXNp_0RcKAI_OhCxEe5g/md) -- `/octocat`
- **GET** [Get a Repository Workflow Run](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YVRWkcQI%3A%3At1jebDWASzWFjhSpdjzNRQ/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}`
- **GET** [Get GitHub API Root Links](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZV0RkrVE%3A%3Az6wNaY-dRvayQa35PdEfAg/md) -- `/`
- **GET** [Get a Repository Workflow Run Attempt](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YVaeI_U4%3A%3A_X-RY2dPQrG2XMUFj5lQYg/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/attempts/{{attemptNumber}}`
- **DELETE** [Delete an Authenticated User Migration Archive](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZWCshOXA%3A%3A15ZtLIJEQ96f9B8DMrIrrQ/md) -- `/user/migrations/{{migrationId}}/archive`
- **GET** [Get a Repository’s Allowed GitHub Actions and Reusable Workflows (Selected Actions Policy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YVj6jBjA%3A%3AXHq_vuYFRmiKom8XRMMp3w/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions/selected-actions`
- **GET** [List Reactions for a Commit Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z0w8L8Bo%3A%3ATeZDamqeRYqhok9q4z_3Ag/md) -- `/repos/{{owner}}/{{repo}}/comments/{{commentId}}/reactions`
- **GET** [Get a Repository Artifact](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YV0RIDD8%3A%3A0VV3ke3RSh20DL6Mamcuug/md) -- `/repos/{{owner}}/{{repo}}/actions/artifacts/{{artifact_id}}`
- **GET** [List Reactions for a Pull Request Review Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z05hupJ4%3A%3AvOinMv-7QnyX2WQBI6hGLQ/md) -- `/repos/{{owner}}/{{repo}}/pulls/comments/{{commentId}}/reactions`
- **GET** [Get a Repository Environment's Public Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YV8aOBbU%3A%3Aj__-U-fCRCuebMdCR9jLdA/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/secrets/public-key`
- **GET** [Get an Organization Migration Status](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZWxd8TU8%3A%3A16WkFX6rTnGekGWYe5g7Nw/md) -- `/orgs/{{org}}/migrations/{{migrationId}}`
- **GET** [List Reactions for a Release](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z1D78UhE%3A%3AaMU8UUUDS-urW9liboMxVw/md) -- `/repos/{{owner}}/{{repo}}/releases/{{releaseId}}/reactions`
- **POST** [Create an OIDC Custom Property Inclusion for an Enterprise](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZYsCD2zM%3A%3AXlyIS-zNQNCesS8drt9FKg/md) -- `/enterprises/{{enterprise}}/actions/oidc/customization/properties/repo`
- **GET** [List Reactions for an Issue in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z1MUeWVM%3A%3A8mMg8ld5SpmJcECP_8uk0Q/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/reactions`
- **PATCH** [Accept a Repository Invitation for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z1cEQxMI%3A%3A-NeLDRvKQ6SyYwj-aovF4Q/md) -- `/user/repository_invitations/{{invitationId}}`
- **PUT** [Add a Repository Collaborator](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z1lIG0bA%3A%3Ai4xucoa3TVad4SCH6HPNcw/md) -- `/repos/{{owner}}/{{repo}}/collaborators/{{username}}`
- **POST** [Add App Access Restrictions to a Protected Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z1tXLfcY%3A%3ARh-HmQc6RUGvC-p5jX5-kw/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions/apps`
- **POST** [Add Required Status Check Contexts to a Branch Protection Rule](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z12b8604%3A%3Ayxs7K9BUSHi5J1Xd0hfi2g/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_status_checks/contexts`
- **POST** [Add Team Access Restrictions to a Protected Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z196N6Pc%3A%3Ab7GqZLWTSTiA8rNAmPbR6g/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions/teams`
- **POST** [Add User Access Restrictions for a Protected Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z2GIEpyc%3A%3AGcszNBynSyyeIDiL8Z1HTA/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions/users`
- **POST** [Cancel a Repository’s GitHub Pages Deployment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z2OGy5Y4%3A%3A1GoZARI8TIWxaEDBZpXibg/md) -- `/repos/{{owner}}/{{repo}}/pages/deployments/{{pagesDeploymentId}}/cancel`
- **GET** [Check if a User is a Repository Collaborator](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z2WJ3kUg%3A%3A1EgleoOaTleFL4MUXVDfZA/md) -- `/repos/{{owner}}/{{repo}}/collaborators/{{username}}`
- **GET** [Get an Organization’s OIDC Subject Claim Customization Template](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZZOCxnkQ%3A%3A5NGpkoVQTra2e4-a63AcLg/md) -- `/orgs/{{org}}/actions/oidc/customization/sub`
- **GET** [Check a Repository’s Dependabot Security Updates Status](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z2dgAmwE%3A%3AHjdoeSEQQIyvJvcRCLk62A/md) -- `/repos/{{owner}}/{{repo}}/automated-security-fixes`
- **GET** [Check a Repository's Immutable Releases Status](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z2k2WCjE%3A%3A0i-EB-LkS9asvMOnlj8mzw/md) -- `/repos/{{owner}}/{{repo}}/immutable-releases`
- **GET** [Compare Two Commits in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z27fg6rQ%3A%3ALYHQ3y4BSRWr1Zx2ynADcA/md) -- `/repos/{{owner}}/{{repo}}/compare/{{basehead}}`
- **PUT** [Block a User from an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZaF_e4_M%3A%3ARVAGdLDtRwafSQ7DhPDr-g/md) -- `/orgs/{{org}}/blocks/{{username}}`
- **DELETE** [Cancel an Organization Invitation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZaOKaWpY%3A%3A5FWeHTyAR4-JLSShVvBndg/md) -- `/orgs/{{org}}/invitations/{{invitationId}}`
- **GET** [Get a Repository’s Fork PR Contributor Approval Permissions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YXeE-2Ks%3A%3Akx_oO-24QaaK3q6KTDYwvg/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions/fork-pr-contributor-approval`
- **POST** [Create a Commit Status for a Repository SHA](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z3OkJNfk%3A%3ANqXSVnSFS9G0m1nM-kK0pA/md) -- `/repos/{{owner}}/{{repo}}/statuses/{{sha}}`
- **GET** [Check a User’s Public Organization Membership](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZakeB9Co%3A%3A2tLNv3oWRFSesk9hikpFmg/md) -- `/orgs/{{org}}/public_members/{{username}}`
- **POST** [Create a Deployment Protection Rule for an Environment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z3WNLn3I%3A%3AZmbVa641S2KC5B7ow8_SpQ/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/deployment_protection_rules`
- **POST** [Create an Organization Artifact Metadata Storage Record](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZbM6bl4U%3A%3AQOnRa6CqRnSYod3D8nnAVw/md) -- `/orgs/{{org}}/artifacts/metadata/storage-record`
- **POST** [Create a Repository Deployment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z3obmOCg%3A%3AnfhoRcAUTL6_IfeIZvhHjg/md) -- `/repos/{{owner}}/{{repo}}/deployments`
- **POST** [Create a Deployment Status for a Repository Deployment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z34IYwVo%3A%3AZsdg9iLGTjSp14lN7QKxAw/md) -- `/repos/{{owner}}/{{repo}}/deployments/{{deploymentId}}/statuses`
- **POST** [Create a Fork for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z3_NIpuY%3A%3AFvqG_XXNQBOoORtMY19t1g/md) -- `/repos/{{owner}}/{{repo}}/forks`
- **POST** [Create a GitHub Pages Deployment for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z4HyvMJc%3A%3AG5XR4uRNRU2UahS9OOlFGQ/md) -- `/repos/{{owner}}/{{repo}}/pages/deployments`
- **POST** [Create a GitHub Pages Site for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z4PhK8Jw%3A%3AN8ABnA1VQUKLpFhE1gPxsQ/md) -- `/repos/{{owner}}/{{repo}}/pages`
- **POST** [Create a Repository Release](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z4XQXAiw%3A%3AeA23M7hxSfWrBBocgFahCw/md) -- `/repos/{{owner}}/{{repo}}/releases`
- **POST** [Create a Repository Dispatch Event](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z4gOJBRI%3A%3AC6L-07NxQPSDBnjwpW7WBw/md) -- `/repos/{{owner}}/{{repo}}/dispatches`
- **DELETE** [Delete an Organization Issue Type](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZcplB4go%3A%3A7f4pOfrQRluzPA3gp6hX6g/md) -- `/orgs/{{org}}/issue-types/{{issueTypeId}}`
- **POST** [Create a Repository for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z4tE4G5A%3A%3AlTHBrlzlSouqu-x8AHeT3Q/md) -- `/user/repos`
- **POST** [Create a Repository Ruleset](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z41PClZU%3A%3APDxF1j_vTvCUY-p7CSQpeg/md) -- `/repos/{{owner}}/{{repo}}/rulesets`
- **POST** [Create a Repository Using a Template](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z4-moP9Q%3A%3A5l2pvnlPSZqndVlJwFVUTQ/md) -- `/repos/{{templateOwner}}/{{templateRepo}}/generate`
- **GET** [Get an Organization Custom Property Definition](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZdJNlF1M%3A%3ATi0aghj2Q367O17V9Pmhaw/md) -- `/orgs/{{org}}/properties/schema/{{customPropertyName}}`
- **POST** [Create a Repository Webhook](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z5Gb6w30%3A%3AZJxifbXlRoeo-v2RyVD8pA/md) -- `/repos/{{owner}}/{{repo}}/hooks`
- **GET** [Get an Organization Webhook Delivery](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZdZjhJO4%3A%3AY4yrO8meR9akiapL97Bn9Q/md) -- `/orgs/{{org}}/hooks/{{hookId}}/deliveries/{{deliveryId}}`
- **GET** [List an Organization's Custom Properties Schema](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zdial_v8%3A%3AkOrLyzefSvSB7cHs2vFSnA/md) -- `/orgs/{{org}}/properties/schema`
- **POST** [Create a Repository Attestation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z5PVS8sg%3A%3AuUzhekANSr-0VrB-HasP1w/md) -- `/repos/{{owner}}/{{repo}}/attestations`
- **GET** [List Pending Deployments for a Workflow Run](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YZXJGnmM%3A%3Aw0-Y6EniS2Kokj1EwihVKw/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/pending_deployments`
- **GET** [Get an Organization Role](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZeBTOcrQ%3A%3A0b5MAL2-Qf-hqr4y0XfaCw/md) -- `/orgs/{{org}}/organization-roles/{{roleId}}`
- **GET** [Get an Organization Ruleset’s History](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZekTNe7w%3A%3Alvy-RTzrRSuDTFtTkeX-xg/md) -- `/orgs/{{org}}/rulesets/{{rulesetId}}/history`
- **POST** [Create an Organization Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z5epxmv8%3A%3ATxvdRb8uQdqkblorOGCl0Q/md) -- `/orgs/{{org}}/repos`
- **GET** [Get an Organization Ruleset Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZesJwyqc%3A%3AFqkEd1GnQMuTbH_NMrWaUw/md) -- `/orgs/{{org}}/rulesets/{{rulesetId}}/history/{{versionId}}`
- **GET** [Get a Repository’s Private Repo Fork PR Workflow Settings](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YZmk5iC4%3A%3Aj4XwXksZRjqafTauxeCZDg/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions/fork-pr-workflows-private-repos`
- **GET** [Get Route Stats by Actor for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ze3WaxQg%3A%3Aa_XICEAZSQu4WgCDeIO2HA/md) -- `/orgs/{{org}}/insights/api/route-stats/{{actor_type}}/{{actor_id}}`
- **GET** [Get Private Repo Fork PR Workflow Settings for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YZuS9BPk%3A%3A0V95Jcf6QreN_fEjWC93tQ/md) -- `/orgs/{{org}}/actions/permissions/fork-pr-workflows-private-repos`
- **GET** [Get API Summary Stats for an Organization Actor](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZfUpG_oI%3A%3A6cxO2USRSYmLNM7UhJHC4w/md) -- `/orgs/{{org}}/insights/api/summary-stats/{{actorType}}/{{actorId}}`
- **PUT** [Create or Update a Repository Environment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z52316Sk%3A%3AKm3peswHTByQ-dV0TNpYaA/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}`
- **GET** [Get Self-hosted Runners Settings for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YZ2AAvPE%3A%3Ak0sgKX0FS3eTrdqJA-v62A/md) -- `/orgs/{{org}}/actions/permissions/self-hosted-runners`
- **POST** [List an Organization’s Attestations by Bulk Subject Digests](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZhBqUedM%3A%3AIq9-39RDRk2vy-tFc3m2_w/md) -- `/orgs/{{org}}/attestations/bulk-list`
- **GET** [List Custom Property Values for an Organization’s Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZhKTrFUk%3A%3A68Vk7vzkQ3yD0r2yZMrX6A/md) -- `/orgs/{{org}}/properties/values`
- **GET** [List Failed Organization Invitations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZhcBLP9A%3A%3A8hJM62c6SvqCc9joNJ9nmw/md) -- `/orgs/{{org}}/failed_invitations`
- **PATCH** [Create or Update a Repository’s Custom Property Values](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z5_Mrbyo%3A%3AJ6S8-5d_SJ6mEBjq5fE18w/md) -- `/repos/{{owner}}/{{repo}}/properties/values`
- **GET** [Get a Repository’s OIDC Subject Claim Customization Template](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YZ-R6bqE%3A%3AsuS5eLLISHGskNzQyNAMtA/md) -- `/repos/{{owner}}/{{repo}}/actions/oidc/customization/sub`
- **PUT** [Create or Update a Repository File’s Contents](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z6PMkkJs%3A%3AJqZng63wRPmYE8noRt3IcA/md) -- `/repos/{{owner}}/{{repo}}/contents/{{path}}`
- **GET** [Get a Repository's GitHub Actions Workflow Access Level](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YaFhbZyU%3A%3AwYcjDQs1REaYmtBbO0T5JA/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions/access`
- **GET** [Get a Workflow Run’s Review History (Approvals)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YaNj15rA%3A%3At08ERZ-gTVusYefHjcucmA/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/approvals`
- **GET** [Get a Repository Workflow Usage (Timing)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yachudd0%3A%3AwwXl3Nw-SEWFvRDBLBNzFA/md) -- `/repos/{{owner}}/{{repo}}/actions/workflows/{{workflowId}}/timing`
- **GET** [List an Organization Invitation’s Teams](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZiA2RG8w%3A%3AK1h08Oz2RViIok3ZDFZ0bw/md) -- `/orgs/{{org}}/invitations/{{invitationId}}/teams`
- **DELETE** [Delete a Repository Deployment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z6tvb3Ko%3A%3AThQ27PDQRY-vq6dhpw35lQ/md) -- `/repos/{{owner}}/{{repo}}/deployments/{{deploymentId}}`
- **GET** [List a Repository’s Actions Artifacts](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YakyuQCo%3A%3AQ7YG4EGjR7-txW1pEm6RGA/md) -- `/repos/{{owner}}/{{repo}}/actions/artifacts`
- **GET** [List an Organization's Outside Collaborators](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zi--zc6I%3A%3AEsWaYL26QX6SPAG5Jcd84w/md) -- `/orgs/{{org}}/outside_collaborators`
- **GET** [List an Organization’s Pending Invitations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZjJ_d3iY%3A%3AvByTsfQYQqG1lKpNngQI5g/md) -- `/orgs/{{org}}/invitations`
- **GET** [List an Organization’s Custom Hosted Runner Images](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yastu9OY%3A%3A-K6NsUoTQ3KqE1xxFONMhA/md) -- `/orgs/{{org}}/actions/hosted-runners/images/custom`
- **GET** [List an Organization’s Blocked Users](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZkW0VbWY%3A%3AlnoLVXDRSZq0NeAES-zsZQ/md) -- `/orgs/{{org}}/blocks`
- **GET** [List a Repository Environment’s Secrets](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ya0l6g5E%3A%3AmNIXRqhuTy2XySIltqD1mw/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/secrets`
- **POST** [Redeliver an Organization Webhook Delivery Attempt](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zkv-e77s%3A%3AsUXh44fWQ7eNpZkzfrMBgw/md) -- `/orgs/{{org}}/hooks/{{hookId}}/deliveries/{{deliveryId}}/attempts`
- **GET** [List a Repository Environment’s Variables](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ya9TL5XY%3A%3AkL1cUqFCTv-PEWrNBhkJbA/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/variables`
- **DELETE** [Delete an Organization Custom Property Definition](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zk3WYouk%3A%3Ah4nbJQsCTNu1A96V4RDokQ/md) -- `/orgs/{{org}}/properties/schema/{{customPropertyName}}`
- **GET** [List GitHub Actions Caches for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YbHVpIZE%3A%3ABivi95jYQYSbO1h_3bEBTQ/md) -- `/repos/{{owner}}/{{repo}}/actions/caches`
- **DELETE** [Delete a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z7YwNxnY%3A%3A9A0r8qjvR563SJxEpJp4Tw/md) -- `/repos/{{owner}}/{{repo}}`
- **GET** [List an Organization’s Custom Image Versions (Hosted Runners)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ybhd7sDY%3A%3AzdiW1k3LRgOgeLGMuZ0zyA/md) -- `/orgs/{{org}}/actions/hosted-runners/images/custom/{{imageDefinitionId}}/versions`
- **GET** [List an Organization’s Actions Secrets](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YcMQ5oz0%3A%3ABAMLqYndS86Z5xVMo6K-UQ/md) -- `/orgs/{{org}}/actions/secrets`
- **GET** [List an Organization’s Actions Variables](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YcUqGSXU%3A%3ANoW8ZGyeRkiEdQuQRrf5NQ/md) -- `/orgs/{{org}}/actions/variables`
- **DELETE** [Remove an Outside Collaborator from an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zl1pvFOQ%3A%3AqGLpPIBNT9Su2ao_0at8Uw/md) -- `/orgs/{{org}}/outside_collaborators/{{username}}`
- **GET** [List an Organization’s Selected Repositories for Self-hosted Runner Access](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YcfRe-2M%3A%3Avwp9yIxHR9Knt5jwQ6AG1w/md) -- `/orgs/{{org}}/actions/permissions/self-hosted-runners/repositories`
- **GET** [List an Organization’s Repositories with GitHub Actions Cache Usage](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YcpM8qpw%3A%3A60aPiAzQRU6kv4UYkv2dsA/md) -- `/orgs/{{org}}/actions/cache/usage-by-repository`
- **GET** [List Repository Access for an Organization Self-hosted Runner Group](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YcyiGBRo%3A%3Avgo3eL5DQqqUrJHhu9HSDA/md) -- `/orgs/{{org}}/actions/runner-groups/{{runnerGroupId}}/repositories`
- **POST** [Review an Organization Fine-Grained PAT Access Request](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZmHq7VEI%3A%3Adw68dFB6R8my7WKLZgHFww/md) -- `/orgs/{{org}}/personal-access-token-requests/{{patRequestId}}`
- **GET** [List a Repository’s Organization Secrets](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yc8BSKZU%3A%3A8VJ8hOs2SB6cjdOvgHP_wQ/md) -- `/repos/{{owner}}/{{repo}}/actions/organization-secrets`
- **POST** [Set a Cluster’s Deployment Records (Artifacts Metadata)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZmXn8tTU%3A%3A0ActIkMcRBmFhMjn1i0PKg/md) -- `/orgs/{{org}}/artifacts/metadata/deployment-record/cluster/{{cluster}}`
- **DELETE** [Delete a Repository Autolink Reference](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z8F2rUsU%3A%3A5KJjYvivQIus3DF2fAT1Wg/md) -- `/repos/{{owner}}/{{repo}}/autolinks/{{autolinkId}}`
- **GET** [List a Repository’s Organization Variables](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YdDt7OxM%3A%3AUu586nzISOO_YIeRInHadg/md) -- `/repos/{{owner}}/{{repo}}/actions/organization-variables`
- **PATCH** [Update an Organization Webhook Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZnGaOoMg%3A%3AX7qKJdS8Q6-nwOagFZb_eg/md) -- `/orgs/{{org}}/hooks/{{hookId}}/config`
- **DELETE** [Delete a Repository Environment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z8NGVTfE%3A%3AYyAasKZWQC-fYYE1iJny6g/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}`
- **GET** [List a Repository’s Actions Secrets](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YdLcLPqU%3A%3Ai2z5YRuGQKit5HIb5wMDFA/md) -- `/repos/{{owner}}/{{repo}}/actions/secrets`
- **PATCH** [Update an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZnPvtl9I%3A%3AhT8VKjT8SWOLNX71styd-A/md) -- `/orgs/{{org}}`
- **GET** [List a Repository’s Actions Variables](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YdTnpCmY%3A%3A3v5hF7NITECFAY0T3IBbEA/md) -- `/repos/{{owner}}/{{repo}}/actions/variables`
- **PATCH** [Update an Organization Webhook](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zne0AZKA%3A%3AG3Tkdj_JQOawmFNJASHMSQ/md) -- `/orgs/{{org}}/hooks/{{hookId}}`
- **DELETE** [Delete a Repository Branch’s Protection](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z8ctI5vE%3A%3AXzmaIc05R8695eeXrd7ZAA/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection`
- **GET** [List a Repository’s Workflows](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ydci-SGw%3A%3A8vuO3CTRQO6E2KpSY4Bpvw/md) -- `/repos/{{owner}}/{{repo}}/actions/workflows`
- **POST** [Update a Fine-Grained PAT’s Organization Resource Access](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zn2B_0RE%3A%3ApnqoNB1eTqWT7J__PIZd7w/md) -- `/orgs/{{org}}/personal-access-tokens/{{patId}}`
- **DELETE** [Delete a Branch’s Required Commit Signature Protection](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z8kq4UFc%3A%3ASMY0uMTCQZC-RGac1HMxUQ/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_signatures`
- **DELETE** [Remove a Repository from an App Installation for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YuMKIAz4%3A%3ArWvtd8M3SX2on1564ww4eQ/md) -- `/user/installations/{{installationId}}/repositories/{{repositoryId}}`
- **GET** [List a Repository’s Runner Applications for Download](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YdlgseNI%3A%3AGi163BLoTIeAuT9KUsZqdQ/md) -- `/repos/{{owner}}/{{repo}}/actions/runners/downloads`
- **GET** [Get a User's Package](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZoxPQZXU%3A%3ASBXCsGvYSTmsXv98BZiuxg/md) -- `/users/{{username}}/packages/{{package_type}}/{{package_name}}`
- **DELETE** [Delete a Branch’s Pull Request Review Protection](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z8slukig%3A%3Ak7_8VhfLQOaidvNOVnfZJw/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_pull_request_reviews`
- **GET** [List an Organization’s Runner Application Downloads](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YdtPCb1A%3A%3AmdM-0i9zTTCxXkuUWCaNSA/md) -- `/orgs/{{org}}/actions/runners/downloads`
- **GET** [Get an Authenticated User’s Package Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZpWGooPU%3A%3AXt8DI7jvSqO1qSagklCESQ/md) -- `/user/packages/{{packageType}}/{{packageName}}/versions/{{packageVersionId}}`
- **GET** [List Docker Migration Conflicting Packages for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zpebz7h0%3A%3AIx78PoCPR9CmIwl33mT6Ow/md) -- `/user/docker/conflicts`
- **GET** [List Docker Migration Conflicting Packages for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zpmgl8dM%3A%3ANvMSajawSY-R3pHdqgT3GQ/md) -- `/orgs/{{org}}/docker/conflicts`
- **GET** [List Docker Migration Conflicting Packages for a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZpukOMT0%3A%3A8jc_Z80aRomHGLYrdqaiTQ/md) -- `/users/{{username}}/docker/conflicts`
- **GET** [List Selected Repositories Enabled for GitHub Actions in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yd8MDsZw%3A%3Ar0EoHL5XQl-UVgbba1Zkeg/md) -- `/orgs/{{org}}/actions/permissions/repositories`
- **POST** [Restore a User’s Package](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZqvXuSs0%3A%3AFFEZ-t5vSTKq0IYrMxwfig/md) -- `/users/{{username}}/packages/{{package_type}}/{{package_name}}/restore`
- **POST** [Restore an Authenticated User’s Package Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZrGs97x4%3A%3AxyEvzHJaT9O-jB_-CgL4mg/md) -- `/user/packages/{{packageType}}/{{packageName}}/versions/{{packageVersionId}}/restore`
- **GET** [List Selected Repositories for an Organization Actions Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YePFqex0%3A%3A-kPR7iQfQdqwEX-vDxd6OA/md) -- `/orgs/{{org}}/actions/variables/{{name}}/repositories`
- **POST** [Create a View for an Organization-owned Project](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zs1qBJhM%3A%3AzyJGubYLQEKdMSopunhMKA/md) -- `/orgs/{{org}}/projectsV2/{{projectNumber}}/views`
- **POST** [Create Draft Item for User-Owned Project (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZtGxn4WI%3A%3Aj5kxeHpYSSWKkpyIa_3C3Q/md) -- `/user/{{userId}}/projectsV2/{{projectNumber}}/drafts`
- **DELETE** [Revoke an Installation Access Token](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YuhqVFkU%3A%3A-MoxHPlgRAiipCK-OimdGw/md) -- `/installation/token`
- **GET** [List an Organization’s Self-hosted Runner Groups](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YeYllnZA%3A%3AlVLZiOqFSHyJIzLPOVKLkQ/md) -- `/orgs/{{org}}/actions/runner-groups`
- **DELETE** [Disable Private Vulnerability Reporting for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z9Kfph8k%3A%3A4N1i13R0Sua9K2--wF8zVQ/md) -- `/repos/{{owner}}/{{repo}}/private-vulnerability-reporting`
- **GET** [List a Repository’s Self-hosted Runners](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YeiZtEKk%3A%3AvToVdWofRZeqUpLoms6LcA/md) -- `/repos/{{owner}}/{{repo}}/actions/runners`
- **GET** [Get a User-owned Project Item](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZthMGGP0%3A%3Ap9iCbTIXS3eyw_-vJBZ1YA/md) -- `/users/{{username}}/projectsV2/{{projectNumber}}/items/{{itemId}}`
- **GET** [List an Organization’s Self-hosted Runners](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YerWK-qA%3A%3A0eKRlXvCQLa7_5BcYgGKVg/md) -- `/orgs/{{org}}/actions/runners`
- **GET** [Get a User Project Field (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zt3VtthE%3A%3AoQowEWyCTfSVPAOX-fxvdQ/md) -- `/users/{{username}}/projectsV2/{{projectNumber}}/fields/{{fieldId}}`
- **GET** [Get an Organization Project (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zt_q6q_0%3A%3AhcJd-2ziRxew9r2GZkP7LQ/md) -- `/orgs/{{org}}/projectsV2/{{projectNumber}}`
- **GET** [List a User-owned Project’s Items](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZuR2JbkM%3A%3AJmyRSijeT0WYZgxBZAPvuw/md) -- `/users/{{username}}/projectsV2/{{projectNumber}}/items`
- **GET** [List a User Project View’s Items](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZuZ8nzh8%3A%3ASe61B3O5RXaJsWUBrpe3WQ/md) -- `/users/{{username}}/projectsV2/{{projectNumber}}/views/{{viewNumber}}/items`
- **GET** [Download a Repository Tarball Archive](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z9aIkWzw%3A%3AIp87x9rLRiOf2Y0lc2qjng/md) -- `/repos/{{owner}}/{{repo}}/tarball/{{ref}}`
- **GET** [List Self-hosted Runners in an Organization Runner Group](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ye0YqUoY%3A%3AFmei1T_ZTrulUf_JtPhB5Q/md) -- `/orgs/{{org}}/actions/runner-groups/{{runnerGroupId}}/runners`
- **GET** [List an Organization Project’s Items (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zuj3RcF8%3A%3AbeCEq3q_TvWzwN74hbw6yg/md) -- `/orgs/{{org}}/projectsV2/{{projectNumber}}/items`
- **GET** [List an Organization Project View’s Items](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZutJJH3E%3A%3AubiL5ZiiQv2eTlTpkFZYhA/md) -- `/orgs/{{org}}/projectsV2/{{projectNumber}}/views/{{viewNumber}}/items`
- **PUT** [Suspend a GitHub App Installation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YupI-uqk%3A%3AexO7srVOSTe54Bz9y6KLKQ/md) -- `/app/installations/{{installationId}}/suspended`
- **GET** [List a Workflow Run's Artifacts](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ye-SalHk%3A%3Ap8Vu5wMQQbmuq8XCwCUPLw/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/artifacts`
- **GET** [List a User Project V2 Fields](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zu-RMVdo%3A%3AnU35wG_1QaebxkDY72nSag/md) -- `/users/{{username}}/projectsV2/{{projectNumber}}/fields`
- **GET** [List an Organization’s Projects (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZvHLF-KA%3A%3AOz8QjcQ1TtaCRO7PygBAlg/md) -- `/orgs/{{org}}/projectsV2`
- **PATCH** [Update a User Project (v2) Item](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZvgU2Gi8%3A%3AWJgpUnrWRJCpa9qAAAcdSA/md) -- `/users/{{username}}/projectsV2/{{projectNumber}}/items/{{itemId}}`
- **PUT** [Enable Dependabot Security Updates for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z9vPItz8%3A%3AZ0PEzFTKQiqhbrvu9ucOKA/md) -- `/repos/{{owner}}/{{repo}}/automated-security-fixes`
- **GET** [List a Repository’s Workflow Runs](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YfJeR8PE%3A%3AHcLUxiU5TMWBJcz1kcuWUA/md) -- `/repos/{{owner}}/{{repo}}/actions/runs`
- **POST** [Create a Review for a Pull Request](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZwJ0mG5Y%3A%3A_XYkRDNeS-SknCUmFdwSEw/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/reviews`
- **PUT** [Enable Immutable Releases for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z92NpEio%3A%3AJIDyfBxzS4GhePBd0NORKw/md) -- `/repos/{{owner}}/{{repo}}/immutable-releases`
- **GET** [List a Workflow's Runs in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YfVeYEEY%3A%3A8cau0s5EQ8me4n-NqNU9iQ/md) -- `/repos/{{owner}}/{{repo}}/actions/workflows/{{workflowId}}/runs`
- **DELETE** [Delete a Repository Pull Request’s Pending Review](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZwUeJyNo%3A%3AwfA2kCTWQs69J99C4FLLfg/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/reviews/{{reviewId}}`
- **PUT** [Enable Private Vulnerability Reporting for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z9-KGzp4%3A%3AtMf0_vPWQJSpohoTCuyiew/md) -- `/repos/{{owner}}/{{repo}}/private-vulnerability-reporting`
- **POST** [Re-run a Workflow Job in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YfdgR6EE%3A%3Ah5zScVukSmGPoiDQo1vrQQ/md) -- `/repos/{{owner}}/{{repo}}/actions/jobs/{{jobId}}/rerun`
- **DELETE** [Delete a Pull Request Review Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zwc3m2Xk%3A%3Ayyf6iT4NTY25RqOGYShIRw/md) -- `/repos/{{owner}}/{{repo}}/pulls/comments/{{commentId}}`
- **PUT** [Dismiss a Review for a Pull Request](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zwk_SfXE%3A%3A5ssfqpSmQrigqhfKwhwIYw/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/reviews/{{reviewId}}/dismissals`
- **GET** [Get a Repository Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z-T5RZKU%3A%3AlZ6r4aPJQU-BTSEliHPI8A/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}`
- **GET** [Get a Repository Pull Request](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZwtLhLF8%3A%3AIXLUkrH2TNGXzoPNPM7PdA/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pull_number}}`
- **GET** [Get a Pull Request Review Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zw1Bd6IQ%3A%3ARm1OBaE4Rmi4jLud0Atrpg/md) -- `/repos/{{owner}}/{{repo}}/pulls/comments/{{commentId}}`
- **GET** [List a Pull Request’s Requested Reviewers](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZxFIvlbI%3A%3AUlNNlVtcQy6ofgnmuvawew/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/requested_reviewers`
- **GET** [List Comments for a Pull Request Review](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZxP6Z38o%3A%3A-kGwNP9oTJeaiwG2iUroTw/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/reviews/{{reviewId}}/comments`
- **POST** [Generate Release Notes for a Repository Release](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z-NBoe04%3A%3AOLIbBaOsTpWB8uXSqHRFQw/md) -- `/repos/{{owner}}/{{repo}}/releases/generate-notes`
- **GET** [List a Pull Request’s Files](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZxrCm7NQ%3A%3AFRuCUGQqReql4piDkoYeqw/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/files`
- **GET** [List a Repository’s Pull Request Review Comments](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zx0hyxvU%3A%3AcInpmS03TGuFIU_BD9BhoQ/md) -- `/repos/{{owner}}/{{repo}}/pulls/comments`
- **GET** [List a Pull Request’s Review Comments](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zx-4_Z_A%3A%3AD6MvdV_NRVGQ5QXPLRFOjQ/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/comments`
- **GET** [Get a Repository Commit](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z-dEAYcA%3A%3Apn8hwflwQTuTrxsIPvWJXQ/md) -- `/repos/{{owner}}/{{repo}}/commits/{{ref}}`
- **GET** [List a Pull Request’s Reviews](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZyHKjkfM%3A%3AwHf-RF6bRY-ZPb1QLzkALw/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/reviews`
- **PUT** [Merge a Repository Pull Request](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZyPT7xL0%3A%3Af9gY0yt-QGmnZz0xjtxb9Q/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/merge`
- **GET** [Get a Repository Commit Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z-leNqpA%3A%3AbIr05QEZS6iqagOqhFt03Q/md) -- `/repos/{{owner}}/{{repo}}/comments/{{commentId}}`
- **DELETE** [Remove a Custom Label From an Organization Self-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YgD6-KZA%3A%3AEO4prdLCQbmwxLTaegQOCw/md) -- `/orgs/{{org}}/actions/runners/{{runnerId}}/labels/{{name}}`
- **PUT** [Update a Pull Request Review](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZzQ4SJQ0%3A%3AhxV3QKB-SJ6Sh--QEwyRLA/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pull_number}}/reviews/{{review_id}}`
- **GET** [Get Rate Limit Status (Authenticated User)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZzXzz5u0%3A%3Ab5e5ckh5R3u8yuwUtGhZSg/md) -- `/rate_limit`
- **POST** [Create a Reaction for a Commit Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZzgT4OuE%3A%3Atk4n4usHRKqDUjXNnRjZFQ/md) -- `/repos/{{owner}}/{{repo}}/comments/{{commentId}}/reactions`
- **GET** [Get a Repository Environment’s Custom Deployment Protection Rule](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z-tE8CNY%3A%3Aj__Fy-faRA29BfoAanLvtQ/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environment_name}}/deployment_protection_rules/{{protection_rule_id}}`
- **DELETE** [Remove an Organization Repository from Self-hosted Runner Allow List](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YgLxEJJQ%3A%3A_Vn0YFsbQI-sIC7AgKky2g/md) -- `/orgs/{{org}}/actions/permissions/self-hosted-runners/repositories/{{repositoryId}}`
- **POST** [Create a Reaction for a Pull Request Review Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zzoa7Rmk%3A%3AOHPHurIDRPGtapAUI3UTJA/md) -- `/repos/{{owner}}/{{repo}}/pulls/comments/{{commentId}}/reactions`
- **POST** [Create a Reaction for a Release](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZzwzaXVo%3A%3Ay51W68FBQA6X_Ooo0TAy5g/md) -- `/repos/{{owner}}/{{repo}}/releases/{{releaseId}}/reactions`
- **GET** [Get a Repository Webhook Delivery](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z-1Iggog%3A%3AmebEFdk-SIe6S3HK59V7gA/md) -- `/repos/{{owner}}/{{repo}}/hooks/{{hookId}}/deliveries/{{deliveryId}}`
- **DELETE** [Remove All Custom Labels From a Repository Self-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ygbhs1-M%3A%3ARvD2dTL0RXy2LzlufJIdMw/md) -- `/repos/{{owner}}/{{repo}}/actions/runners/{{runnerId}}/labels`
- **GET** [Get a Repository Deployment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z_EGCnj4%3A%3AXwjDnnRCTgqzcCmDIrVCwA/md) -- `/repos/{{owner}}/{{repo}}/deployments/{{deploymentId}}`
- **DELETE** [Remove All Custom Labels From an Organization Self-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YgjryuIA%3A%3AVm11eDMrS5emxZNg4UI2mQ/md) -- `/orgs/{{org}}/actions/runners/{{runnerId}}/labels`
- **DELETE** [Delete an Issue Reaction](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z0n66154%3A%3AnPhebR2fTsWiqraVMUBgXQ/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/reactions/{{reactionId}}`
- **GET** [List Reactions for an Issue Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z1VDRd5E%3A%3AGV0TcN7IS8KtbtZXPPzFyg/md) -- `/repos/{{owner}}/{{repo}}/issues/comments/{{commentId}}/reactions`
- **GET** [Check a Repository’s Private Vulnerability Reporting Status](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z2sMOnR0%3A%3AgFd4FAElTYObsG6nTT-njg/md) -- `/repos/{{owner}}/{{repo}}/private-vulnerability-reporting`
- **GET** [Check if Vulnerability Alerts Are Enabled for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z2zdE7UA%3A%3Azs9-IUViQOS_jTSOCTec9g/md) -- `/repos/{{owner}}/{{repo}}/vulnerability-alerts`
- **GET** [Get a Repository Deployment Status](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z_Tfy8Ec%3A%3AcYFtyL37QO6yKIY0vnCr0g/md) -- `/repos/{{owner}}/{{repo}}/deployments/{{deploymentId}}/statuses/{{statusId}}`
- **DELETE** [Remove a Selected Repository from an Organization Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yg2vonrc%3A%3A0ISufdWvQsymwnZTS9w3Og/md) -- `/orgs/{{org}}/actions/secrets/{{secret_name}}/repositories/{{repository_id}}`
- **POST** [Create a Commit Comment for a Repository Commit](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z3DmWGas%3A%3AUVEsx3lsRDimKes6f0nfcQ/md) -- `/repos/{{owner}}/{{repo}}/commits/{{commitSha}}/comments`
- **POST** [Create a Repository Deploy Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z3dS2tNY%3A%3A6UfqjHKgS_iceEcQPjhixw/md) -- `/repos/{{owner}}/{{repo}}/keys`
- **GET** [Get GitHub Pages DNS Health Check for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z_as2XxU%3A%3AtSVsKCoWQ2SzcPB2ujg0lA/md) -- `/repos/{{owner}}/{{repo}}/pages/health`
- **POST** [Create an Autolink Reference for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z5XHUb8A%3A%3AvIcF76q3QS-cjJyPIMbQhA/md) -- `/repos/{{owner}}/{{repo}}/autolinks`
- **POST** [Review a Workflow Run’s Custom Deployment Protection Rules](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YhG2CbI4%3A%3AsEHjLZ15TpuCBj-E6iYV1A/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/deployment_protection_rule`
- **DELETE** [Delete a Repository File (Contents)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z69X6Bgo%3A%3AMcLxyLxTQaCezcM6QNrFAg/md) -- `/repos/{{owner}}/{{repo}}/contents/{{path}}`
- **GET** [Get a Repository Release](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z_pV5IQ4%3A%3ACZn4i2fFQ2yicqjEsBoNJQ/md) -- `/repos/{{owner}}/{{repo}}/releases/{{releaseId}}`
- **POST** [Review a Workflow Run’s Pending Deployments](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YhPJZJs0%3A%3ALIIDjpasQ3KoInaOl4NpbQ/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/pending_deployments`
- **PUT** [Set Allowed GitHub Actions and Reusable Workflows for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YhXBbPvo%3A%3AGLNjg4LCRJGFSYoo04msYA/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions/selected-actions`
- **DELETE** [Delete a Repository Ruleset](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z7mjzMpM%3A%3AcF_PdkOERGSJzcq5Lk6V0w/md) -- `/repos/{{owner}}/{{repo}}/rulesets/{{rulesetId}}`
- **GET** [Get a Release Asset (Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z_wZw0GU%3A%3APX84CNMRTA2F4aOxZ-dNJw/md) -- `/repos/{{owner}}/{{repo}}/releases/assets/{{assetId}}`
- **PUT** [Set Allowed Actions and Reusable Workflows for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yhf6s84E%3A%3AvIMAaF7_Tr6WK-MtAYMzQw/md) -- `/orgs/{{org}}/actions/permissions/selected-actions`
- **GET** [Get a Repository Release by Tag Name](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z_3fviCg%3A%3AAZgPIcPtRQGdaLMOPSUSBQ/md) -- `/repos/{{owner}}/{{repo}}/releases/tags/{{tag}}`
- **PUT** [Set Artifact and Log Retention Settings for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yhnua7tk%3A%3AmzZoThPvQo2zcIDkBJcrOQ/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions/artifact-and-log-retention`
- **DELETE** [Delete a Repository Branch’s Access Restrictions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z72uFkCE%3A%3AAcZWeWv6TSiUYqu7W56mmA/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions`
- **GET** [Get a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z__SN0V0%3A%3AucGQ66izT_y_Xjjd2mqxtA/md) -- `/repos/{{owner}}/{{repo}}`
- **PUT** [Set Organization Actions Artifact and Log Retention Settings](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YhwB7Zzs%3A%3Aj4juFuKGTGetfYIXTZV_6w/md) -- `/orgs/{{org}}/actions/permissions/artifact-and-log-retention`
- **DELETE** [Delete Admin Enforcement for a Repository Branch Protection](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z7-YtKPI%3A%3AICAXgUcNTVuSkBX3caKK7g/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/enforce_admins`
- **GET** [Get a Repository's README](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aAH5gzPU%3A%3AXxoIJR0yQJG5zNp25yUygQ/md) -- `/repos/{{owner}}/{{repo}}/readme`
- **PUT** [Set Custom Labels for a Repository Self-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yh4I1lH4%3A%3AtEDI_5ypSeyMAutsL3NZAg/md) -- `/repos/{{owner}}/{{repo}}/actions/runners/{{runnerId}}/labels`
- **DELETE** [Disable an Environment’s Deployment Protection Rule in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z80YDapo%3A%3AHsH0sIMsRbGVes9YnHbttw/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/deployment_protection_rules/{{protectionRuleId}}`
- **GET** [Get a Repository README from a Directory](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aARdkKhA%3A%3AHBzakpFaTNObj0GP7P5ltA/md) -- `/repos/{{owner}}/{{repo}}/readme/{{dir}}`
- **PUT** [Set Custom Labels for an Organization Self-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YiCAAy98%3A%3AKZ7WziGhRzmplRl-rntdAw/md) -- `/orgs/{{org}}/actions/runners/{{runnerId}}/labels`
- **GET** [Get a Repository Deploy Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z-859Ecc%3A%3ASMGc2HQ8S-KDj0x6vE31tA/md) -- `/repos/{{owner}}/{{repo}}/keys/{{keyId}}`
- **PUT** [Set a Repository’s Default GitHub Actions Workflow Permissions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YiKLsd_Q%3A%3AXaANrpX3RAOU4OgNwd-aaw/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions/workflow`
- **GET** [Get a Repository’s GitHub Pages Site](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z_hmX3y0%3A%3AK4UoY9P6TQK4jkwRyIcYgA/md) -- `/repos/{{owner}}/{{repo}}/pages`
- **GET** [Get a Repository Ruleset](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aAhjHwe8%3A%3A3IL8vJg3RUq7oDj9Z-k5yQ/md) -- `/repos/{{owner}}/{{repo}}/rulesets/{{rulesetId}}`
- **GET** [Get a Repository Webhook](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aAo25F_U%3A%3Aufuc1looRb-ridM4UfDZeQ/md) -- `/repos/{{owner}}/{{repo}}/hooks/{{hookId}}`
- **GET** [List a Repository’s Invitations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aKXZAEms%3A%3AghrrKbOYS-CWWkSj9kTzQw/md) -- `/repos/{{owner}}/{{repo}}/invitations`
- **PUT** [Set Fork PR Contributor Approval Permissions for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YigubWFk%3A%3Acf6lEncMTm28US7GaeU6Ww/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions/fork-pr-contributor-approval`
- **GET** [Get a Repository Webhook Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aAwP-KPw%3A%3A5jxVVdlhSZ2bvyfzMeNPgw/md) -- `/repos/{{owner}}/{{repo}}/hooks/{{hookId}}/config`
- **PUT** [Set Fork PR Contributor Approval Permissions for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yio7G0MI%3A%3AhlgvwHYMR5GrsyI5ZJspfQ/md) -- `/orgs/{{org}}/actions/permissions/fork-pr-contributor-approval`
- **GET** [Get a Branch’s Access Restrictions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aA3g6BuQ%3A%3A83RYZyZ8QaOHEr-9R14awA/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions`
- **PUT** [Set GitHub Actions Cache Retention Limit for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yiw-Oygg%3A%3ATGiA1lngTFGKMNm13Rg5gA/md) -- `/repos/{{owner}}/{{repo}}/actions/cache/retention-limit`
- **GET** [Get Admin Branch Protection for a Repository Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aA_Tl5Ps%3A%3A1_rzNTAbRqOsrNlSvJwBkw/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/enforce_admins`
- **DELETE** [Remove Required Status Check Protection From a Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aMFnaF70%3A%3AEYr-cp5vTlqZeehFnLMRhw/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_status_checks`
- **PUT** [Set GitHub Actions Cache Retention Limit for an Enterprise](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yi5hkxZ0%3A%3AMmNk_UsqR0OHujVM7VXC2A/md) -- `/enterprises/{{enterprise}}/actions/cache/retention-limit`
- **PUT** [Set GitHub Actions Cache Storage Limit for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YjJVe6YE%3A%3AD3XARSSwS2qM7L7Qr2d9LA/md) -- `/repos/{{owner}}/{{repo}}/actions/cache/storage-limit`
- **GET** [List a Repository's Autolinks](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aBHSDU0g%3A%3AiXcrderXSg-xID9bqIeH6g/md) -- `/repos/{{owner}}/{{repo}}/autolinks`
- **POST** [Set Admin Enforcement for a Repository Branch Protection](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aM8SDFdk%3A%3Aa0rCkzuMQXuVnkLqwmkkaQ/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/enforce_admins`
- **PUT** [Set a Branch Protection Rule’s User Access Restrictions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aNd1poVM%3A%3AgoAD4E2OSzCv9urkOfF8mw/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions/users`
- **PUT** [Set GitHub Actions Cache Retention Limit for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YjByuka4%3A%3AvNz8VOTZR3uwfJrpy1okmw/md) -- `/organizations/{{org}}/actions/cache/retention-limit`
- **GET** [Get a Repository’s Contributor Commit Activity Stats](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aBPciCA8%3A%3ALqm-AkXPTM2yXkmVthwaWA/md) -- `/repos/{{owner}}/{{repo}}/stats/contributors`
- **POST** [Test a Repository Webhook’s Push Event](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aNtw64N4%3A%3AmzWApO_MRQ2vJtXVH3zSyg/md) -- `/repos/{{owner}}/{{repo}}/hooks/{{hookId}}/tests`
- **PATCH** [Update a Repository Commit Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aN-ueFmc%3A%3AdNO3mgNsS86zpFrD6SagAA/md) -- `/repos/{{owner}}/{{repo}}/comments/{{commentId}}`
- **PATCH** [Update a Repository Release](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aOPr3yZU%3A%3AKz5-TiH3SRSo6oXuJnOkDw/md) -- `/repos/{{owner}}/{{repo}}/releases/{{releaseId}}`
- **PUT** [Set GitHub Actions Cache Storage Limit for an Enterprise](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YjRJq3WM%3A%3AUZgqx5CxT9C_EMsWppd5-A/md) -- `/enterprises/{{enterprise}}/actions/cache/storage-limit`
- **GET** [List a Repository’s Custom Property Values](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aBWhFLww%3A%3ABAIFKajkRsW8yQ4CP5eiLQ/md) -- `/repos/{{owner}}/{{repo}}/properties/values`
- **POST** [Upload a Release Asset to a Repository Release](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aPz6snD4%3A%3Ae60bOPacSC-TFhWIimREnA/md) -- `/repos/{{owner}}/{{repo}}/releases/{{releaseId}}/assets`
- **PATCH** [Update a GitHub App's Webhook Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yu5K7GhE%3A%3AlwGieH2WTZKIT9XQt_UXwA/md) -- `/app/hook/config`
- **DELETE** [Delete an Organization Budget](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YvBlGy08%3A%3AlGz2VwhHQN6cHWaCQaC96A/md) -- `/organizations/{{org}}/settings/billing/budgets/{{budgetId}}`
- **GET** [Get an Organization Budget by ID](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YvJYU9e0%3A%3At5zun3gAQR-_Ad8anR259Q/md) -- `/organizations/{{org}}/settings/billing/budgets/{{budgetId}}`
- **PUT** [Set GitHub Actions Cache Storage Limit for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YjYBQhwI%3A%3AtK1xkWDTRfaZxdvKhJofng/md) -- `/organizations/{{org}}/actions/cache/storage-limit`
- **GET** [List an Environment’s Deployment Protection Rules](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aBeM_BTU%3A%3A27svA_ewQBS1NrGmWOxprQ/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/deployment_protection_rules`
- **GET** [Search Users](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aQ2ug2W4%3A%3APRixpsUCSOqKjZrdQ3de3Q/md) -- `/search/users`
- **GET** [List an Organization’s Repository Rulesets](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aBnD9DaA%3A%3AMo-purHvQT2rMYu1duVQ9w/md) -- `/orgs/{{org}}/rulesets`
- **GET** [Get a Legacy Team Member](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aVlKv4Mw%3A%3AEEHCvTe3TCSi8ac0d0VnMA/md) -- `/teams/{{teamId}}/members/{{username}}`
- **GET** [List an Organization Team’s Child Teams](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aV_LSrhk%3A%3A1p3rYQ9mRd-tv5q0Ab3wDg/md) -- `/orgs/{{org}}/teams/{{teamSlug}}/teams`
- **PUT** [Set GitHub Actions Permissions for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yjn3EC-E%3A%3ACI58ivUlSaSl-hQsmSooQg/md) -- `/orgs/{{org}}/actions/permissions`
- **GET** [List a Repository’s Rulesets](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aBwMPfkk%3A%3Ah3_KxR42Q16nxOFe1RdTSw/md) -- `/repos/{{owner}}/{{repo}}/rulesets`
- **GET** [List a Team’s Child Teams (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aWHo9VAI%3A%3AiN_ispBST7uqrVyibcV0zQ/md) -- `/teams/{{teamId}}/teams`
- **GET** [List a Team’s Pending Invitations in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aWQkrVIY%3A%3A9EueFvVvRf-fJXZB5nuciw/md) -- `/orgs/{{org}}/teams/{{teamSlug}}/invitations`
- **GET** [List a Team’s Members (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aWr0GZG8%3A%3Az_0H0fk5TSmeyHFBHLXD0w/md) -- `/teams/{{teamId}}/members`
- **GET** [Get an Organization’s Billing Usage Summary](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YwIkKY5s%3A%3AsLju2Ig-RWqOKAWfI8I4pQ/md) -- `/organizations/{{org}}/settings/billing/usage/summary`
- **POST** [Create an Organization Campaign](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YwXgb9HA%3A%3A4we1rt-WRjihnsLib4_AOA/md) -- `/orgs/{{org}}/campaigns`
- **PUT** [Set Private Repo Fork PR Workflow Settings for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yjv3x-Ak%3A%3AB4VqvkknQG-aTitI49k_ig/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions/fork-pr-workflows-private-repos`
- **GET** [List a Repository’s Topics](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aB31BUsU%3A%3AUowI3eoiRRm7VAGfdgZYZQ/md) -- `/repos/{{owner}}/{{repo}}/topics`
- **DELETE** [Remove a Repository from a Team (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aXguFqHk%3A%3AY635A_DzSRCOt1GojOOOTA/md) -- `/teams/{{teamId}}/repos/{{owner}}/{{repo}}`
- **PATCH** [Update a Legacy Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aYJx8rns%3A%3AbRXmDG4kSSGI0_6UPGo8xg/md) -- `/teams/{{teamId}}`
- **PUT** [Set Private Repo Fork PR Workflow Settings for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yj4eLras%3A%3ASEx262CwRV2L-q3r8g5eeQ/md) -- `/orgs/{{org}}/actions/permissions/fork-pr-workflows-private-repos`
- **GET** [List a Branch’s Required Status Check Contexts](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aCAEXj24%3A%3AOjOgCpmMQW-TU_LgQzgFLg/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_status_checks/contexts`
- **POST** [Create an SSH Signing Key for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aZTACEFg%3A%3AeuIU7PaJSKuh6LNlNy2Hrg/md) -- `/user/ssh_signing_keys`
- **PUT** [Set Selected Repositories Allowed to Use an Organization’s Self-Hosted Runners](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YkBNNaOo%3A%3AtdiL47uFQSyFwLBSolVEFQ/md) -- `/orgs/{{org}}/actions/permissions/self-hosted-runners/repositories`
- **GET** [Get a Repository Autolink Reference](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aCH4E628%3A%3ADRq5HOWHQoWWgcynjJpC8g/md) -- `/repos/{{owner}}/{{repo}}/autolinks/{{autolinkId}}`
- **DELETE** [Delete an Authenticated User's SSH Signing Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aZza1uXA%3A%3AlJ2YZSOGSMOT4zL4daIvAA/md) -- `/user/ssh_signing_keys/{{sshSigningKeyId}}`
- **GET** [Get a Repository Environment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aCQACDsA%3A%3Ah1UYQw2HSaertcPTZJmO6g/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}`
- **DELETE** [Delete a User's Attestation by ID](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aZ7owNSw%3A%3AHNuV1fRYShaK7yvwUjNfgA/md) -- `/users/{{username}}/attestations/{{attestationId}}`
- **GET** [Get an Organization Repository Ruleset](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aCX5j-0w%3A%3AX3O4qW4KTjiiaKHcid5e5w/md) -- `/orgs/{{org}}/rulesets/{{rulesetId}}`
- **DELETE** [Delete an Organization Campaign](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ywe6MslE%3A%3AM8myHnISRPuxipi5MM9_Iw/md) -- `/orgs/{{org}}/campaigns/{{campaignNumber}}`
- **GET** [Get an Organization Campaign](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ywmerbzk%3A%3AiGic4fJYRsKUwIeQSsIPsA/md) -- `/orgs/{{org}}/campaigns/{{campaignNumber}}`
- **PATCH** [Update an Organization Campaign](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yw3yYlJY%3A%3ALIAq_FGrSPGgIop7ZYtetQ/md) -- `/orgs/{{org}}/campaigns/{{campaignNumber}}`
- **POST** [Create a Repository Check Suite](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YxH51wFE%3A%3AOffpq7KARkSmGe5qX3ng6Q/md) -- `/repos/{{owner}}/{{repo}}/check-suites`
- **GET** [List GitHub Apps with Access to a Protected Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aCovOL_w%3A%3A-zGwYh0-TteeBKU9g9UTjg/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions/apps`
- **GET** [Get a Repository Branch’s Protection](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aCxcVtUg%3A%3AbxVTfdQ6TC6dmAMF1Wb6kA/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection`
- **GET** [Get an Authenticated User's GPG Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aalAxSW0%3A%3Ac06DLhb6S7uYKOoXB_bT1g/md) -- `/user/gpg_keys/{{gpgKeyId}}`
- **GET** [Get a Repository Check Run](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YxQanB3Q%3A%3AUSzdBijzSj6-B9eT9aob2Q/md) -- `/repos/{{owner}}/{{repo}}/check-runs/{{checkRunId}}`
- **GET** [Get a Repository Check Suite](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YxYFhR70%3A%3AyM1COJqjRzqicyflww11pw/md) -- `/repos/{{owner}}/{{repo}}/check-suites/{{checkSuiteId}}`
- **GET** [List a Repository Check Run’s Annotations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YxgsmHPU%3A%3A7bKklAo1QMmOhIcVLufodQ/md) -- `/repos/{{owner}}/{{repo}}/check-runs/{{checkRunId}}/annotations`
- **GET** [List Check Runs for a Git Reference (Commit Ref) in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YxtQeC5w%3A%3AwzzoPvLhTV-73rBllkR4ZA/md) -- `/repos/{{owner}}/{{repo}}/commits/{{ref}}/check-runs`
- **POST** [Rerequest a Repository Check Run](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YyO9VEhw%3A%3AsojL1_wjT3Cw0rQU1EdBzA/md) -- `/repos/{{owner}}/{{repo}}/check-runs/{{checkRunId}}/rerequest`
- **PUT** [Set Self-hosted Runners Permissions for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YkwQJBew%3A%3A69OBWPtATqmCTeE7yLcK0Q/md) -- `/orgs/{{org}}/actions/permissions/self-hosted-runners`
- **GET** [Get a Branch’s Commit Signature Protection](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aC5aa7X4%3A%3AmLpe46dgQWOap9xMinBbYw/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_signatures`
- **GET** [Get an Authenticated User’s SSH Signing Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3abDsxD4k%3A%3AAGeYVrvSSFGtqwRb6iqE0g/md) -- `/user/ssh_signing_keys/{{sshSigningKeyId}}`
- **PUT** [Set a Repository’s Custom OIDC Subject Claim Customization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yk5dwoVg%3A%3A8AY5QaLBRJe5rRxmdPoPRg/md) -- `/repos/{{owner}}/{{repo}}/actions/oidc/customization/sub`
- **GET** [Get a Repository’s Community Profile Metrics](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aDAs-q9o%3A%3ApxTh07mYThWOijK--XEamA/md) -- `/repos/{{owner}}/{{repo}}/community/profile`
- **PUT** [Set Workflow Access Level for a Repository (Private Repos Only)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YlCoXTUg%3A%3AM8a2Crk4Qu2dWLHgexD9TA/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions/access`
- **GET** [Get a Repository’s GitHub Pages Build](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aDINyerQ%3A%3ASOIbrP5tRYCJT24Ts0hsYA/md) -- `/repos/{{owner}}/{{repo}}/pages/builds/{{buildId}}`
- **PATCH** [Update an Organization’s GitHub-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YlMEuHHw%3A%3AdEdZ9v4OQMeuBtJLydt_gg/md) -- `/orgs/{{org}}/actions/hosted-runners/{{hostedRunnerId}}`
- **GET** [Get a Repository’s Latest GitHub Pages Build](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aDP_r3eo%3A%3AAtC33zI_TY2xdXHF2pjoaA/md) -- `/repos/{{owner}}/{{repo}}/pages/builds/latest`
- **PATCH** [Update a Repository Actions Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YlTYfVz8%3A%3AZ3VGuw6LSm2YgQ4U-kvtUQ/md) -- `/repos/{{owner}}/{{repo}}/actions/variables/{{name}}`
- **GET** [Get a Repository’s Traffic Views (Page Views)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aDXzqIhU%3A%3AQaSqwpnlSIiLsw1GyTsz2Q/md) -- `/repos/{{owner}}/{{repo}}/traffic/views`
- **GET** [List Email Addresses for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3abznSWTM%3A%3AkkieF_a5TBSYPXkTOi00lQ/md) -- `/user/emails`
- **PATCH** [Update an Organization Self-hosted Runner Group](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YlcWvc-k%3A%3ApjQi821_Qp6OyCb2kJwsiQ/md) -- `/orgs/{{org}}/actions/runner-groups/{{runnerGroupId}}`
- **GET** [Get a Branch’s Pull Request Review Protection](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aDgNtcfM%3A%3AhjPjx4P-TZG_3ztyarVFXQ/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_pull_request_reviews`
- **GET** [Get a Repository’s Clone Traffic](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aDookKbo%3A%3AF7_pqLqVTaKT78hAlqx_OA/md) -- `/repos/{{owner}}/{{repo}}/traffic/clones`
- **GET** [Get a Repository’s Content (File or Directory)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aDwj6n0Y%3A%3A2uJNyluPR_SaOyQ03dUN5g/md) -- `/repos/{{owner}}/{{repo}}/contents/{{path}}`
- **GET** [Get a Repository Collaborator’s Permission Level](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aD4hk0Ag%3A%3Axpr6dQyeT82RuLyIJCPNQA/md) -- `/repos/{{owner}}/{{repo}}/collaborators/{{username}}/permission`
- **GET** [List People Followed by the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3adnsDiuk%3A%3AQ0PNrjWwQYef9SNV49NSqQ/md) -- `/user/following`
- **GET** [List a Repository Ruleset’s History](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aEBEdzOU%3A%3AS3c8r6jYRsS6TnP8iK8rFg/md) -- `/repos/{{owner}}/{{repo}}/rulesets/{{rulesetId}}/history`
- **GET** [Get a Repository Ruleset Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aEJazwt8%3A%3Anw4ZZqQsRrWemLulzIm6Vw/md) -- `/repos/{{owner}}/{{repo}}/rulesets/{{rulesetId}}/history/{{versionId}}`
- **GET** [Get a Repository Subscription (Authenticated User)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YmKG2wkA%3A%3AE620_omcRJOw_V5AYug9GA/md) -- `/repos/{{owner}}/{{repo}}/subscription`
- **GET** [Get Branch Rules for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aERaGeh8%3A%3AKa7lwjD7TzyHJfLAaPiF1w/md) -- `/repos/{{owner}}/{{repo}}/rules/branches/{{branch}}`
- **PATCH** [Set Primary Email Visibility for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aeATOhfw%3A%3AlcRtC00MRoes8uQx5z8GEw/md) -- `/user/email/visibility`
- **GET** [Get a Notification Thread](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YmSl4Pug%3A%3A70jvzFV-RjC3QVgQ9LLxuQ/md) -- `/notifications/threads/{{threadId}}`
- **GET** [Get a Branch’s Required Status Checks Protection](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aEZ07Dj4%3A%3AXLM3zOrEQSKUzoQvDZ2B-Q/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_status_checks`
- **GET** [Get the Authenticated User’s Thread Subscription](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ymaqynuw%3A%3ADBuBf0CqRU-2SWnBmHbIgQ/md) -- `/notifications/threads/{{threadId}}/subscription`
- **GET** [List Teams with Access to a Protected Branch (Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aElMO_Fw%3A%3ATe9-vBNASo6m6csZI9kGrQ/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions/teams`
- **GET** [Get Feeds (Authenticated User)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YmiOXGa0%3A%3Akz03GUopTCqP_ikvb6Omew/md) -- `/feeds`
- **GET** [Get the Combined Status for a Repository Commit Reference](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aEulG36Q%3A%3ArxjdGgdsRxyTJRtqslzF9g/md) -- `/repos/{{owner}}/{{repo}}/commits/{{ref}}/status`
- **GET** [List a User's Events](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YmqZGX0Q%3A%3AsuSIkplARbGyyEinVDUb4w/md) -- `/users/{{username}}/events`
- **DELETE** [Unfollow a GitHub User (Authenticated User)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aeRK_p9A%3A%3AOaGsBK4cRnWmpCpi-bidWg/md) -- `/user/following/{{username}}`
- **GET** [List a User’s Received Events](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YmyrJAZY%3A%3ALs8GFrUcQpGSkQ0tiSw06g/md) -- `/users/{{username}}/received_events`
- **GET** [Get a Repository’s Last Year of Commit Activity (Weekly)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aFARqdpw%3A%3AqdLgXouLQ8mqBZa7Nmr3fg/md) -- `/repos/{{owner}}/{{repo}}/stats/commit_activity`
- **POST** [Create a Repository Actions Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YO1WLv9A%3A%3AvzqrlG41T9-2d2ev1ueAEw/md) -- `/repos/{{owner}}/{{repo}}/actions/variables`
- **POST** [Create an Organization Actions Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YPYfqTsI%3A%3AXHNrMwf3RM-uGrjSkhcUig/md) -- `/orgs/{{org}}/actions/variables`
- **GET** [List Notifications for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ym76-eHk%3A%3AmIOGvbE3Rv6rgkxiULtwQw/md) -- `/notifications`
- **GET** [Get a Repository’s Latest Release](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aFKCRUTM%3A%3A93pNZiQrSpCkMgICQH0NIw/md) -- `/repos/{{owner}}/{{repo}}/releases/latest`
- **DELETE** [Delete a Repository’s GitHub Actions Cache (by Cache ID)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YQdTSouc%3A%3AUa3LONFgRFOH1WkyzhpSgQ/md) -- `/repos/{{owner}}/{{repo}}/actions/caches/{{cacheId}}`
- **DELETE** [Delete a Repository Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YQsuemak%3A%3A9nLkWzhwQ4-Nd8ZpT1k5FQ/md) -- `/repos/{{owner}}/{{repo}}/actions/secrets/{{secretName}}`
- **GET** [List an Authenticated User’s Organization Events](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YnEmudrU%3A%3AkFlOFcVDSpia72Dh2DtMmA/md) -- `/users/{{username}}/events/orgs/{{org}}`
- **GET** [Get GitHub Pages Deployment Status (Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aFWsRock%3A%3A6f2_IXpUR9aK5gNyT17xYw/md) -- `/repos/{{owner}}/{{repo}}/pages/deployments/{{pagesDeploymentId}}`
- **DELETE** [Delete a Repository Actions Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YQ1eEEqo%3A%3AxPbEz8VrTD64QD4JM6imVA/md) -- `/repos/{{owner}}/{{repo}}/actions/variables/{{name}}`
- **GET** [List Public Events](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YnMBtkFs%3A%3AnuEZXfwHSMGsmQNgSPZqCg/md) -- `/events`
- **GET** [List Public Events for a Repository Network](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YnUSzQn4%3A%3ACZmCXG9oR26i4v2Li7nV3Q/md) -- `/networks/{{owner}}/{{repo}}/events`
- **GET** [Get a Repository’s Weekly Commit Participation Stats](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aFmttss8%3A%3AxPp8AftFQRSDHaaJqvwezQ/md) -- `/repos/{{owner}}/{{repo}}/stats/participation`
- **DELETE** [Delete an Organization's Self-hosted Runner Group](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YRTiMv0w%3A%3AHIH4EsigTym85QXj-t5Grg/md) -- `/orgs/{{org}}/actions/runner-groups/{{runnerGroupId}}`
- **DELETE** [Delete a Repository Workflow Run](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YRcADa9c%3A%3AHMqtyUJUS0etf2k2ATIEDA/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}`
- **GET** [List a User’s Public Events](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YncSlJFY%3A%3AswE15g2jR8qmppUxc-Q64w/md) -- `/users/{{username}}/events/public`
- **GET** [Get a Repository’s Top Referral Paths](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aFtxPnAk%3A%3Ar86hMwPsQBq9eDTmJabtrQ/md) -- `/repos/{{owner}}/{{repo}}/traffic/popular/paths`
- **DELETE** [Delete a Repository Environment Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YRrTM_Q0%3A%3AG1SXtUHPSFacUgGrKj-V2w/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/secrets/{{secretName}}`
- **GET** [List a User's Public Received Events](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YnkUkA_I%3A%3ASK85dZmCRv6aZoUsX4tKmw/md) -- `/users/{{username}}/received_events/public`
- **GET** [Get a Repository’s Top Referral Sources](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aF2AGp30%3A%3AD-OqJ4lYSqmq9CLB5GkJZw/md) -- `/repos/{{owner}}/{{repo}}/traffic/popular/referrers`
- **DELETE** [Delete a Repository Environment Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YRy6D2hU%3A%3A0wNA43d8Sx-DIVZhQjGjJA/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/variables/{{name}}`
- **DELETE** [Delete an Organization Custom Hosted Runner Image Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YR6tHaOc%3A%3Av6YqkUAVR7GCwqGdwc43Yw/md) -- `/orgs/{{org}}/actions/hosted-runners/images/custom/{{imageDefinitionId}}/versions/{{version}}`
- **GET** [List a Public Organization’s Events](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ynuu9pok%3A%3AvG8SsYAGRaSqZqnm2HlGog/md) -- `/orgs/{{org}}/events`
- **GET** [List Users with Access to a Protected Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aF-kzsNM%3A%3Aua0qZJXmQl-B5pSC2oMinw/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions/users`
- **GET** [List a User's Starred Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yn35CSh4%3A%3ASsS-xJU_Q3-YMhHoQKMzvw/md) -- `/users/{{username}}/starred`
- **GET** [List a Repository’s Attestations by Subject Digest](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aGHlZnD8%3A%3ASzKByoU4Rkyn9poWJ6qn_g/md) -- `/repos/{{owner}}/{{repo}}/attestations/{{subjectDigest}}`
- **DELETE** [Delete an Organization Actions Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YSBXGMhM%3A%3A_tKI7wjWRAWgcuo1JlPeMA/md) -- `/orgs/{{org}}/actions/secrets/{{secretName}}`
- **GET** [List Repositories Starred by the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YoHJhoyg%3A%3A7NdS4ZemTD2d06WTPlzwcg/md) -- `/user/starred`
- **GET** [List a Repository’s Branches](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aGRCYx4M%3A%3AY-VXDk4uS0Cfq9VxPQ4y8Q/md) -- `/repos/{{owner}}/{{repo}}/branches`
- **DELETE** [Delete a Repository’s GitHub Actions Caches (by Cache Key)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YST_jRyE%3A%3AUaNTgd21Q2OxBaDVsMlzyg/md) -- `/repos/{{owner}}/{{repo}}/actions/caches`
- **DELETE** [Delete a Repository Workflow Run’s Logs](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YSfaFuzU%3A%3At0bApBPhTkusG5GwcppZBw/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/logs`
- **GET** [List Repositories Watched by a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YoPIvw9E%3A%3ADi35zuFoSZejrhyDKOf-Gw/md) -- `/users/{{username}}/subscriptions`
- **GET** [List Branches Where a Commit Is the HEAD (for a Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aGYvJHJ8%3A%3AmR8ECnB0TbyT6eB4TweqJQ/md) -- `/repos/{{owner}}/{{repo}}/commits/{{commitSha}}/branches-where-head`
- **DELETE** [Disable a Selected Repository for GitHub Actions in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YSnGX5g8%3A%3AxXpDzLi6REuxp2_iecJMwA/md) -- `/orgs/{{org}}/actions/permissions/repositories/{{repositoryId}}`
- **GET** [List Repositories Watched by the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YoYUbJ3E%3A%3AEWacrRcARZ6hZdWBDxRZDw/md) -- `/user/subscriptions`
- **GET** [List a Repository’s CODEOWNERS Errors](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aGg3X4v8%3A%3AA4tU7joBTzq0x-8YZeIQMQ/md) -- `/repos/{{owner}}/{{repo}}/codeowners/errors`
- **PUT** [Disable a Repository Workflow](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YSucPrPo%3A%3ArlGkhJ5gRCWQOLq6_FATdw/md) -- `/repos/{{owner}}/{{repo}}/actions/workflows/{{workflowId}}/disable`
- **GET** [List a Repository’s Events](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YogeoO0s%3A%3AGyidZfVXSTiChT38zXVkgg/md) -- `/repos/{{owner}}/{{repo}}/events`
- **GET** [List a Commit’s Comments](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aGq75ZFI%3A%3AbQqIEkXnQ2SE65Vh9zsI6A/md) -- `/repos/{{owner}}/{{repo}}/commits/{{commitSha}}/comments`
- **GET** [Download a Repository Workflow Run Logs Archive (Redirect URL)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YTOHKRBY%3A%3A_b8f98KcSW2jmdXuYpWoUQ/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/logs`
- **GET** [List a Repository’s Notifications for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YopQAbv8%3A%3At74aNgKES9mN9F6x8x3P6Q/md) -- `/repos/{{owner}}/{{repo}}/notifications`
- **GET** [List a Repository’s Commit Comments](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aG1um7Bg%3A%3AwBKcF23iRNOQ1DLPj0Halw/md) -- `/repos/{{owner}}/{{repo}}/comments`
- **PUT** [Enable GitHub Actions for a Selected Repository in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YTW9GdHc%3A%3AuDPiQ6_7TmqMBlt_UxrM8Q/md) -- `/orgs/{{org}}/actions/permissions/repositories/{{repositoryId}}`
- **PUT** [Enable a Repository Workflow](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YTf4Z3LY%3A%3AmmoZ9peFRHewzqhj-TxDNQ/md) -- `/repos/{{owner}}/{{repo}}/actions/workflows/{{workflow_id}}/enable`
- **POST** [Force Cancel a Repository Workflow Run](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YTntgaWk%3A%3AGYD3B9M2Q7ehbwzmKKlMJw/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/force-cancel`
- **GET** [Get an Organization’s Custom Image Definition for GitHub Actions Hosted Runners](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YTvex3jM%3A%3AhakN8Ch6Qbal4JF3fv_TrQ/md) -- `/orgs/{{org}}/actions/hosted-runners/images/custom/{{imageDefinitionId}}`
- **GET** [List a Repository’s Stargazers](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YozbAr1s%3A%3AmuQw1V_qTnCwe5XMjqDtaA/md) -- `/repos/{{owner}}/{{repo}}/stargazers`
- **GET** [List Commit Statuses for a Reference (in a Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aG-Spho8%3A%3ALIQHWC8HTL6F_Ob4RDMkJw/md) -- `/repos/{{owner}}/{{repo}}/commits/{{ref}}/statuses`
- **GET** [Get a Workflow Run Job for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YT94YM4s%3A%3AkuBGNjZxSTOW7KftMwv3OA/md) -- `/repos/{{owner}}/{{repo}}/actions/jobs/{{jobId}}`
- **GET** [Get a Repository Actions Secrets Public Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YUFAmQ-o%3A%3AUKP1YxFlSD-6pcAIvs6kTQ/md) -- `/repos/{{owner}}/{{repo}}/actions/secrets/public-key`
- **GET** [List a Repository’s Watchers](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yo7dKqU8%3A%3AmD48RLO0TTWMEIvpQcrt-Q/md) -- `/repos/{{owner}}/{{repo}}/subscribers`
- **GET** [List a Repository’s Commits](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aHI37Anc%3A%3AATDJKlY5RhGy89rO1dZtFg/md) -- `/repos/{{owner}}/{{repo}}/commits`
- **GET** [Get a Repository Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YUL-8pAo%3A%3Aawf79QdES3GPeX0gtSLviw/md) -- `/repos/{{owner}}/{{repo}}/actions/secrets/{{secretName}}`
- **GET** [List a Repository Environment’s Custom Deployment Rule Integrations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aHS_FpeQ%3A%3ARdpptrf7Sse2TMYdf5A06A/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/deployment_protection_rules/apps`
- **GET** [List a Repository Webhook’s Deliveries](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aHbuutTs%3A%3AWMwQxQTLTWu6f3NOFUygTA/md) -- `/repos/{{owner}}/{{repo}}/hooks/{{hookId}}/deliveries`
- **PUT** [Mark a Repository’s Notifications as Read](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YpY5CfLo%3A%3A_iIiPlBJQ5mZHCJSw40BxQ/md) -- `/repos/{{owner}}/{{repo}}/notifications`
- **GET** [List a Repository’s Deploy Keys](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aHl1AQ2I%3A%3ApxD3f-RlTJKBqB_Gqndk3w/md) -- `/repos/{{owner}}/{{repo}}/keys`
- **GET** [List an Environment’s Deployment Branch Policies](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aHuURxnY%3A%3A3VjqYLmsTD6sUQI-kqNpaA/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/deployment-branch-policies`
- **GET** [List a Deployment’s Statuses](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aH2xTT7Q%3A%3Az-HQNhX7RcyHgTUvqMAodg/md) -- `/repos/{{owner}}/{{repo}}/deployments/{{deploymentId}}/statuses`
- **PUT** [Star a Repository for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ypwxdt5w%3A%3Ah_MyDKjYS1GVn9fCoFX1-Q/md) -- `/user/starred/{{owner}}/{{repo}}`
- **GET** [List a Repository’s Deployments](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aIA7bzl4%3A%3ASXbk1-3zSrSC3kTNWZld8A/md) -- `/repos/{{owner}}/{{repo}}/deployments`
- **POST** [Check an OAuth Token for a GitHub Application](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YqIoBXgg%3A%3A0MmZvDpGQXu3RVBILGyi-w/md) -- `/applications/{{clientId}}/token`
- **GET** [List a Repository’s Environments](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aIJbbzxQ%3A%3AlTwNOEFTTwCiomAFuYl23A/md) -- `/repos/{{owner}}/{{repo}}/environments`
- **POST** [Create a GitHub App From a Manifest Code Conversion](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YqRqKWnc%3A%3A0ekUUcyUTzeygNsgsoS6sA/md) -- `/app-manifests/{{code}}/conversions`
- **GET** [List a Repository’s Forks](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aIS9emVw%3A%3AJkwSAbEITdOnTss9fNJcEg/md) -- `/repos/{{owner}}/{{repo}}/forks`
- **GET** [List a Repository’s GitHub Pages Builds](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aIc94q8w%3A%3AAR6_AiM7Tq2UYijn9JqfYA/md) -- `/repos/{{owner}}/{{repo}}/pages/builds`
- **POST** [Create an Installation Access Token for an App Installation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yqj0B-zg%3A%3AmZHcr_mkRX-KBvXHX5LZUQ/md) -- `/app/installations/{{installationId}}/access_tokens`
- **GET** [List an Organization’s Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aImbME-4%3A%3AYOGUy_fSTwG_O0tjcZvLPQ/md) -- `/orgs/{{org}}/repos`
- **DELETE** [Delete an App Authorization Grant for a Client ID](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yqu4LdFM%3A%3AGwzZ2Yp5TP-GNJszNz1tbA/md) -- `/applications/{{clientId}}/grant`
- **GET** [List an Organization’s Rule Suites](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aIyEAx7I%3A%3ASlxXsgSGQ7O7zAxh1ellDA/md) -- `/orgs/{{org}}/rulesets/rule-suites`
- **DELETE** [Delete an OAuth App Token for an Application](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yq2nwMQU%3A%3AiECGz8stRSe2AulC1jNsdg/md) -- `/applications/{{clientId}}/token`
- **GET** [List Public Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aI7VUveU%3A%3Ac9xSM0j9SZKohYowBNP9tQ/md) -- `/repositories`
- **GET** [List Pull Requests Associated With a Commit in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aJErIpF4%3A%3AWdhr8-rJR0WQwW243kmzDQ/md) -- `/repos/{{owner}}/{{repo}}/commits/{{commitSha}}/pulls`
- **GET** [Get an Organization’s Allowed Actions and Reusable Workflows (Selected Policy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YVsjtQ7k%3A%3A8BnPLv5vQW60UWGu5IZkkQ/md) -- `/orgs/{{org}}/actions/permissions/selected-actions`
- **GET** [Get a GitHub App Webhook Delivery](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YrFIS5Bg%3A%3ALpOcaIv9RUqRUPZDHND7Xw/md) -- `/app/hook/deliveries/{{deliveryId}}`
- **GET** [List a Release’s Assets](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aJNKv9xM%3A%3AB0QL-sDvR266qiBCnlcbYg/md) -- `/repos/{{owner}}/{{repo}}/releases/{{releaseId}}/assets`
- **GET** [List a Repository’s Releases](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aJWdZbJQ%3A%3A862X94ZBTF6fURknBAN_tQ/md) -- `/repos/{{owner}}/{{repo}}/releases`
- **GET** [Get a Subscription Plan for a Marketplace Listing Account](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YrWM2hIA%3A%3AMMkNrMc9Qz-cB-aAyLwZ_w/md) -- `/marketplace_listing/accounts/{{accountId}}`
- **GET** [List a User’s Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aJf8_YDY%3A%3AAT5O656ISq-Cu-oK_o6iwg/md) -- `/users/{{username}}/repos`
- **GET** [Get a Stubbed Marketplace Subscription Plan for an Account](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yre4UxOU%3A%3AT2FXbIw_QpSfp9a7CHfYDQ/md) -- `/marketplace_listing/stubbed/accounts/{{accountId}}`
- **GET** [List Repositories for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aJv0FLn0%3A%3A-lTycDc4TMG2EV3FIxpXVA/md) -- `/user/repos`
- **GET** [Get a User’s GitHub App Installation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YrnGKH7Q%3A%3ADIKCn91xQkSskdQ10e8w3A/md) -- `/users/{{username}}/installation`
- **GET** [List a Repository’s Activities](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aJ8PF_Is%3A%3AQNQHjQXnQkCs2dKtS0xFCg/md) -- `/repos/{{owner}}/{{repo}}/activity`
- **GET** [Get an Environment Secret for a Repository Environment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YWEBCnMM%3A%3AhTdpQ5S8RaCDSgv04gfNzw/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/secrets/{{secretName}}`
- **GET** [List a Repository’s Collaborators](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aKFQt8sk%3A%3A4qn-kKxhTjillfx9XotVAw/md) -- `/repos/{{owner}}/{{repo}}/collaborators`
- **GET** [List a Repository’s Contributors](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aKOlTYps%3A%3AwAT3evWeRPO7nkX9HPV1Jg/md) -- `/repos/{{owner}}/{{repo}}/contributors`
- **GET** [List Repository Invitations for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aKgkHHCY%3A%3ACXO0e-iHTe-wYuEIwnmjbQ/md) -- `/user/repository_invitations`
- **GET** [Get a GitHub App Installation by ID](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yr9h11Xw%3A%3A0KQEZ08hQ8SWMmf5dZ79cQ/md) -- `/app/installations/{{installationId}}`
- **GET** [Get the Authenticated GitHub App](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YsLWoxAw%3A%3AUgbFpP-_SMeehFd1zc9Xow/md) -- `/app`
- **GET** [List Accounts for a Marketplace Plan](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YsT_msEw%3A%3Ag0BWe-hSSkO_Y74Xx5pSGQ/md) -- `/marketplace_listing/plans/{{planId}}/accounts`
- **GET** [List Accounts for a Stubbed Marketplace Plan](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ysdki-RE%3A%3Aqzg6S3gwQYKRJhQFyw68sQ/md) -- `/marketplace_listing/stubbed/plans/{{planId}}/accounts`
- **GET** [List App Installations Accessible to the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YsmXC7do%3A%3AScH4SDdgSumL0mpOs9ithg/md) -- `/user/installations`
- **GET** [Get a Repository Environment Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YWLK5cRw%3A%3A4A93db6bTWeJgbtxmRU_lQ/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environment_name}}/variables/{{name}}`
- **GET** [List a Repository’s Rule Suites](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aKyL1PR0%3A%3A49bz1xIqQUeYHAldqb613g/md) -- `/repos/{{owner}}/{{repo}}/rulesets/rule-suites`
- **GET** [List Installations for the Authenticated GitHub App](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YtAU79sg%3A%3AsnLKOocGTxaPTDVHQN6eEQ/md) -- `/app/installations`
- **GET** [List a Repository's Tags](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aK6T3G4c%3A%3AhD255dC4RaGQ9p5rNQzYPw/md) -- `/repos/{{owner}}/{{repo}}/tags`
- **GET** [List GitHub Marketplace Listing Plans](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YtJOlyhQ%3A%3AwLKIk_rfRzaRbC1vbQRAzg/md) -- `/marketplace_listing/plans`
- **GET** [List a Repository’s Teams](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aLCsShsE%3A%3AY7ozKWvySI6nVs1hTh9HLw/md) -- `/repos/{{owner}}/{{repo}}/teams`
- **GET** [List Stubbed Marketplace Listing Plans](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YtRzEXGo%3A%3AaFbYSDlQTl6GvLdIOlpKVg/md) -- `/marketplace_listing/stubbed/plans`
- **GET** [List a Repository’s Webhooks](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aLK3ozq4%3A%3AjRJ0daYmTG6d5mGSIU9jGA/md) -- `/repos/{{owner}}/{{repo}}/hooks`
- **GET** [Get an Organization’s Custom Hosted Runner Image Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YWS9c2Rw%3A%3ABDOnyN07Qna9evYKxy9TIw/md) -- `/orgs/{{org}}/actions/hosted-runners/images/custom/{{imageDefinitionId}}/versions/{{version}}`
- **POST** [Merge a Repository Branch (Create a Merge Commit)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aLTENzYs%3A%3Antcm8MoITqCiGmgbqkZ79A/md) -- `/repos/{{owner}}/{{repo}}/merges`
- **GET** [List Repositories Accessible to the Authenticated User for an Installation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YtjeTdNQ%3A%3Ak__gJtG1Sc2FxfDaNQFTbg/md) -- `/user/installations/{{installationId}}/repositories`
- **POST** [Ping a Repository Webhook](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aLaq6aWk%3A%3ALycODSaMSPCYCe_fY6v8Ag/md) -- `/repos/{{owner}}/{{repo}}/hooks/{{hookId}}/pings`
- **POST** [Redeliver a Repository Webhook Delivery](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aLkFMd5M%3A%3AD1qJT2qbSiGVUhMTdLUGqQ/md) -- `/repos/{{owner}}/{{repo}}/hooks/{{hookId}}/deliveries/{{deliveryId}}/attempts`
- **GET** [Get an Organization Actions Secrets Public Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YWafZ6D0%3A%3A72nwRUAWQfiyXorl0ErDrg/md) -- `/orgs/{{org}}/actions/secrets/public-key`
- **GET** [List the Authenticated User’s Stubbed Marketplace Subscriptions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yt8X2tUw%3A%3A-rq19zYPSdWimnNrXzYG4Q/md) -- `/user/marketplace_purchases/stubbed`
- **DELETE** [Remove a Repository Collaborator](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aLsACZF8%3A%3At6iCVjTBRSS_TpvzVBN5gg/md) -- `/repos/{{owner}}/{{repo}}/collaborators/{{username}}`
- **POST** [Redeliver a GitHub App Webhook Delivery Attempt](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YuE7FodM%3A%3AGFv74nwtSSC_rJZU1o-Bzg/md) -- `/app/hook/deliveries/{{deliveryId}}/attempts`
- **DELETE** [Remove a Branch’s App Access Restrictions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aL0O4NoQ%3A%3AWLDn-HtrRq-EbFNGaVWKWQ/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions/apps`
- **DELETE** [Remove Required Status Check Contexts from a Protected Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aL9NNG84%3A%3AnkHDFpEES5ewDd2B1re0FA/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_status_checks/contexts`
- **GET** [Get an Organization Actions Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YWmsEXM0%3A%3AT-8d1pFbTReR0X-VtgLs0w/md) -- `/orgs/{{org}}/actions/secrets/{{secretName}}`
- **PATCH** [Reset an Application Token](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YuTdPJOI%3A%3AXlBjgEOtT_yRbKlo9AZ63w/md) -- `/applications/{{clientId}}/token`
- **GET** [Get an Organization Actions Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YWuO5NWM%3A%3A5uFmvpo-Q1CHP9Ue3uLNiA/md) -- `/orgs/{{org}}/actions/variables/{{name}}`
- **DELETE** [Remove a Repository Branch Protection’s Team Access Restrictions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aMOqwkJc%3A%3Aj2y-9DRSRASrb8ojWmE-Og/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions/teams`
- **POST** [Rename a Repository Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aMifQ6ws%3A%3AV7_iTU2HQ7iq15eSHFUiRw/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/rename`
- **GET** [Get an Organization's Artifact and Log Retention Settings](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YW9uaA7s%3A%3AMwsWK1xmRx2t0IMIwBpRoA/md) -- `/orgs/{{org}}/actions/permissions/artifact-and-log-retention`
- **PUT** [Replace a Repository’s Topics](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aMrvJQuQ%3A%3AKB7MAn1RSZy4996nm6I_ng/md) -- `/repos/{{owner}}/{{repo}}/topics`
- **GET** [Get an Organization’s Default GitHub Actions Workflow Permissions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YXU-y2hw%3A%3AG8FW6obfTTS8aihAR_OlJQ/md) -- `/orgs/{{org}}/actions/permissions/workflow`
- **GET** [List an Organization's Billing Budgets](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YvRzJqpI%3A%3A0GtMmSdpSHib0PF4P1uMRA/md) -- `/organizations/{{org}}/settings/billing/budgets`
- **GET** [Get an Organization’s Billing Premium Request Usage Report](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yvk3oLXg%3A%3A4R92K8qYT_OBXB9dgbS7hQ/md) -- `/organizations/{{org}}/settings/billing/premium_request/usage`
- **PUT** [Set a Branch’s App Access Restrictions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aND7LVHw%3A%3AroiYTp35RbaIUyJWLVC97A/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions/apps`
- **GET** [Get an Organization’s Billing Usage Report](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yv2iX0zY%3A%3Azw6qOcEUS_OfLRSvslLakQ/md) -- `/organizations/{{org}}/settings/billing/usage`
- **PUT** [Set Team Access Restrictions for a Protected Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aNU5ED_s%3A%3AtZdQQLn3QJKTrsOlzoYeDQ/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions/teams`
- **POST** [Transfer a Repository to a New Owner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aN2bypS0%3A%3A6IdFNC2zT26fFMGFdUjB1w/md) -- `/repos/{{owner}}/{{repo}}/transfer`
- **PUT** [Update a Repository Environment Deployment Branch Policy](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aOHkYJUc%3A%3Ahq9Z0phNRo2b0oTgSHO-Dw/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/deployment-branch-policies/{{branchPolicyId}}`
- **PATCH** [Update a Release Asset (for a Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aOXFy_TA%3A%3AAluOdw3HSGq2ODvfMtdtsw/md) -- `/repos/{{owner}}/{{repo}}/releases/assets/{{assetId}}`
- **PATCH** [Update a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aOe9-Gvc%3A%3AE993VLqyR_mi3915bjgDGw/md) -- `/repos/{{owner}}/{{repo}}`
- **POST** [Create a Repository Check Run](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yw_zVGPk%3A%3A2n5Qr_eCTI2rnYNagFUstg/md) -- `/repos/{{owner}}/{{repo}}/check-runs`
- **PATCH** [Update a Repository Invitation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aOp40Me4%3A%3ADwsNsuOVQ-OQ2pyo8fr8TA/md) -- `/repos/{{owner}}/{{repo}}/invitations/{{invitationId}}`
- **PUT** [Update a Repository Ruleset](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aOxmxsi0%3A%3AEXJKuPSpRD2xzbPXRmkr-g/md) -- `/repos/{{owner}}/{{repo}}/rulesets/{{rulesetId}}`
- **PATCH** [Update a Repository Webhook](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aO5Ie3oo%3A%3A8GO5gbUuR1yIn9NxTtOPVA/md) -- `/repos/{{owner}}/{{repo}}/hooks/{{hookId}}`
- **PATCH** [Update a Repository Webhook Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aPA2onEI%3A%3AL-LlesN4SSyYSrwEdgTyhw/md) -- `/repos/{{owner}}/{{repo}}/hooks/{{hookId}}/config`
- **PUT** [Update an Organization Ruleset](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aPIUc4As%3A%3ABLHxUnZOTGmAncrCVLD8tw/md) -- `/orgs/{{org}}/rulesets/{{rulesetId}}`
- **PUT** [Update a Repository Branch’s Protection](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aPP8pT7w%3A%3AWmHEMbXLShezKbt7oR2ZnQ/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection`
- **PUT** [Update a Repository’s GitHub Pages Site Information](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aPYGptTM%3A%3A9NC3QDtMQ2aD0HkMxYSzeQ/md) -- `/repos/{{owner}}/{{repo}}/pages`
- **PATCH** [Update a Branch’s Required Pull Request Review Protection](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aPiDmLVc%3A%3AVuN1w4oCSYCVsHKn-bhsCw/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_pull_request_reviews`
- **PATCH** [Update a Branch’s Required Status Check Protection](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aPqd3Nlo%3A%3ABiwHdF5JQPagEmKm_1jNaw/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_status_checks`
- **GET** [Search Code](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aP_Ipvqs%3A%3AtRVK-FuHRKCj6bvmUQTf6w/md) -- `/search/code`
- **GET** [Get an Organization’s Fork PR Contributor Approval Permissions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YXlvmgeM%3A%3APv3FFh-RT5y1-OD7wF4nWg/md) -- `/orgs/{{org}}/actions/permissions/fork-pr-contributor-approval`
- **PATCH** [Update a Repository Check Run](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YyfPYtGY%3A%3AslVpnR1nSwCXgcICIv7c9A/md) -- `/repos/{{owner}}/{{repo}}/check-runs/{{checkRunId}}`
- **GET** [Search Issues and Pull Requests](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aQSm9fiw%3A%3ASA3NXZjOSaO9_oQKZVuIeg/md) -- `/search/issues`
- **PATCH** [Update a Repository’s Check Suite Preferences](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yym-WS2g%3A%3AQUkJDxYuSMWNpHRsy8npTA/md) -- `/repos/{{owner}}/{{repo}}/check-suites/preferences`
- **GET** [Search Labels in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aQcgQZpM%3A%3A4Ovo4DuZSgWs7Jw5KcIBNg/md) -- `/search/labels`
- **GET** [Search Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aQlvgUK8%3A%3AJ8cbD6_UTzK4GCP9MEJFIw/md) -- `/search/repositories`
- **GET** [Search Topics](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aQt1BJvE%3A%3AYYmTdWWNQuOt-i6Q6JRkIQ/md) -- `/search/topics`
- **POST** [Create a Repository Push Protection Bypass](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aQ-36_OQ%3A%3ADvTkENHDSJW113ki3wdWcw/md) -- `/repos/{{owner}}/{{repo}}/secret-scanning/push-protection-bypasses`
- **GET** [Get an Assignment’s Grades](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yy8F76gc%3A%3A8yKIY8u9TSy6JJV8I4dYzg/md) -- `/assignments/{{assignmentId}}/grades`
- **GET** [Get a Repository Secret Scanning Alert](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aRG3ts54%3A%3A6sbjTzuMRO2B6nwEHormFg/md) -- `/repos/{{owner}}/{{repo}}/secret-scanning/alerts/{{alertNumber}}`
- **GET** [List a Classroom's Assignments](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YzLoPLeQ%3A%3AovUqym_bQv2WO8tl_B4iJg/md) -- `/classrooms/{{classroomId}}/assignments`
- **GET** [Get a Repository’s Secret Scanning Scan History](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aROxHBU4%3A%3ApP8KXcB4T_WAGrqTyq3Hfg/md) -- `/repos/{{owner}}/{{repo}}/secret-scanning/scan-history`
- **GET** [List an Organization's Secret Scanning Pattern Configurations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aRiFvVQ8%3A%3A83sHaMbcT42p_jcm5hOQmg/md) -- `/orgs/{{org}}/secret-scanning/pattern-configurations`
- **GET** [List a Repository’s Secret Scanning Alerts](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aRvo0XrM%3A%3Ar3HnA_7aQFSa88ItuRn-gA/md) -- `/repos/{{owner}}/{{repo}}/secret-scanning/alerts`
- **GET** [List an Organization's Secret Scanning Alerts](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aR8zAADQ%3A%3ATE2-iIYURPKgY0p27t5ZkQ/md) -- `/orgs/{{org}}/secret-scanning/alerts`
- **PATCH** [Update an Organization's Secret Scanning Pattern Configurations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aSQBHPkM%3A%3AFzhccOI0ROuszdABYrtf5w/md) -- `/orgs/{{org}}/secret-scanning/pattern-configurations`
- **DELETE** [Delete a Repository Code Scanning Analysis](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yz03kbj4%3A%3Ag5BkVeXeQN-Be4DAKxP-Lg/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/analyses/{{analysisId}}`
- **POST** [Create a Repository Security Advisory](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aSbuIyLw%3A%3Ah88HFdycRP6p9mwBGdIq0g/md) -- `/repos/{{owner}}/{{repo}}/security-advisories`
- **DELETE** [Delete a Repository's CodeQL Database for a Language](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yz85ARnw%3A%3Aisx2maHTQK24XUMWjqqEww/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/codeql/databases/{{language}}`
- **POST** [Create a Temporary Private Fork for a Repository Security Advisory](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aSlgONmE%3A%3AY5Nf4jDKSr2kMsY_8FRQJQ/md) -- `/repos/{{owner}}/{{repo}}/security-advisories/{{ghsa_id}}/forks`
- **GET** [Get a Repository Code Scanning Alert](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y0ERnbNU%3A%3ANx_oKVjPQCOwiKkdl6LFQQ/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/alerts/{{alert_number}}`
- **GET** [Get a Global Security Advisory](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aStcDOBI%3A%3AvmaJca9jSnSS4Cm7GpAb_A/md) -- `/advisories/{{ghsaId}}`
- **GET** [Get a Repository Security Advisory](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aS1zqzBw%3A%3A9HPHUS6HTJG35kFcZX12gw/md) -- `/repos/{{owner}}/{{repo}}/security-advisories/{{ghsaId}}`
- **GET** [Get a Repository’s Code Scanning Default Setup Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y0Sv_NnQ%3A%3Afs7pXG7IQHaZ6ipH-yraAg/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/default-setup`
- **GET** [List Global Security Advisories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aTEu1nQw%3A%3AjJnkbiIhQOuMyMw5z64_ZA/md) -- `/advisories`
- **GET** [Get a Repository’s CodeQL Database](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y0ahbO8I%3A%3APx2wwUloR8aYFQiV58OkZg/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/codeql/databases/{{language}}`
- **GET** [List a Repository's Security Advisories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aTOoITuw%3A%3APC-DbyjFTcOgK2xPgsvIJA/md) -- `/repos/{{owner}}/{{repo}}/security-advisories`
- **GET** [Get a Repository’s CodeQL Variant Analysis Summary](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y097Ad8c%3A%3A68oPYOYxTFqIb421ueTJ_A/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/codeql/variant-analyses/{{codeqlVariantAnalysisId}}`
- **GET** [List an Organization's Repository Security Advisories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aTYq4gdw%3A%3A8Am6SfB6T8eovIUISbVmAw/md) -- `/orgs/{{org}}/security-advisories`
- **POST** [Create a Private Vulnerability Report for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aTiSeHO0%3A%3Ag66K2VfaSN-oZY703F-mBg/md) -- `/repos/{{owner}}/{{repo}}/security-advisories/reports`
- **GET** [List a Repository’s CodeQL Databases](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y1n_7dUA%3A%3AAKoi4Sj-QeujM9-6XT8mlg/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/codeql/databases`
- **POST** [Request a CVE for a Repository Security Advisory](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aTq8eUys%3A%3Aj_f2MTcoQze7RnkZ6tTh_Q/md) -- `/repos/{{owner}}/{{repo}}/security-advisories/{{ghsaId}}/cve`
- **GET** [List Instances of a Code Scanning Alert for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y1xwU8zA%3A%3Aq46Jqb7-Rtyp5tAQqwpq9A/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/alerts/{{alertNumber}}/instances`
- **PATCH** [Update a Repository Security Advisory](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aT-HLG0o%3A%3ApMpO6pm7SfSMQJAT76EATQ/md) -- `/repos/{{owner}}/{{repo}}/security-advisories/{{ghsaId}}`
- **PATCH** [Update a Repository Code Scanning Alert](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y15dQjRs%3A%3AnnlqpkYgSNqMNHg4yNr2Eg/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/alerts/{{alertNumber}}`
- **PUT** [Add or Update a Team Membership for a User in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aUGeFxI0%3A%3Ayc067KVXTjeOJoFaid4xnQ/md) -- `/orgs/{{org}}/teams/{{teamSlug}}/memberships/{{username}}`
- **POST** [Upload a Repository SARIF Analysis (Code Scanning)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y2JkNB_w%3A%3AzABMVujpQheYIOPCcpQMgg/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/sarifs`
- **PUT** [Add or Update a Team’s Repository Permissions (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aUfyP7EA%3A%3AyqIGHZxTSY-1bigEMZxHFw/md) -- `/teams/{{teamId}}/repos/{{owner}}/{{repo}}`
- **POST** [Create an Enterprise Code Security Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y2qcyudg%3A%3AgNRrreEyTxOwgikl4PbdTQ/md) -- `/enterprises/{{enterprise}}/code-security/configurations`
- **GET** [Check a Team’s Permissions for a Repository (in an Organization)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aUvetrLM%3A%3AIk2jAQ_ZSei-r7Q-xf4ZOw/md) -- `/orgs/{{org}}/teams/{{teamSlug}}/repos/{{owner}}/{{repo}}`
- **DELETE** [Delete an Organization Code Security Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y2x5GBA8%3A%3ArlMyJ3aUSBK84-8U1v_0Sw/md) -- `/orgs/{{org}}/code-security/configurations/{{configurationId}}`
- **GET** [Check a Team’s Permissions for a Repository (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aU36k8Ag%3A%3ApeANNuxdSxGAxoOIaF2gLw/md) -- `/teams/{{teamId}}/repos/{{owner}}/{{repo}}`
- **DELETE** [Delete an Enterprise Code Security Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y24zT_TE%3A%3A-NHO45wpRwe7IphA8aXnJA/md) -- `/enterprises/{{enterprise}}/code-security/configurations/{{configurationId}}`
- **POST** [Create an Organization Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aU_fPyJQ%3A%3AAMtfc0jvRvi7wd64dxa8jA/md) -- `/orgs/{{org}}/teams`
- **DELETE** [Delete an Organization Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aVHeHNMk%3A%3AiXCPRmS3S8GY8UfuXug_3A/md) -- `/orgs/{{org}}/teams/{{team_slug}}`
- **GET** [Get a Legacy Team by ID](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aVWrLsbw%3A%3ADCU3Us-DQlmGqwG4k8fWbw/md) -- `/teams/{{teamId}}`
- **GET** [Get a Team by Name (Org + Team Slug)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aVdswEFQ%3A%3Agbv0BXs_R3-WW4oyDbrP0Q/md) -- `/orgs/{{org}}/teams/{{teamSlug}}`
- **GET** [Retrieve an Enterprise Code Security Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y4MOnlNM%3A%3A3mQjAKAjQL-TMQU8QzvmXg/md) -- `/enterprises/{{enterprise}}/code-security/configurations/{{configurationId}}`
- **GET** [Get a Repository’s GitHub Actions Cache Retention Limit](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YXs4qIgo%3A%3AV3hZpdvST26b1h9Qkro2bA/md) -- `/repos/{{owner}}/{{repo}}/actions/cache/retention-limit`
- **GET** [Get a User’s Team Membership in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aVudhws8%3A%3AhCor2DHARJWor5DKz4VoNg/md) -- `/orgs/{{org}}/teams/{{teamSlug}}/memberships/{{username}}`
- **GET** [List All Codes of Conduct](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y4-rxXBE%3A%3A2BuhVVkcSNm6WBLVy1vF0A/md) -- `/codes_of_conduct`
- **GET** [List a Team’s Pending Invitations (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aWZZjboM%3A%3ATz07CuRsTM6C_sYCxvcZvw/md) -- `/teams/{{teamId}}/invitations`
- **GET** [List an Organization Team’s Members](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aWjegzDs%3A%3AHaSfbWm5Tca3Apqayrn0xg/md) -- `/orgs/{{org}}/teams/{{teamSlug}}/members`
- **GET** [List an Organization Team’s Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aW12kd0s%3A%3AClWylhJJQGqwyVBGHseVnA/md) -- `/orgs/{{org}}/teams/{{teamSlug}}/repos`
- **GET** [List a Team’s Repositories (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aW-U0Tk0%3A%3AF_Vvc4G9RI6c7KjRwTZHtg/md) -- `/teams/{{teamId}}/repos`
- **GET** [List an Organization’s Teams](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aXGxO-q8%3A%3AI74wmqvNTveBorEgUpL0_A/md) -- `/orgs/{{org}}/teams`
- **POST** [Create a Codespace for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y5lolKEA%3A%3AiDP7BBk3TOe1Mi7UnKye1g/md) -- `/user/codespaces`
- **GET** [List Teams for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aXQqLOwA%3A%3AvOwOMKCRSFq4LIE98z0a4w/md) -- `/user/teams`
- **POST** [Create a Repository Codespace (Authenticated User)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y57YgEcY%3A%3AMTN4KULyT4CTKup6FrI_FA/md) -- `/repos/{{owner}}/{{repo}}/codespaces`
- **POST** [Publish an Unpublished Codespace (Create a Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y6DwbQrM%3A%3AeKUy5a3wRjqUJMcQNi7EtA/md) -- `/user/codespaces/{{codespaceName}}/publish`
- **PUT** [Create or Update a Codespaces Secret for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y6UBeTb0%3A%3ACSawkGY9SYm-8H0TzcRWIw/md) -- `/user/codespaces/secrets/{{secretName}}`
- **GET** [Get an Enterprise's GitHub Actions Cache Retention Limit](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YX0zrtkI%3A%3AARZk3QrOSj6DuqD3AzwqLA/md) -- `/enterprises/{{enterprise}}/actions/cache/retention-limit`
- **GET** [Get a GitHub Organization’s Actions Cache Retention Limit](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YX7xBKTc%3A%3AWKaXrWKTS4SpFri_uwcFKA/md) -- `/organizations/{{org}}/actions/cache/retention-limit`
- **DELETE** [Remove a User's Team Membership in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aXwdHSq0%3A%3ApsYpdnfYTmyDnbgHKOLmMw/md) -- `/orgs/{{org}}/teams/{{teamSlug}}/memberships/{{username}}`
- **GET** [Get a Repository’s GitHub Actions Cache Storage Limit](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YYCmrDxY%3A%3A-33g5RFVQmS4mQw1PUAuOQ/md) -- `/repos/{{owner}}/{{repo}}/actions/cache/storage-limit`
- **PATCH** [Update an Organization Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aYBz8GzM%3A%3AG_RfHWj8SCepVco8jymHlQ/md) -- `/orgs/{{org}}/teams/{{teamSlug}}`
- **GET** [Get a GitHub Enterprise’s Actions Cache Storage Limit](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YYJr0Pbk%3A%3At3eGK72ZS-mZ0TL2HLtBCA/md) -- `/enterprises/{{enterprise}}/actions/cache/storage-limit`
- **POST** [Add Email Addresses for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aYRm8NEg%3A%3ACFWP8rwxTXO5osLvqsuPGw/md) -- `/user/emails`
- **GET** [Get a GitHub Organization’s Actions Cache Storage Limit](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YYSeh7rk%3A%3AHyitKG47Txef81hATQ4kIA/md) -- `/organizations/{{org}}/actions/cache/storage-limit`
- **POST** [Export a Codespace for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y7K4BaJ4%3A%3AEPu_s6QbRmy5JfhWNS2r1Q/md) -- `/user/codespaces/{{codespaceName}}/exports`
- **POST** [Add Social Accounts for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aYZGzHQU%3A%3AmlsrQ6GLQ6SX-9R07oCQLQ/md) -- `/user/social_accounts`
- **GET** [Get an Authenticated User's Codespace](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y7TGaU_Q%3A%3AgiSFi86lS9uHhK3TyAzkng/md) -- `/user/codespaces/{{codespaceName}}`
- **PUT** [Block a GitHub User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aYgk6ciM%3A%3Alv1akhPHT-Kmi9F8XWowDQ/md) -- `/user/blocks/{{username}}`
- **GET** [Get a Repository’s GitHub Actions Cache Usage](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YYZf-QLc%3A%3AUPvhmYQ-TX6YYTzbjdrE9g/md) -- `/repos/{{owner}}/{{repo}}/actions/cache/usage`
- **GET** [Get a Repository’s GitHub Actions Permissions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YYobDwnQ%3A%3AEr_Ljq2IQIGcarZ5aqOpBw/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions`
- **POST** [Create a GPG Key for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aZDX8u0k%3A%3A_Q4RwixrRV6xqJxOLlKxAQ/md) -- `/user/gpg_keys`
- **GET** [Get GitHub Actions Permissions for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YYvhSM6g%3A%3Aju3SQwVWSUms7EOP9Y41MQ/md) -- `/orgs/{{org}}/actions/permissions`
- **GET** [Get Default Attributes for a New Codespace in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y8CF96fw%3A%3AR3RpdRXvRe2VOin-IvOymg/md) -- `/repos/{{owner}}/{{repo}}/codespaces/new`
- **POST** [Create a Public SSH Key for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aZLBy0f4%3A%3AMMAGX7odQ4GaeJDZrJs6eA/md) -- `/user/keys`
- **DELETE** [Delete a GPG Key for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aZbGNr0o%3A%3AzU6jBIU6TaaWZWvbGDoaUQ/md) -- `/user/gpg_keys/{{gpgKeyId}}`
- **GET** [Get an Organization’s GitHub-hosted Runner Machine Specs](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YY4XKNYI%3A%3AxGgHKwUyTleMC6SPUxxleQ/md) -- `/orgs/{{org}}/actions/hosted-runners/machine-sizes`
- **GET** [List a Repository’s Available Codespaces Machine Types](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y8YhTVtw%3A%3AM4xGb-prTlaBWIl-rWISBw/md) -- `/repos/{{owner}}/{{repo}}/codespaces/machines`
- **GET** [List an Organization’s GitHub-owned Images for GitHub-hosted Runners](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YZAJnZ-o%3A%3AcQOlYNtQSMSBqhLgPqfPKQ/md) -- `/orgs/{{org}}/actions/hosted-runners/images/github-owned`
- **GET** [Get GitHub-hosted Runner Limits for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YZHNTzfQ%3A%3AavxJMvqTQD6V1wYo8vdU1Q/md) -- `/orgs/{{org}}/actions/hosted-runners/limits`
- **GET** [List the Authenticated User’s Codespaces](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y8r8-Tyg%3A%3A7DY0bi9BTkGu90OeE5yAjw/md) -- `/user/codespaces`
- **DELETE** [Delete an Authenticated User’s Email Addresses](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aZsLcT0U%3A%3AS0K98XwuS7Cm8W-8CKfBKQ/md) -- `/user/emails`
- **GET** [List an Organization’s GitHub-Hosted Runners Partner Images](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YZPzF_oM%3A%3AuMEJOplPTdur4bDhquSWCQ/md) -- `/orgs/{{org}}/actions/hosted-runners/images/partner`
- **GET** [List Available GitHub-hosted Runner Platforms for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YZe0Swow%3A%3ASvXw8J_uTyy0V4wgOEoTCw/md) -- `/orgs/{{org}}/actions/hosted-runners/platforms`
- **GET** [List GitHub-hosted Runners for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YbPrH_0Q%3A%3AtNTiHvOGQ0G352ck3fvItQ/md) -- `/orgs/{{org}}/actions/hosted-runners`
- **GET** [List an Organization Runner Group’s GitHub-hosted Runners](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YbY6CBPY%3A%3AgWopky_2Q2uxfgxPVk4s5A/md) -- `/orgs/{{org}}/actions/runner-groups/{{runnerGroupId}}/hosted-runners`
- **GET** [List Jobs for a Workflow Run (in a Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YbrvGYI8%3A%3A0w2VG7W9SFi0R81L0uZFxw/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/jobs`
- **GET** [List an Organization’s Codespaces Secrets](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y9Ua9zMI%3A%3AP8SwKQhTRXCILZHK8SBxkg/md) -- `/orgs/{{org}}/codespaces/secrets`
- **GET** [List Labels for a Repository Self-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yb9U8BIk%3A%3AkkImaTyrS6qazESw0Rvl6g/md) -- `/repos/{{owner}}/{{repo}}/actions/runners/{{runnerId}}/labels`
- **GET** [List Labels for an Organization Self-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YcE2Dil0%3A%3ApVWHjU0RR4mqHRu8Rb-4dw/md) -- `/orgs/{{org}}/actions/runners/{{runnerId}}/labels`
- **GET** [List Repositories Selected for an Authenticated User's Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y9up2Wrk%3A%3ADkc9XhzAQPuP3lVgSawRug/md) -- `/user/codespaces/secrets/{{secretName}}/repositories`
- **GET** [List Selected Repositories for an Organization Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YeGJPABc%3A%3AnR87FU3XR62UMLY3B7xKlA/md) -- `/orgs/{{org}}/actions/secrets/{{secret_name}}/repositories`
- **PUT** [Set an Organization’s Codespaces Access](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y-BUayS0%3A%3A9-loUnUzS_eR_gohyTlhGg/md) -- `/orgs/{{org}}/codespaces/access`
- **DELETE** [Remove a Repository from an Authenticated User's Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y-KBudnE%3A%3A0F2JoVl5RMKlBJ_pHX-NGQ/md) -- `/user/codespaces/secrets/{{secretName}}/repositories/{{repositoryId}}`
- **DELETE** [Remove a Selected Repository from an Organization Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y-SovIRU%3A%3Ax6nO6abvSeGfqXd_HwWYwQ/md) -- `/orgs/{{org}}/codespaces/secrets/{{secret_name}}/repositories/{{repository_id}}`
- **POST** [Re-run a Repository Workflow Run](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YfpgoW-Y%3A%3ArW20a8-GSLiEF8j9U9W1xw/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/rerun`
- **POST** [Start a Codespace for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y-3uyAPQ%3A%3AaoOa_w4rRYqnGDuDkvbWyw/md) -- `/user/codespaces/{{codespaceName}}/start`
- **POST** [Stop an Authenticated User’s Codespace](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y_J0wk70%3A%3AOb2Q1PKSSIKIEjn1OkZtzw/md) -- `/user/codespaces/{{codespaceName}}/stop`
- **POST** [Re-run Failed Jobs for a Repository Workflow Run](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YfyY2tYM%3A%3AMfA4qoMFTHS8USsCZA2QDA/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/rerun-failed-jobs`
- **DELETE** [Remove a Custom Label from a Repository Self-hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yf6tgNuk%3A%3AHsfutygFSCCaOR9FNFuHJw/md) -- `/repos/{{owner}}/{{repo}}/actions/runners/{{runnerId}}/labels/{{name}}`
- **POST** [Delete a User’s Attestations in Bulk](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aaOFtqyY%3A%3AUKYcpeHzQWmy-imMyfzeyQ/md) -- `/users/{{username}}/attestations/delete-request`
- **GET** [Get an Organization’s Copilot Content Exclusion Rules](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y_rouOxg%3A%3A3f_CO-3uRy2KC-1kWgHyYg/md) -- `/orgs/{{org}}/copilot/content_exclusion`
- **DELETE** [Delete Social Accounts for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aaVp_OoE%3A%3ANGW7oqhQQq2Ics0ZzB7X8Q/md) -- `/user/social_accounts`
- **GET** [Get an Organization’s Copilot Metrics](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y__IAxiE%3A%3AEiXqiI-LT32ZoezTJq8i_A/md) -- `/orgs/{{org}}/copilot/metrics`
- **PUT** [Follow a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aacsxH_w%3A%3ArqoizpDiRrCmBXvrSmh9qw/md) -- `/user/following/{{username}}`
- **GET** [Get an Organization Member’s Copilot Seat Assignment Details](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZAGm_LyY%3A%3AaF2WLZCbSsC3GOVfCWq5Dw/md) -- `/orgs/{{org}}/members/{{username}}/copilot`
- **GET** [Get an Authenticated User’s Public SSH Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aas5i_gM%3A%3AjHJ1HdXrTZmCs34L0YvVlw/md) -- `/user/keys/{{keyId}}`
- **GET** [Get an Organization’s Copilot Billing Details](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZAPUCJoU%3A%3ASSipZP3RSfKzzeu72OCshA/md) -- `/orgs/{{org}}/copilot/billing`
- **GET** [Get a GitHub User by Username](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aazzdkTw%3A%3AithburYdQnuJ7M94S3Y2wA/md) -- `/users/{{username}}`
- **GET** [List an Organization's Copilot Seat Assignments](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZAbqmgNo%3A%3As-9RfbBPRmKgTzlRwierJw/md) -- `/orgs/{{org}}/copilot/billing/seats`
- **GET** [Get a User by Account ID](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aa7k8q-4%3A%3A0Mg2MxzST1i-mhfWHrf1YA/md) -- `/user/{{accountId}}`
- **PUT** [Set Copilot Content Exclusion Rules for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZA2ZaCOE%3A%3A3XGrlW0lRf6EBvX5wxTG6w/md) -- `/orgs/{{org}}/copilot/content_exclusion`
- **POST** [Revoke a List of Credentials](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZA9_YSDI%3A%3ATKtKwc_aQ_e4ICrENvrWIg/md) -- `/credentials/revoke`
- **DELETE** [Remove a Self-hosted Runner From an Organization Runner Group](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YgUEw3Yo%3A%3A-o41WX1VTpWx5FxRuZz7XA/md) -- `/orgs/{{org}}/actions/runner-groups/{{runnerGroupId}}/runners/{{runnerId}}`
- **DELETE** [Remove a Repository's Access to an Organization Self-hosted Runner Group](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ygu7Wx8Q%3A%3ANb2Ih4HqRbSkBHd170FZoQ/md) -- `/orgs/{{org}}/actions/runner-groups/{{runnerGroupId}}/repositories/{{repositoryId}}`
- **GET** [Get a User’s Hovercard Context](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3abLzJezc%3A%3AwUuQMw-iSYmHHV1t-M_osg/md) -- `/users/{{username}}/hovercard`
- **PUT** [Set an Organization’s Default GitHub Actions Workflow Permissions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YiU6zWOI%3A%3Aod8OKk49TkGl7WYxg-P27w/md) -- `/orgs/{{org}}/actions/permissions/workflow`
- **PUT** [Create or Update a Repository Dependabot Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZBP84ANY%3A%3AP3yO_ZSjSKGwmh2XNJ8q6g/md) -- `/repos/{{owner}}/{{repo}}/dependabot/secrets/{{secretName}}`
- **GET** [Get the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3abVwgSnA%3A%3Aupr7Ot0XTcSv1ZI7n9NIWQ/md) -- `/user`
- **PUT** [Create or Update a Dependabot Organization Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZBYINoYM%3A%3AVzCnh0NHSTmHYJy3vGgTNg/md) -- `/orgs/{{org}}/dependabot/secrets/{{secretName}}`
- **GET** [List a User’s Attestations for a Subject Digest](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3abgkS9sw%3A%3Ask9uBpwnSs-wH8pWARN2Hg/md) -- `/users/{{username}}/attestations/{{subjectDigest}}`
- **POST** [List a User’s Attestations by Bulk Subject Digests](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3abqH2OoY%3A%3AcHd3F6ElSrmhfxuQQ_kuKg/md) -- `/users/{{username}}/attestations/bulk-list`
- **PUT** [Set GitHub Actions Permissions for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YjfyVWiw%3A%3A4G3I00OyRzWFXZjyOlCFuA/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions`
- **PUT** [Set Repository Access for an Organization Self-Hosted Runner Group](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YkJpNe2U%3A%3A1Pu94vIgSGW5KrgrT4F5ug/md) -- `/orgs/{{org}}/actions/runner-groups/{{runnerGroupId}}/repositories`
- **GET** [Get a Repository's Dependabot Alert](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZBvVddLw%3A%3A7S7uFOEgTpCHNjT5b3EZOA/md) -- `/repos/{{owner}}/{{repo}}/dependabot/alerts/{{alert_number}}`
- **GET** [List a User’s Followers](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ab8FRkHQ%3A%3AROf2zJmqQtqeMKuAgEVddg/md) -- `/users/{{username}}/followers`
- **PUT** [Set Selected Repositories Enabled for GitHub Actions in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YkQwhXXs%3A%3AlZ8RmAFPRxW1O7neBYVdGQ/md) -- `/orgs/{{org}}/actions/permissions/repositories`
- **GET** [List Followers of the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3acEF7NGo%3A%3Aq1l0Mln0RsirSNI16CubUg/md) -- `/user/followers`
- **GET** [List a User's GPG Keys](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3acMn666A%3A%3ASotyY30WSEGFvefgAVmb3A/md) -- `/users/{{username}}/gpg_keys`
- **PUT** [Set Selected Repositories for an Organization Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YkX9Ee0s%3A%3Azbq_BXAMQBGNnW73ZguCxw/md) -- `/orgs/{{org}}/actions/secrets/{{secretName}}/repositories`
- **GET** [List the Authenticated User’s GPG Keys](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3acUa0mu8%3A%3ALxPw2ZQzQH6w_sicauSh9Q/md) -- `/user/gpg_keys`
- **PUT** [Set Selected Repositories for an Organization Actions Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YkgDS3uE%3A%3Abul5opNOQ6q7BqQxBTpTow/md) -- `/orgs/{{org}}/actions/variables/{{name}}/repositories`
- **GET** [List the Authenticated User's Public SSH Keys](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3acwzC10E%3A%3ArowB2FOlR7O6eOMTuuhkyA/md) -- `/user/keys`
- **GET** [List a Repository’s Dependabot Alerts](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZCZRVrS4%3A%3AjApJBT3HQvyBcRiVLRjXVw/md) -- `/repos/{{owner}}/{{repo}}/dependabot/alerts`
- **PUT** [Set Self-Hosted Runners in an Organization Runner Group](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YkoefKzg%3A%3AwN7xWUhXRs-u0S8PeizaPA/md) -- `/orgs/{{org}}/actions/runner-groups/{{runnerGroupId}}/runners`
- **PATCH** [Update a Repository Environment Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YljdqPiE%3A%3AEPGzYE5oR4WDquQxUwpZJA/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/variables/{{name}}`
- **GET** [List Selected Repositories for an Organization Dependabot Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZDU8Uuks%3A%3AH4NY9ZYgTw6YKcEkrYjKJg/md) -- `/orgs/{{org}}/dependabot/secrets/{{secretName}}/repositories`
- **GET** [List SSH Signing Keys for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3adWFQwpc%3A%3AE8SvemBHTSuqyd_0JaqhLQ/md) -- `/user/ssh_signing_keys`
- **GET** [List a User’s Following](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3adesygCw%3A%3ALfZGeqhtToq6wwGgUflQ8A/md) -- `/users/{{username}}/following`
- **GET** [List Users](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3advIwutk%3A%3Ajq02j3YPTfatQkYJF-k3BA/md) -- `/users`
- **PATCH** [Update an Organization Actions Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ylqm-MEU%3A%3ATy1ely_jSHu5bLrW4Trn0g/md) -- `/orgs/{{org}}/actions/variables/{{name}}`
- **GET** [Check if the Authenticated User Starred a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YlxydwCY%3A%3AKn1euVgnRGSC9nvIGa9Fhg/md) -- `/user/starred/{{owner}}/{{repo}}`
- **GET** [List Users Blocked by the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ad4VGL5Y%3A%3AxDJ-MaQlRcij_yOi1PHiXg/md) -- `/user/blocks`
- **PUT** [Set an Organization’s Dependabot Repository Access Default Level](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZD2Mk0wo%3A%3AmvHcPRX2TdSEJAcp2wAXlA/md) -- `/organizations/{{org}}/dependabot/repository-access/default-level`
- **PATCH** [Update a Repository’s Dependabot Alert](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZEDGorMI%3A%3ARc7_M87iSMiS7-qp6H7DTw/md) -- `/repos/{{owner}}/{{repo}}/dependabot/alerts/{{alertNumber}}`
- **PATCH** [Update an Organization's Dependabot Repository Access List](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZELs39P0%3A%3AFxYSAdU5SyW8gjip7KY42w/md) -- `/organizations/{{org}}/dependabot/repository-access`
- **POST** [Create a Dependency Graph Snapshot for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZEaAjtHc%3A%3AGEhBlIOpQ02Lq28wPAj8qw/md) -- `/repos/{{owner}}/{{repo}}/dependency-graph/snapshots`
- **DELETE** [Delete a Repository Subscription](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yl4W4bEg%3A%3AjsJZKwDOS4aKH5HVliJGiQ/md) -- `/repos/{{owner}}/{{repo}}/subscription`
- **GET** [Export a Repository’s Software Bill of Materials (SBOM)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZEjGm6Pg%3A%3ApkKZnTbTTiuB_ZoasiblgA/md) -- `/repos/{{owner}}/{{repo}}/dependency-graph/sbom`
- **GET** [Get a Repository Dependency Diff Between Commits](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZEsqPxaQ%3A%3AbAj0kysdTlGUYnegWE-aiQ/md) -- `/repos/{{owner}}/{{repo}}/dependency-graph/compare/{{basehead}}`
- **DELETE** [Delete a Thread Subscription](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YmCS2JUI%3A%3AFm-rThrMQESl-Rh87sSq3A/md) -- `/notifications/threads/{{threadId}}/subscription`
- **POST** [Rerequest a Repository Check Suite](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YyXdaXus%3A%3AvYWADqg2Tka0AEj-wsq6bw/md) -- `/repos/{{owner}}/{{repo}}/check-suites/{{checkSuiteId}}/rerequest`
- **POST** [Bulk Add Members to an Enterprise Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZFFjXsgg%3A%3AdmRszm2uRw-Ll8gncCoS8g/md) -- `/enterprises/{{enterprise}}/teams/{{enterpriseTeam}}/memberships/add`
- **PATCH** [Update the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aea7m6lE%3A%3AMxLMF6VyQ6yqcbzM650BWA/md) -- `/user`
- **GET** [Get an Enterprise Team Membership for a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZFXc69YU%3A%3AgZzKPcthSKO_-TJFhYP5HA/md) -- `/enterprises/{{enterprise}}/teams/{{enterpriseTeam}}/memberships/{{username}}`
- **GET** [List an Enterprise Team's Members](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZFf89vO0%3A%3ABdAPCxiHS_ud90BTvqVqjQ/md) -- `/enterprises/{{enterprise}}/teams/{{enterpriseTeam}}/memberships`
- **GET** [Get an Enterprise Team’s Organization Assignment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZGIdm3zc%3A%3AocFdmbxuQVWpJwNL8UgO5A/md) -- `/enterprises/{{enterprise}}/teams/{{enterpriseTeam}}/organizations/{{org}}`
- **GET** [List Organizations Assigned to an Enterprise Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZGRja0Fk%3A%3AVyXXwBSTQDe8YER3hVYAUQ/md) -- `/enterprises/{{enterprise}}/teams/{{enterpriseTeam}}/organizations`
- **POST** [Remove an Enterprise Team’s Organization Assignments (Bulk)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZGaIZGXk%3A%3A5F0nQVf9QsC6VEJ_856SUA/md) -- `/enterprises/{{enterprise}}/teams/{{enterpriseTeam}}/organizations/remove`
- **POST** [Create an Enterprise Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZGhhnQoQ%3A%3A0j8F4bXHQUSjYzOEWn6K8A/md) -- `/enterprises/{{enterprise}}/teams`
- **DELETE** [Mark a Notification Thread as Done](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YpCbUYSM%3A%3AfuGyF0eIRsCTF1KbrOyN1Q/md) -- `/notifications/threads/{{threadId}}`
- **DELETE** [Delete an Organization Self-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YRL85BRY%3A%3A_0MqFIKQR8SljtH42eozsQ/md) -- `/orgs/{{org}}/actions/runners/{{runnerId}}`
- **GET** [Get an Enterprise Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZGvo5Fnk%3A%3ASHKTV4UERKe1-VPWWleyfg/md) -- `/enterprises/{{enterprise}}/teams/{{teamSlug}}`
- **GET** [List an Enterprise’s Teams](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZG3Xtyvg%3A%3ALHdGWhphS7uC7c4-gfT-BQ/md) -- `/enterprises/{{enterprise}}/teams`
- **PATCH** [Update an Enterprise Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZG_RpdGI%3A%3AeIKmMeLYQvWZhs8UIjsMXA/md) -- `/enterprises/{{enterprise}}/teams/{{teamSlug}}`
- **POST** [Create a Gist](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZHOF9UwA%3A%3AkVcwmUEwTvW6ELWRkw51tA/md) -- `/gists`
- **POST** [Create a Gist Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZHVi-eDA%3A%3ArxxGtpgzTLWVcswW5stGZQ/md) -- `/gists/{{gistId}}/comments`
- **POST** [Fork a Gist](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZHrjaGrM%3A%3A2UOLALlpR0uF_up9xopNLA/md) -- `/gists/{{gistId}}/forks`
- **GET** [Get a Gist Revision](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZICDZqHs%3A%3AELENMAc2RAqa8Mg3xdXL9g/md) -- `/gists/{{gistId}}/{{sha}}`
- **GET** [List a Gist’s Comments](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZILgrdDE%3A%3AoXsq1wfNQYmFYmqT38wJ9g/md) -- `/gists/{{gistId}}/comments`
- **GET** [List a Gist’s Commits](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZIUflq10%3A%3Ay43wCkkMSwa1u7EX7DnJcA/md) -- `/gists/{{gistId}}/commits`
- **GET** [List a Gist’s Forks](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZIdORqok%3A%3APvrL4VzqTJy-u7zDooVOfg/md) -- `/gists/{{gistId}}/forks`
- **GET** [List a User’s Gists](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZImTmPCo%3A%3AniKw0zzmR_Odd49__qyZkQ/md) -- `/users/{{username}}/gists`
- **GET** [List Public Gists](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZI1OXeGM%3A%3AG-YUfoBnSIiUt2TjV819xQ/md) -- `/gists/public`
- **PATCH** [Update a Gist Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZJcswOnk%3A%3A4s6Cos03TnOg879R4bSTYw/md) -- `/gists/{{gistId}}/comments/{{commentId}}`
- **POST** [Create a Repository Blob](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZJkM0oow%3A%3A6pCvkMJYSue8xhH4Bvy6eQ/md) -- `/repos/{{owner}}/{{repo}}/git/blobs`
- **POST** [Create a Repository Git Reference](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZJzQSbw4%3A%3AFMDSgh1WS5mvn2imiAkk2w/md) -- `/repos/{{owner}}/{{repo}}/git/refs`
- **POST** [Create a Tag Object for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZJ65ywVg%3A%3AIXa2oAwSRUWWLtBYPHbDeA/md) -- `/repos/{{owner}}/{{repo}}/git/tags`
- **POST** [Create a Repository Git Tree](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZKCHKkUA%3A%3AxHBDE-LtSkWfVdTQxLIp3g/md) -- `/repos/{{owner}}/{{repo}}/git/trees`
- **GET** [Get a Repository Blob](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZKQY4im4%3A%3AEeCEzsc8QVCrc9Zd-z9FeA/md) -- `/repos/{{owner}}/{{repo}}/git/blobs/{{fileSha}}`
- **GET** [Get a Repository Git Commit Object](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZKX3Ay5c%3A%3ANm2AiGXOSZy3spF89Asrxw/md) -- `/repos/{{owner}}/{{repo}}/git/commits/{{commitSha}}`
- **GET** [Get a Repository Git Reference](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZKe5vDKs%3A%3Axb13z7ZBRnOWekJ-N_TG3w/md) -- `/repos/{{owner}}/{{repo}}/git/ref/{{ref}}`
- **GET** [Download a Repository Artifact Archive](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YS2QfwzU%3A%3AYGWFvZ_hTaymMt0zikRfMA/md) -- `/repos/{{owner}}/{{repo}}/actions/artifacts/{{artifactId}}/{{archiveFormat}}`
- **GET** [Get a Repository Git Tag](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZKnQatnY%3A%3AZM3jHTpHTAySwQV7nKMRTg/md) -- `/repos/{{owner}}/{{repo}}/git/tags/{{tag_sha}}`
- **GET** [Get a Repository Git Tree](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZKuuKOKA%3A%3ASuUaMhp3QcmjoB8dtOfy1A/md) -- `/repos/{{owner}}/{{repo}}/git/trees/{{treeSha}}`
- **GET** [Get an Organization's GitHub-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YT2nd7Fk%3A%3AH5DlUHvLT16F-hmxxa2uGA/md) -- `/orgs/{{org}}/actions/hosted-runners/{{hostedRunnerId}}`
- **PATCH** [Update a Repository Git Reference](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZK-BoUAw%3A%3Af8MXbEVgQJ2sEdoPzO3NPA/md) -- `/repos/{{owner}}/{{repo}}/git/refs/{{ref}}`
- **POST** [Create a Hosted Compute Network Configuration for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZLT-CYPc%3A%3AxqJCWmxVQ86o2gBG7Vl79Q/md) -- `/orgs/{{org}}/settings/network-configurations`
- **GET** [Get a Repository Actions Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YUU5t-3o%3A%3Avwl5l9eCT-6GP43uo4h50w/md) -- `/repos/{{owner}}/{{repo}}/actions/variables/{{name}}`
- **GET** [Get a Repository’s Self-hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YUb4mOK4%3A%3ApULb-PlySwu7bPsKQqMgHw/md) -- `/repos/{{owner}}/{{repo}}/actions/runners/{{runnerId}}`
- **GET** [Get an Organization’s Hosted Compute Network Settings Resource](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZLpssm9Q%3A%3A52A9zEOGQDqxoLlGByXi2g/md) -- `/orgs/{{org}}/settings/network-settings/{{networkSettingsId}}`
- **GET** [List an Organization’s Hosted Compute Network Configurations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZL1O7SxA%3A%3ATzFhd4IhS3-E65CRM0MxnA/md) -- `/orgs/{{org}}/settings/network-configurations`
- **GET** [Get a Repository’s Artifact and Log Retention Settings](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YW18N2-0%3A%3AO7ilx5sDRj25cJsBG8GaAQ/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions/artifact-and-log-retention`
- **GET** [Get a Repository's Default Workflow Permissions (GitHub Actions)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YXFWWUZo%3A%3A3ETDjGdQShKi87RX7_RrSg/md) -- `/repos/{{owner}}/{{repo}}/actions/permissions/workflow`
- **PUT** [Set Interaction Restrictions for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZM66Mkaw%3A%3ADhb20LeTSQGLH_Fr_UKEkA/md) -- `/repos/{{owner}}/{{repo}}/interaction-limits`
- **PUT** [Set Interaction Restrictions for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZNCNqqQM%3A%3AJx4kYR7dRkCrBfGGYo1V_w/md) -- `/orgs/{{org}}/interaction-limits`
- **PUT** [Set Interaction Restrictions for the Authenticated User’s Public Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZNJjxgME%3A%3Ant4gQiloTcuWWOL3pFcR4w/md) -- `/user/interaction-limits`
- **POST** [Add Issue Field Values to an Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZNkw_awc%3A%3AWjTwFxaGTw-mxgRI7JUqEw/md) -- `/repositories/{{repositoryId}}/issues/{{issueNumber}}/issue-field-values`
- **POST** [Add Labels to a Repository Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZNuIIVYo%3A%3A1SpAz8xPSNKDRW1hqEtr-Q/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/labels`
- **POST** [Add a Sub-Issue to an Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZN2f7jXQ%3A%3AyAvab5w4RAqahErzOtbXjg/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/sub_issues`
- **GET** [Check if a User Can Be Assigned to a Repository Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZOKIFoDE%3A%3A7AHCCZkKTeug9Vo_2eoxLw/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/assignees/{{assignee}}`
- **POST** [Create a Repository Milestone](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZOZBoLtg%3A%3AUspO0UH1SRKPZiVpsK3VSQ/md) -- `/repos/{{owner}}/{{repo}}/milestones`
- **POST** [Create an Issue for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZOgmKVac%3A%3A6mksPa9nTK-WqE9cw3w6sg/md) -- `/repos/{{owner}}/{{repo}}/issues`
- **GET** [Get an Organization’s GitHub Actions Cache Usage](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YYg8cT4E%3A%3AMO1KbY5OT26-jLDnklKv1A/md) -- `/orgs/{{org}}/actions/cache/usage`
- **DELETE** [Delete an Issue Field Value from an Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZPESFSCo%3A%3AKdr9nKKTQ06XJukJDgCGiw/md) -- `/repositories/{{repositoryId}}/issues/{{issueNumber}}/issue-field-values/{{issueFieldId}}`
- **GET** [Get a Repository Label by Name](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZPMqw5nY%3A%3AvktiGDeQSlC1UIqiKoWQ0Q/md) -- `/repos/{{owner}}/{{repo}}/labels/{{name}}`
- **GET** [Get a Repository Milestone](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZPToclZc%3A%3AEk1om4P9TUupLS_IKgLv_w/md) -- `/repos/{{owner}}/{{repo}}/milestones/{{milestone_number}}`
- **GET** [Get a Repository Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZPdCHwHA%3A%3AQ4jcBemHQrqbLH99sC0cPQ/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issue_number}}`
- **GET** [Get a Repository Issue Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZPkl4nmU%3A%3AC9nU9_-gQq-yuADVT3LKDQ/md) -- `/repos/{{owner}}/{{repo}}/issues/comments/{{commentId}}`
- **GET** [Get a Repository Issue Event](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZPsku2Ts%3A%3A986zIm7NRvqodkCZtDIiPg/md) -- `/repos/{{owner}}/{{repo}}/issues/events/{{eventId}}`
- **GET** [Get a Repository Issue’s Parent Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZP0XI0BE%3A%3Ar9_ZZ8ZNT7SJrkTZQLtXWA/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issue_number}}/parent`
- **GET** [List a Repository Issue's Comments](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZQZ7MMvg%3A%3ApVob4N4QRmKVOobeiCnxog/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/comments`
- **GET** [List a Repository’s Issue Comments](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZQjIEykk%3A%3AdZUXW6tnRDWD89yOi8UyyQ/md) -- `/repos/{{owner}}/{{repo}}/issues/comments`
- **GET** [List Issue Events for a Repository Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZQrem_Kg%3A%3AtzfPeM-URUqzENTQwF1EjA/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issue_number}}/events`
- **GET** [List Issue Events for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZQ04l4-k%3A%3AXf5KYxI-RMyA1so7ui0jtg/md) -- `/repos/{{owner}}/{{repo}}/issues/events`
- **GET** [List Issue Field Values for an Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZQ-ET-hk%3A%3AqccGrtv7Qk6A0IG2h0p-wQ/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/issue-field-values`
- **GET** [List a Repository’s Labels](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZRTC-6SU%3A%3AtpsAtaj3RFG4gw_G1xnOaQ/md) -- `/repos/{{owner}}/{{repo}}/labels`
- **GET** [List an Issue’s Labels](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZRbboVq4%3A%3A0nM8jv7dRzquGPYG3tv-qA/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/labels`
- **GET** [List a Repository’s Milestones](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZRtdSycc%3A%3Ac1YFJgrPTAezKhsgIbWWVw/md) -- `/repos/{{owner}}/{{repo}}/milestones`
- **GET** [List Organization Issues Assigned to the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZR6oD4Ls%3A%3AOj5qTAptRpC4439DOrD31A/md) -- `/orgs/{{org}}/issues`
- **GET** [List a Repository’s Issues](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZSGEEgYo%3A%3As9O90_JUTgGLK5TSNPlZxw/md) -- `/repos/{{owner}}/{{repo}}/issues`
- **GET** [Get a Workflow Run’s Usage (Timing)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YaVR3krs%3A%3AKSJzVxbvQWyPszLWT3I6gg/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/timing`
- **GET** [List Jobs for a Workflow Run Attempt (in a Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yb0dv9eU%3A%3Av5s3FtCUTemrH82JgVj-0Q/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/attempts/{{attemptNumber}}/jobs`
- **PATCH** [Mark a Notification Thread as Read](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YpJzdfp0%3A%3AZDipbcPBTI2cjVMjh87RFA/md) -- `/notifications/threads/{{threadId}}`
- **PUT** [Pin an Issue Comment in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZS1D5BjE%3A%3ASsM6FshmR9qliLGr9_afDQ/md) -- `/repos/{{owner}}/{{repo}}/issues/comments/{{commentId}}/pin`
- **DELETE** [Remove a Label from an Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZS8L4RIU%3A%3ALwcsjZGMQ_OhIbGgCkjfVg/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/labels/{{name}}`
- **DELETE** [Remove Assignees from a Repository Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZTM2WIF8%3A%3AL1BPrZqWTmGaQZ0qpp9TNg/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/assignees`
- **DELETE** [Remove a Dependency an Issue Is Blocked By (in a Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZTaACHbI%3A%3ApFIUOJVKRteFNg06ZpIyVQ/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/dependencies/blocked_by/{{issueId}}`
- **PATCH** [Reprioritize a Repository Issue’s Sub-Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZTrnmMiU%3A%3A0hwR5CudRPG_Azujv5wUng/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/sub_issues/priority`
- **PUT** [Set Issue Field Values for an Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZTz_-4Jk%3A%3AxeEkHV1sRz-7k9yXR1G0_A/md) -- `/repositories/{{repositoryId}}/issues/{{issueNumber}}/issue-field-values`
- **PUT** [Set Labels for an Issue (Replace All Labels)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZT70Si8c%3A%3Ahe6dnp_VSC-geLfppSDV5g/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/labels`
- **GET** [Get a Classroom](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yyt5rnME%3A%3AE8sRe6fDSUq8lLsvgNwfAg/md) -- `/classrooms/{{classroomId}}`
- **DELETE** [Unpin an Issue Comment in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZULxN4gM%3A%3ANFoB_53uRkywvbVpbBCW7Q/md) -- `/repos/{{owner}}/{{repo}}/issues/comments/{{commentId}}/pin`
- **PATCH** [Update a Repository Label](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZUTInfnQ%3A%3AokmKkplbTE6vKpvATE-RGA/md) -- `/repos/{{owner}}/{{repo}}/labels/{{name}}`
- **PATCH** [Update a Repository Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZUj7VD4Q%3A%3Akep8h1rCSYavUq3lZYvH9A/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}`
- **GET** [Get a License](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZUyfzbU0%3A%3AKgXnIzv9SsapQdyRlFWpdw/md) -- `/licenses/{{license}}`
- **GET** [List Classrooms](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YzSLadgU%3A%3Ai90_K5VdSvGfuT7W86ar1g/md) -- `/classrooms`
- **POST** [Create a CodeQL Variant Analysis for a Repository (Controller Repo)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yzj8jAeI%3A%3ASbWZT4KPTti2reQwtmQA4Q/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/codeql/variant-analyses`
- **POST** [Render Markdown to HTML](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZVKlhj-4%3A%3ANgZnRGvHQkaLdV8pYxnsww/md) -- `/markdown`
- **POST** [Create an Autofix for a Repository Code Scanning Alert](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YzsqdNZ8%3A%3AbTni_0NPTi-sjFcY9-gZvA/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/alerts/{{alertNumber}}/autofix`
- **GET** [Get a Repository Code Scanning Analysis](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y0LQhB0s%3A%3A0dkvE9WoRXKx5z4FkAOr4w/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/analyses/{{analysisId}}`
- **GET** [Get a Repository’s SARIF Upload Information](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y0ii7YxY%3A%3Axt8tudwvQH-Jy_49Vqivmw/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/sarifs/{{sarifId}}`
- **GET** [Get a Variant Analysis Repository Task Status](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y0s5CNj0%3A%3ADhIZ2eyiTOKLVzsWQRWVYw/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/codeql/variant-analyses/{{codeqlVariantAnalysisId}}/repos/{{repoOwner}}/{{repoName}}`
- **GET** [Get a Code Scanning Alert’s Autofix Status](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y01EA_5k%3A%3AUNJ_k9pfSgy16BFqHk8PGg/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/alerts/{{alertNumber}}/autofix`
- **GET** [List a Repository’s Code Scanning Alerts](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y1KSrBWk%3A%3AArd4jmJxTou37SYcWAkk2w/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/alerts`
- **DELETE** [Remove a Selected Repository from an Organization Actions Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yg-Wpymc%3A%3A9qD8hVt3TAmnx-1m7GCqtA/md) -- `/orgs/{{org}}/actions/variables/{{name}}/repositories/{{repositoryId}}`
- **PUT** [Mark All Notifications as Read (Authenticated User)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YpRjMOXA%3A%3AaD5atBpXTyi5V4ttTQdibA/md) -- `/notifications`
- **PUT** [Set a Repository Subscription](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YpgUzz2s%3A%3A5GJ7CyiUQ_6NQPrNolIu1w/md) -- `/repos/{{owner}}/{{repo}}/subscription`
- **PATCH** [Update a Repository’s Code Scanning Default Setup Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y2BSLH3g%3A%3AbOXyc3P4RXulpkqBSn4jcw/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/default-setup`
- **POST** [Attach an Enterprise Code Security Configuration to Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y2adybkI%3A%3ACcLv9yIRQMiaQqHKWX3MKg/md) -- `/enterprises/{{enterprise}}/code-security/configurations/{{configurationId}}/attach`
- **PUT** [Set a Thread Subscription](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YpoVjdJ8%3A%3AhTUa8r19TZq_l3ywgr5K_g/md) -- `/notifications/threads/{{threadId}}/subscription`
- **GET** [Get GitHub Meta Information](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZVfAXTc0%3A%3AlimwVr2eSiGe6VRidCfzIg/md) -- `/meta`
- **POST** [Create an Organization Code Security Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y2jRy61A%3A%3AB3zUUXZvQT6BZiPGbZXU1g/md) -- `/orgs/{{org}}/code-security/configurations`
- **GET** [Get an Organization’s Code Security Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y3H3OG8w%3A%3ADAJAt5xmRzKUkhYRNdRmBA/md) -- `/orgs/{{org}}/code-security/configurations/{{configurationId}}`
- **GET** [List an Enterprise’s Code Security Configurations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y3QNGfzw%3A%3A3CQq3B7CSVajAbaYIFnV6Q/md) -- `/enterprises/{{enterprise}}/code-security/configurations`
- **GET** [List an Organization's Code Security Configurations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y3ZfdKg8%3A%3A_qx-1hsMQdqzna2v2NfeRg/md) -- `/orgs/{{org}}/code-security/configurations`
- **GET** [Get an Organization’s Default Code Security Configurations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y3g5hXBk%3A%3Altgd9uq0QHOu2pxbB1rqlA/md) -- `/orgs/{{org}}/code-security/configurations/defaults`
- **GET** [Get an Enterprise's Default Code Security Configurations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y3puFcBY%3A%3A86q_kJsXSP2HzeGAQ3W8tQ/md) -- `/enterprises/{{enterprise}}/code-security/configurations/defaults`
- **DELETE** [Delete an App Installation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yq9UcqpU%3A%3AHOCbSEwcRwWhYV4Gv_5TJA/md) -- `/app/installations/{{installationId}}`
- **GET** [Get a Repository Installation for the Authenticated App](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YrOUkH1k%3A%3Ak4xuR4D9SbiVnYdu_ATuBQ/md) -- `/repos/{{owner}}/{{repo}}/installation`
- **GET** [Get a Repository’s Code Security Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y4EsS274%3A%3A21ercA_BSHuiQq6m1wzF-A/md) -- `/repos/{{owner}}/{{repo}}/code-security-configuration`
- **PUT** [Set an Enterprise Code Security Configuration as the Default for New Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y4VTmlaI%3A%3AZ5I6LezMQCuRhM8wW0kBNw/md) -- `/enterprises/{{enterprise}}/code-security/configurations/{{configurationId}}/defaults`
- **PUT** [Set a Code Security Configuration as Default for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y4dnlwPo%3A%3AghGLyhU1QKOA-A5rk01m4w/md) -- `/orgs/{{org}}/code-security/configurations/{{configurationId}}/defaults`
- **PATCH** [Update an Organization Code Security Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y4lMSXCI%3A%3Av1Abm-cuRwuh2bKRISByIQ/md) -- `/orgs/{{org}}/code-security/configurations/{{configurationId}}`
- **PATCH** [Update an Enterprise’s Custom Code Security Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y4vDWyw0%3A%3ApwXgmpk7QVK07VvRa1qt5A/md) -- `/enterprises/{{enterprise}}/code-security/configurations/{{configurationId}}`
- **GET** [Get a Code of Conduct](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y428KV6A%3A%3AVTUL-0A5Q-eqPA4aNloFhQ/md) -- `/codes_of_conduct/{{key}}`
- **GET** [Get an Authenticated User’s Migration Status](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZWicpvFM%3A%3AnB8ohCiaSbSC1CW5k89xVQ/md) -- `/user/migrations/{{migrationId}}`
- **GET** [Get a Repository Import Status](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZWpAtvak%3A%3Ass8GE3ZFQ7SNf4Olgmy_OA/md) -- `/repos/{{owner}}/{{repo}}/import`
- **GET** [List a Repository’s Import Commit Authors](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZW5tXsqc%3A%3AtZ2UDrwTSSGQ62P7Wp6Mwg/md) -- `/repos/{{owner}}/{{repo}}/import/authors`
- **GET** [List an Organization's Migrations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZXJTwS1w%3A%3AxOSZLCAZT1Gtw5UHMJcncg/md) -- `/orgs/{{org}}/migrations`
- **GET** [List Authenticated User Migrations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZXjiCN3w%3A%3AjuIx9-82Q8C-DuRv70QBHg/md) -- `/user/migrations`
- **PATCH** [Map a Commit Author for a Repository Import](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZXsvNTC4%3A%3AC2qva9B2Q1G5Cps302ae1Q/md) -- `/repos/{{owner}}/{{repo}}/import/authors/{{authorId}}`
- **POST** [Start a Migration for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZX0jSsF0%3A%3AqEtHYcOkSdqvEH0or7cxkg/md) -- `/user/migrations`
- **PUT** [Start a Repository Import (GitHub Importer)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZX8fjbag%3A%3AasS-HF-VRj6e7QILFI81Pg/md) -- `/repos/{{owner}}/{{repo}}/import`
- **PATCH** [Update a Repository Import](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZYbK3MHA%3A%3AE-Mf6_BGTMqU0A4tnirbeA/md) -- `/repos/{{owner}}/{{repo}}/import`
- **PATCH** [Update a Repository Import’s Git LFS Preference](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZYkNh-ZQ%3A%3ADYeSDhSjTIWsczdzC0jp1w/md) -- `/repos/{{owner}}/{{repo}}/import/lfs`
- **GET** [List an Enterprise’s OIDC Custom Property Inclusions (Repository Actions)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZZVWgiCk%3A%3AxZoqOdcIQEuAO0o1gT0ZCw/md) -- `/enterprises/{{enterprise}}/actions/oidc/customization/properties/repo`
- **PUT** [Set an Organization’s OIDC Subject Claim Customization Template](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZZm8RCKM%3A%3ABnexVLg4T_eB_Th8mhAUXA/md) -- `/orgs/{{org}}/actions/oidc/customization/sub`
- **DELETE** [Unsuspend a GitHub App Installation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YuyBfYfM%3A%3AJ9ANddxKT36CGnEQ1go69A/md) -- `/app/installations/{{installationId}}/suspended`
- **GET** [Get a User’s Billing Premium Request Usage Report](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YvbOKgIQ%3A%3AmDgFjizjThWyCSU1rgMEmQ/md) -- `/users/{{username}}/settings/billing/premium_request/usage`
- **GET** [Get a User’s Billing Usage Report](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yvt9XwIQ%3A%3AiTDtl8mmTR2AW7ND8qvFgA/md) -- `/users/{{username}}/settings/billing/usage`
- **GET** [Get a User’s Billing Usage Summary](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yv_89O-o%3A%3AZnnZDUzlTrquE71UG6tzEw/md) -- `/users/{{username}}/settings/billing/usage/summary`
- **PATCH** [Update an Organization Budget](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YwQLDAzk%3A%3AWQ4mGG26Tm-aKfAST_EzGA/md) -- `/organizations/{{org}}/settings/billing/budgets/{{budgetId}}`
- **GET** [List an Organization's Campaigns](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YwvhsFt4%3A%3A1sA7IDrMQWC6QG0iWh-r-g/md) -- `/orgs/{{org}}/campaigns`
- **GET** [List a Check Suite’s Check Runs](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yx3lNpZk%3A%3ADL9Zoqp7TEKZYJY_h1nLXA/md) -- `/repos/{{owner}}/{{repo}}/check-suites/{{checkSuiteId}}/check-runs`
- **GET** [List a Repository’s Check Suites for a Git Reference](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YyHTg3Yw%3A%3Azx_dHnKqTaajesePLzb0RQ/md) -- `/repos/{{owner}}/{{repo}}/commits/{{ref}}/check-suites`
- **PUT** [Convert an Organization Member to an Outside Collaborator](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zat3-dI8%3A%3AK08JkfCkR7qYGTenL-cQ4w/md) -- `/orgs/{{org}}/outside_collaborators/{{username}}`
- **POST** [Create an Artifact Deployment Record for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Za2Zqe0E%3A%3Abub6smKzSaKTxG5fGUkvNQ/md) -- `/orgs/{{org}}/artifacts/metadata/deployment-record`
- **GET** [Get a GitHub Classroom Assignment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yy0rVqh0%3A%3AKm9RceOpSiu3YIf_FqCf_Q/md) -- `/assignments/{{assignmentId}}`
- **GET** [List Accepted Assignments for a Classroom Assignment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YzD5ZSAs%3A%3Azh0NFexYSgiRprCjIsazRw/md) -- `/assignments/{{assignmentId}}/accepted_assignments`
- **POST** [Create an Organization Webhook](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZbFW-1P0%3A%3A1FLr9MTfRgikVE6zTMR06w/md) -- `/orgs/{{org}}/hooks`
- **POST** [Commit an Autofix for a Code Scanning Alert](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YzbKUqSk%3A%3AFCoXDDNRQDuiw10QD7XMvg/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/alerts/{{alertNumber}}/autofix/commits`
- **GET** [List an Organization's Code Scanning Alerts](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y1VtAhOg%3A%3Ai59OiBudQFaNQ1k9KjmV4g/md) -- `/orgs/{{org}}/code-scanning/alerts`
- **GET** [List a Repository's Code Scanning Analyses](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y1gdXo9s%3A%3ABiKT6WKVTHysvzkz527roQ/md) -- `/repos/{{owner}}/{{repo}}/code-scanning/analyses`
- **POST** [Attach a Code Security Configuration to an Organization’s Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y2RfqJaY%3A%3AyUKAouQqRkytx2WCpqDgjQ/md) -- `/orgs/{{org}}/code-security/configurations/{{configurationId}}/attach`
- **DELETE** [Detach Code Security Configurations from Organization Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y3AzkvTw%3A%3AlY-DM23FTjGjJJnjSx_E_Q/md) -- `/orgs/{{org}}/code-security/configurations/detach`
- **GET** [List Repositories for an Organization Code Security Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y3yVYHLE%3A%3AFRFqQbSjQLa8R7UKDi9gPQ/md) -- `/orgs/{{org}}/code-security/configurations/{{configurationId}}/repositories`
- **GET** [Check a Devcontainer Permission Acceptance for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y5eQo_jI%3A%3AfeeFOfuXR9-9VMKOZFrvLQ/md) -- `/repos/{{owner}}/{{repo}}/codespaces/permissions_check`
- **DELETE** [Unstar a Repository for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yp4aTkqA%3A%3AFcGQb-50Ru2tXiOfz9L15w/md) -- `/user/starred/{{owner}}/{{repo}}`
- **PUT** [Add a Repository to an App Installation (Authenticated User)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YqAKkMOg%3A%3A1F7yrE3lSwqbIsxO_WLRhQ/md) -- `/user/installations/{{installationId}}/repositories/{{repositoryId}}`
- **POST** [Create a Scoped Access Token for a GitHub App Client](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yqam8e8E%3A%3AzNVZVZ_lQEGrkit2AkLB3A/md) -- `/applications/{{clientId}}/token/scoped`
- **GET** [Get a Webhook Configuration for an App](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YruOG50Q%3A%3AgS_JkOT2TDWpSCrHrfAqCw/md) -- `/app/hook/config`
- **GET** [Get a GitHub App by Slug](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Yr1nXEaY%3A%3A13XoXlF7TUOHQUHDKIKjLw/md) -- `/apps/{{appSlug}}`
- **GET** [Get an Organization's Installation for the Authenticated App](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YsErmFgA%3A%3AI7ZljDTIRJy9x5Jz_GSguQ/md) -- `/orgs/{{org}}/installation`
- **GET** [List Webhook Deliveries for a GitHub App](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ysu4XKew%3A%3ACOXwRRfVS_yVZJ5L4wrZmA/md) -- `/app/hook/deliveries`
- **GET** [List Installation Requests for the Authenticated GitHub App](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Ys3azxLI%3A%3ACWoKE-etQ7qO4Gk-4akbLQ/md) -- `/app/installation-requests`
- **GET** [List Repositories Accessible to an App Installation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YtacNYtM%3A%3ASmWJ2dFITYeLgP4QagDKCw/md) -- `/installation/repositories`
- **GET** [List Marketplace Subscriptions for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YttjRaNI%3A%3AGY18QFeoQmK0NRvn6jht7w/md) -- `/user/marketplace_purchases`
- **POST** [Enable or Disable a Security Feature for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZdCAzCS4%3A%3AS2Rp_YswS1GNLDeWMQT6FA/md) -- `/orgs/{{org}}/{{securityProduct}}/{{enablement}}`
- **GET** [Get an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZdwuItIQ%3A%3A3kjDYxDuRqOYRE9tzwppSQ/md) -- `/orgs/{{org}}`
- **GET** [Get an Organization Webhook](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZeIEDqbM%3A%3Ak2iJUn9zS1KuCY1P2rqwyg/md) -- `/orgs/{{org}}/hooks/{{hookId}}`
- **GET** [Get an Organization Membership for a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZecKpLvk%3A%3AupFjn9uQReakNrRdLTAzww/md) -- `/orgs/{{org}}/memberships/{{username}}`
- **GET** [Get an Organization’s API Insights Time Stats](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zfm14bQ8%3A%3AZai2H_olSQidwqvEJAnTbA/md) -- `/orgs/{{org}}/insights/api/time-stats`
- **GET** [Get an Organization’s API Time Stats for a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zf7B2abU%3A%3Aq2x0gUrvSkKfGMxi2dR04w/md) -- `/orgs/{{org}}/insights/api/time-stats/users/{{userId}}`
- **GET** [Get a User’s API Usage Stats in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZgIKw6TE%3A%3A9wVwvAXBTGmtSkt8OSiBMA/md) -- `/orgs/{{org}}/insights/api/user-stats/{{userId}}`
- **GET** [List an Organization’s Attestation Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZgsSLxGk%3A%3AN_3dGxi0QiO_noLXfb7o8g/md) -- `/orgs/{{org}}/attestations/repositories`
- **GET** [List an Organization's Attestations by Subject Digest](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zg22K_0k%3A%3A2wW-hxPlTF-uoHkKYnt9bw/md) -- `/orgs/{{org}}/attestations/{{subjectDigest}}`
- **GET** [List an Organization Webhook’s Deliveries](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZhTika74%3A%3Aa51dhqBAQVGPiwvO1dRH7Q/md) -- `/orgs/{{org}}/hooks/{{hookId}}/deliveries`
- **GET** [List an Organization’s Issue Fields](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZhxC9HQs%3A%3A7tFT5XI1TPqngdhW7twkFw/md) -- `/orgs/{{org}}/issue-fields`
- **GET** [Get an Authenticated User’s Codespace Export Details](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y8JLokCE%3A%3Alqf8VIgfRzWEJ9qv9oEfxw/md) -- `/user/codespaces/{{codespaceName}}/exports/{{exportId}}`
- **GET** [List an Organization's Members](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZiJuZwAQ%3A%3AZfiEhFShRQC_yaJ6UGDmTA/md) -- `/orgs/{{org}}/members`
- **GET** [List Organization Memberships for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZiVnRPag%3A%3AhIFSOGzgQdKkMBJ4iueSVA/md) -- `/user/memberships/orgs`
- **GET** [List a User’s Organizations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZitTgkLI%3A%3AwMpNAg1xSB-gprXwgPcu_A/md) -- `/users/{{username}}/orgs`
- **GET** [List Organizations for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zi141CD0%3A%3A-rwJCuRISXG8RqSWGvTbRg/md) -- `/user/orgs`
- **GET** [List an Organization’s Codespaces](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y80U7fyY%3A%3Al_wQIUN7R5mMAV29WhO1hQ/md) -- `/orgs/{{org}}/codespaces`
- **GET** [List an Organization’s Public Members](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZjSuh0ao%3A%3ADBMmtcXVRJe5ZwEhjyEUYg/md) -- `/orgs/{{org}}/public_members`
- **GET** [List Machine Types for an Authenticated User’s Codespace](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y9MywA4A%3A%3AO3LukikhRkOKrhAEKc8MfA/md) -- `/user/codespaces/{{codespaceName}}/machines`
- **GET** [List an Organization PAT Grant’s Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zjc6Lt6g%3A%3AZUFpetdGS1ShjlGhbY_oMg/md) -- `/orgs/{{org}}/personal-access-tokens/{{patId}}/repositories`
- **GET** [List an Organization’s Fine-Grained PAT Grant Request Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZjqKhqhQ%3A%3A-1CKVtQAROqD3xmEIe-VMA/md) -- `/orgs/{{org}}/personal-access-token-requests/{{patRequestId}}/repositories`
- **GET** [List an Organization’s Fine-Grained PAT Access Requests](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zj1X7SvA%3A%3AvV9EvsS1SM2RqPPG-nOfRA/md) -- `/orgs/{{org}}/personal-access-token-requests`
- **GET** [List an Organization’s Security Manager Teams](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zj8_-JjM%3A%3AOFGsrL7UQSmq4hykSLDFjg/md) -- `/orgs/{{org}}/security-managers`
- **GET** [List an Organization's Selected Repositories for Immutable Releases Enforcement](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZkGq-kCo%3A%3AtnuBVvzlQ12OygnTVaYqag/md) -- `/orgs/{{org}}/settings/immutable-releases/repositories`
- **GET** [List Teams Assigned to an Organization Role](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZkO_T3tA%3A%3AYQkViIGOR3qWaBmH6dVY3w/md) -- `/orgs/{{org}}/organization-roles/{{roleId}}/teams`
- **GET** [List an Organization Role’s Assigned Users](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zkfwp1uw%3A%3AIeHV5G3USX2G_jcmbe1c7w/md) -- `/orgs/{{org}}/organization-roles/{{roleId}}/users`
- **GET** [List Selected Repositories for an Organization Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y96jpQ7U%3A%3Ai6fwYE4xQF28r69xiKNfZQ/md) -- `/orgs/{{org}}/codespaces/secrets/{{secretName}}/repositories`
- **GET** [Get a Team’s Copilot Metrics (Organization)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y_2nzZkk%3A%3AQyXbB3CmQKGA_mdpDPmKyA/md) -- `/orgs/{{org}}/team/{{teamSlug}}/copilot/metrics`
- **DELETE** [Remove Selected Teams From an Organization’s Copilot Subscription](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZAj4ulTI%3A%3A9oB9pzpdTIqh_x-xqR1TGA/md) -- `/orgs/{{org}}/copilot/billing/selected_teams`
- **PATCH** [Update an Organization's Issue Field](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZnmBy_hg%3A%3ASPhXbq1wQTWMfvsWqeXklQ/md) -- `/orgs/{{org}}/issue-fields/{{issueFieldId}}`
- **PUT** [Update an Organization Issue Type](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZntlLdvA%3A%3AgVS1G2uQT2eDDXAzwygk2Q/md) -- `/orgs/{{org}}/issue-types/{{issueTypeId}}`
- **DELETE** [Delete a User’s Package](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZoEW9rkM%3A%3A-QhdN3_NTCGdm1aUsnvu3w/md) -- `/users/{{username}}/packages/{{package_type}}/{{package_name}}`
- **DELETE** [Delete an Authenticated User's Package](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZoTPsOzE%3A%3ASLGr2Kt7RZKbxAUsOBYazw/md) -- `/user/packages/{{packageType}}/{{packageName}}`
- **DELETE** [Delete an Organization Dependabot Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZBnEFIgs%3A%3ACqkdPWk1REi-u4y0rJ39JQ/md) -- `/orgs/{{org}}/dependabot/secrets/{{secretName}}`
- **DELETE** [Delete an Authenticated User’s Package Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZoatKG1I%3A%3ASSRab-xDRc6_kpFommZGBw/md) -- `/user/packages/{{package_type}}/{{package_name}}/versions/{{package_version_id}}`
- **DELETE** [Delete a User's Package Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZoiDvXU0%3A%3ABlyFRuxlRnyWInm7DB9RHw/md) -- `/users/{{username}}/packages/{{package_type}}/{{package_name}}/versions/{{package_version_id}}`
- **DELETE** [Delete an Organization’s Package Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zop47Q3Q%3A%3AUZvPxFVnQCu1o7b13qWUQA/md) -- `/orgs/{{org}}/packages/{{package_type}}/{{package_name}}/versions/{{package_version_id}}`
- **GET** [Get a Repository Dependabot Public Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZB2r9y8Q%3A%3Azn6bqYqSSjeuSk0cG3gvNQ/md) -- `/repos/{{owner}}/{{repo}}/dependabot/secrets/public-key`
- **GET** [Get an Organization Package](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zo5YvclE%3A%3A_lA1WP6MSQOtc8dQOHXUjg/md) -- `/orgs/{{org}}/packages/{{package_type}}/{{package_name}}`
- **GET** [Get an Authenticated User’s Package](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZpAUH_7M%3A%3AFsTLHspZToCAmYzoy8lkwQ/md) -- `/user/packages/{{packageType}}/{{packageName}}`
- **GET** [List an Enterprise's Dependabot Alerts](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZCnIWrzc%3A%3AguIhHAxVTzOcOJHkaC0_GQ/md) -- `/enterprises/{{enterprise}}/dependabot/alerts`
- **GET** [List an Organization's Dependabot Alerts](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZC3FF238%3A%3AKVchB5CTQVyse2yMHygSrA/md) -- `/orgs/{{org}}/dependabot/alerts`
- **GET** [List an Organization’s Dependabot Repository Access](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZDey1EWM%3A%3AvHENXK_qROiAKWfu5tnmSw/md) -- `/organizations/{{org}}/dependabot/repository-access`
- **POST** [Bulk Remove an Enterprise Team's Members](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZFOgH4rI%3A%3AsN1wCTnPQIyWKA92-df1Aw/md) -- `/enterprises/{{enterprise}}/teams/{{enterpriseTeam}}/memberships/remove`
- **PUT** [Add an Enterprise Team Organization Assignment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZFvtapm0%3A%3A7h9El6vfQgi210spDfn20A/md) -- `/enterprises/{{enterprise}}/teams/{{enterpriseTeam}}/organizations/{{org}}`
- **GET** [Get a Gist Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZH6QFzDg%3A%3AynbBH3RGS2CaUkejS5PMZg/md) -- `/gists/{{gistId}}/comments/{{commentId}}`
- **GET** [List a User’s Packages](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZqTs9RK8%3A%3ANNIsGJKPQiO0pJT-flNl1g/md) -- `/users/{{username}}/packages`
- **GET** [List an Organization’s Packages](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZqcUDEvE%3A%3AJMNJNOjNRu6WYsKvI81CRQ/md) -- `/orgs/{{org}}/packages`
- **GET** [List Packages for the Authenticated User’s Namespace](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZqmatoKw%3A%3AdBQt5HYjSQ6FRvHkOcOXlg/md) -- `/user/packages`
- **POST** [Restore an Organization Package](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zq2iE-28%3A%3ADJ0p4zrbQfWWrLIonqw1QQ/md) -- `/orgs/{{org}}/packages/{{package_type}}/{{package_name}}/restore`
- **POST** [Restore a Package for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zq-ajekA%3A%3AJIgOJW5eSsqpOrx8D3pbQA/md) -- `/user/packages/{{packageType}}/{{packageName}}/restore`
- **POST** [Create an Organization Private Registry](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZrezDXQY%3A%3Ax6LpY_gDQN24bMc9dNZvkQ/md) -- `/orgs/{{org}}/private-registries`
- **DELETE** [Delete an Organization Private Registry](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zrlk8Sy4%3A%3AF14-ANOHQSOaOHsh-wJUjw/md) -- `/orgs/{{org}}/private-registries/{{secretName}}`
- **GET** [Get an Organization's Private Registry Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zrs8l_0A%3A%3Afa70ZRaVS0im3LnUo0iOYw/md) -- `/orgs/{{org}}/private-registries/{{secretName}}`
- **GET** [List an Organization’s Private Registries](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zr7VQtVA%3A%3AfyiwKP-OQcuhAmrXQ9Jo-A/md) -- `/orgs/{{org}}/private-registries`
- **PATCH** [Update an Organization's Private Registry Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZsCxJQdw%3A%3AdQDB6DWaS7S-ZShemOPq7w/md) -- `/orgs/{{org}}/private-registries/{{secretName}}`
- **POST** [Add a Field to an Organization-owned Project (V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZsK3zJfA%3A%3AVtFSl5aJQKCnlS9nKx-_zg/md) -- `/orgs/{{org}}/projectsV2/{{projectNumber}}/fields`
- **POST** [Add a Field to a User’s Project (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZsThm4ts%3A%3AY8HFhVB0RsGOs_DWLjlcBQ/md) -- `/users/{{username}}/projectsV2/{{projectNumber}}/fields`
- **POST** [Add an Item to an Organization-owned Project (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZscgUlrI%3A%3Al29z7ygQTwaYqgh7y-2dCQ/md) -- `/orgs/{{org}}/projectsV2/{{projectNumber}}/items`
- **POST** [Add an Item to a User-owned Project (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZskyidX0%3A%3AbaonPwOqT4KBTENzbbN6Iw/md) -- `/users/{{username}}/projectsV2/{{projectNumber}}/items`
- **POST** [Create a Draft Item for an Organization-Owned Project](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zs99BAkk%3A%3AtzXU7gSLTGyn5d5WJFR6pQ/md) -- `/orgs/{{org}}/projectsV2/{{projectNumber}}/drafts`
- **GET** [Get an Organization Project Item](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zto2hAhw%3A%3AKL1FdOd4So6t_-CzTSlV0Q/md) -- `/orgs/{{org}}/projectsV2/{{projectNumber}}/items/{{itemId}}`
- **GET** [Get an Organization Project (Projects V2) Field](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZtwW31Tw%3A%3AvaAlY5olQxWFpIR6JqQKSQ/md) -- `/orgs/{{org}}/projectsV2/{{projectNumber}}/fields/{{fieldId}}`
- **PATCH** [Update an Organization’s Hosted Compute Network Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZL-NNF0Q%3A%3A59eyl6__SDu2yuF0eCTzow/md) -- `/orgs/{{org}}/settings/network-configurations/{{networkConfigurationId}}`
- **GET** [Get a User-owned Project (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZuHschek%3A%3ANAsBXZHRT4avsErfsEo7FQ/md) -- `/users/{{username}}/projectsV2/{{projectNumber}}`
- **GET** [List an Organization Project’s Fields (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zu1EUlYI%3A%3AyjRd-SopSe2IByN3Gf5bJw/md) -- `/orgs/{{org}}/projectsV2/{{projectNumber}}/fields`
- **GET** [List a User's Projects (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZvPoSP1s%3A%3ABtxYtV_6RE2o6HGhEPwrKw/md) -- `/users/{{username}}/projectsV2`
- **PATCH** [Update an Organization Project Item](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZvXqBIkU%3A%3AeKNcTKcvR1aOBCfsI6KQQw/md) -- `/orgs/{{org}}/projectsV2/{{projectNumber}}/items/{{itemId}}`
- **POST** [Add Blocked By Dependency to Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZNRbZHw0%3A%3ApKQhndo4Q--xV6dC43Bh-g/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/dependencies/blocked_by`
- **POST** [Add Assignees to a Repository Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZNcQOZCE%3A%3Asp4gI7LVS8K40RI9_8gfzA/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/assignees`
- **GET** [Check if a User Can Be Assigned to a Repository Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZN-9v-Rk%3A%3A3rlKK_-5Sv2pucLb9uBLPQ/md) -- `/repos/{{owner}}/{{repo}}/assignees/{{assignee}}`
- **POST** [Create a Pull Request for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zvwimv2M%3A%3AOUXep-YSTTahrYwgTonbEQ/md) -- `/repos/{{owner}}/{{repo}}/pulls`
- **POST** [Create a Repository Issue Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZOoc4oFA%3A%3AUOz67P0HTeaVbBehDxsQSA/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/comments`
- **GET** [List a Repository’s Issue Assignees](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZP71euSk%3A%3AizDqkNjPS9KjwB2UAZoxBw/md) -- `/repos/{{owner}}/{{repo}}/assignees`
- **GET** [List Issues Assigned to the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZRK0QX5o%3A%3A6KJNkfJsTq-Xg6GbV2YeXQ/md) -- `/issues`
- **PUT** [Lock a Repository Issue or Pull Request Conversation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZSr1g-Rc%3A%3AIt-wmVulR2S2xotoru3CHg/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/lock`
- **GET** [Get a Pull Request Review](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zw9C1EbQ%3A%3AamNK2DgaS5WymBJ0Hxldsg/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/reviews/{{reviewId}}`
- **PATCH** [Update a Repository Milestone](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZUbvekAA%3A%3AFt_vC8C8TQ6tsIUBIQguxA/md) -- `/repos/{{owner}}/{{repo}}/milestones/{{milestoneNumber}}`
- **PATCH** [Update a Repository Issue Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZUrXlbzY%3A%3A-_wb-MeISXOBTvg86Za6Rw/md) -- `/repos/{{owner}}/{{repo}}/issues/comments/{{commentId}}`
- **GET** [List a Pull Request’s Commits](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZxXzSk78%3A%3A0SRs8dqXTaKnc9elfIpn2w/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/commits`
- **GET** [List a Repository’s Pull Requests](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZxjBXxMQ%3A%3A_MimZcghS8q0ydHS-ZafJg/md) -- `/repos/{{owner}}/{{repo}}/pulls`
- **PUT** [Add a Selected Repository to an Authenticated User Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y5Gv092w%3A%3ABjY_vSl3RXqvxuGyy_TwIg/md) -- `/user/codespaces/secrets/{{secretName}}/repositories/{{repositoryId}}`
- **PUT** [Add a Selected Repository to an Organization Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y5PMsdG0%3A%3A8JtH0JAfQbWrbEXnC9tMrQ/md) -- `/orgs/{{org}}/codespaces/secrets/{{secret_name}}/repositories/{{repository_id}}`
- **POST** [Add Selected Users to an Organization’s Codespaces Access List](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y5WUAS8U%3A%3AN-O1Z9cqRKObj-Z4XIhqSQ/md) -- `/orgs/{{org}}/codespaces/access/selected_users`
- **POST** [Create a Codespace for a Pull Request (Authenticated User)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y5xDxlQQ%3A%3AZHiWi98rQF-S9VWHDaZYJQ/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/codespaces`
- **PUT** [Create or Update a Repository Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y6L6yme4%3A%3AgfrafSROTWSesUwE-UseWA/md) -- `/repos/{{owner}}/{{repo}}/codespaces/secrets/{{secretName}}`
- **PUT** [Create or Update an Organization Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y6cHkHDw%3A%3AYeFPZe-IQwa5_rutAuPSkw/md) -- `/orgs/{{org}}/codespaces/secrets/{{secretName}}`
- **DELETE** [Delete the Authenticated User’s Codespace](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y6jgYbI4%3A%3ADg6Kc1IYQZKNcwqUK5ftFg/md) -- `/user/codespaces/{{codespaceName}}`
- **DELETE** [Delete an Organization Member's Codespace](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y6rFKAJ8%3A%3APVIKIwoOQ0yUY9I5sv0OPg/md) -- `/orgs/{{org}}/members/{{username}}/codespaces/{{codespaceName}}`
- **DELETE** [Delete a Repository Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y6yKgp8Q%3A%3AsFvw4r83QT2_EQTsbDgrgA/md) -- `/repos/{{owner}}/{{repo}}/codespaces/secrets/{{secret_name}}`
- **DELETE** [Delete an Authenticated User's Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y65xaFJQ%3A%3AOwpPMqM1TwC7o_okkEK_nA/md) -- `/user/codespaces/secrets/{{secretName}}`
- **DELETE** [Delete an Organization Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y7CPxdBM%3A%3AKEaq2dqoRouz86mu-xNe9Q/md) -- `/orgs/{{org}}/codespaces/secrets/{{secretName}}`
- **GET** [Get a Repository Codespaces Secrets Public Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y7aGOr4o%3A%3AGvpPFk1iTZm709BDEX0iKQ/md) -- `/repos/{{owner}}/{{repo}}/codespaces/secrets/public-key`
- **GET** [Get a Repository Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y7hONICM%3A%3Ax0BVqDZOQS6Zxxz-2qQ9vQ/md) -- `/repos/{{owner}}/{{repo}}/codespaces/secrets/{{secretName}}`
- **DELETE** [Delete a Repository Self-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YREOrAl0%3A%3AIokHnWAJRNW-htm75hv1uw/md) -- `/repos/{{owner}}/{{repo}}/actions/runners/{{runnerId}}`
- **DELETE** [Delete a Repository Workflow Artifact](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YRjSgIOU%3A%3AfWZkLAPyTjODUIfngEjDSw/md) -- `/repos/{{owner}}/{{repo}}/actions/artifacts/{{artifactId}}`
- **GET** [Get an Authenticated User's Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y7ozO-_o%3A%3AWw0HgGO0RCmZGYQGS4mVbA/md) -- `/user/codespaces/secrets/{{secretName}}`
- **GET** [Get a Codespaces Secrets Public Key for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y7w1JoSs%3A%3AkPsMvBCBSROowL7IHBsIVg/md) -- `/orgs/{{org}}/codespaces/secrets/public-key`
- **DELETE** [Delete an Organization Actions Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YSKq8hTg%3A%3Ad5o03ZPqQAWqFH4X3_Ck_A/md) -- `/orgs/{{org}}/actions/variables/{{name}}`
- **GET** [Download a Workflow Job’s Logs (Redirect URL)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YS-MIjR0%3A%3AkXzqFiSQS-u_m3wgZejBpA/md) -- `/repos/{{owner}}/{{repo}}/actions/jobs/{{jobId}}/logs`
- **GET** [Get an Organization Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y75RoJIg%3A%3ATuz-8YrDSLWtc26gCL13CQ/md) -- `/orgs/{{org}}/codespaces/secrets/{{secretName}}`
- **GET** [Get Codespaces Secrets Public Key for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y8QLxEaU%3A%3AwKkciTfwSmiclZlS1qcrEA/md) -- `/user/codespaces/secrets/public-key`
- **GET** [Download a Workflow Run Attempt’s Logs (Redirect URL)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YTGm-PH0%3A%3Agky986NJTPiKLi-ztfqRHQ/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/attempts/{{attemptNumber}}/logs`
- **GET** [List a User's Codespaces in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y8jGlf7A%3A%3AsxSR3fsPRYGT-2malzz5FQ/md) -- `/orgs/{{org}}/members/{{username}}/codespaces`
- **GET** [List Codespaces in a Repository for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y89m8a-E%3A%3A_D0vlj8GTeuMiYPeRx-gkA/md) -- `/repos/{{owner}}/{{repo}}/codespaces`
- **GET** [List a Repository’s Devcontainer Configurations (Authenticated User)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y9FW0zGg%3A%3AsPzbZ_xJSmORit1tjl7TTw/md) -- `/repos/{{owner}}/{{repo}}/codespaces/devcontainers`
- **GET** [List a Repository's Codespaces Secrets](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y9d6FHyk%3A%3AzhyQPnSQRQu1TQixpDODFg/md) -- `/repos/{{owner}}/{{repo}}/codespaces/secrets`
- **GET** [List Codespaces Secrets for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y9lsJh1Y%3A%3AVu3MaJQLSTeg73L14Ljlrg/md) -- `/user/codespaces/secrets`
- **DELETE** [Remove Selected Users from an Organization's Codespaces Access](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y-b4dRP4%3A%3AOfCAGgd7SGSBRzyPyDzSCg/md) -- `/orgs/{{org}}/codespaces/access/selected_users`
- **PUT** [Set Selected Repositories for an Authenticated User Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y-kmvUFM%3A%3AmvAPwMMjTYizw9PCkTK22Q/md) -- `/user/codespaces/secrets/{{secretName}}/repositories`
- **PUT** [Set Selected Repositories for an Organization Codespaces Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y-uJAaCI%3A%3AlyMfBcIuTgqCTNtSGp6_uw/md) -- `/orgs/{{org}}/codespaces/secrets/{{secretName}}/repositories`
- **POST** [Stop an Organization Member’s Codespace](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y-_xAdKI%3A%3AHsHtz9igQ_-VUpj7asvahw/md) -- `/orgs/{{org}}/members/{{username}}/codespaces/{{codespaceName}}/stop`
- **PATCH** [Update the Authenticated User’s Codespace](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y_TalYzY%3A%3AmwjXRwl9SMWg1d_vz2nz0w/md) -- `/user/codespaces/{{codespaceName}}`
- **POST** [Add Copilot Seats for an Organization’s Selected Teams](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y_b46fLI%3A%3AXjK6642kSxSZ_4WjkEgT4g/md) -- `/orgs/{{org}}/copilot/billing/selected_teams`
- **POST** [Add Copilot Seats for Users in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y_kIIlcE%3A%3APlpQRYu7SY6mcwMD00HATQ/md) -- `/orgs/{{org}}/copilot/billing/selected_users`
- **DELETE** [Cancel Copilot Seat Assignments for Users in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZAsVxeBg%3A%3AYrE57VtgRHi5IbKTEWNJjg/md) -- `/orgs/{{org}}/copilot/billing/selected_users`
- **PUT** [Add a Selected Repository to an Organization Dependabot Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZBGXl5KY%3A%3AZMwXa_lsRkWAURgBUHVyjQ/md) -- `/orgs/{{org}}/dependabot/secrets/{{secretName}}/repositories/{{repositoryId}}`
- **DELETE** [Delete a Repository Dependabot Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZBfddc1s%3A%3AUOhfq9kQQB-SKDk4bsqSPw/md) -- `/repos/{{owner}}/{{repo}}/dependabot/secrets/{{secretName}}`
- **GET** [Get a Repository Dependabot Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZB92_IE8%3A%3AdTsp4xYrTnS0suSHT3F1FA/md) -- `/repos/{{owner}}/{{repo}}/dependabot/secrets/{{secretName}}`
- **GET** [Get an Organization Dependabot Public Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZCFxtghA%3A%3AjjG59IUtT4qHK24znm659Q/md) -- `/orgs/{{org}}/dependabot/secrets/public-key`
- **GET** [Get an Organization Dependabot Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZCM-pPVo%3A%3AJkf8Suf5T3Ca-HnDrfyFaA/md) -- `/orgs/{{org}}/dependabot/secrets/{{secretName}}`
- **GET** [List an Organization’s Dependabot Secrets](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZC_7yiSY%3A%3ATE5sdiXERIWnFYYf2M6zgw/md) -- `/orgs/{{org}}/dependabot/secrets`
- **GET** [List a Repository’s Dependabot Secrets](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZDIIaAro%3A%3AyhaJdV_GRF6K5y09WrJmQw/md) -- `/repos/{{owner}}/{{repo}}/dependabot/secrets`
- **DELETE** [Remove a Selected Repository from an Organization Dependabot Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZDmXOrkw%3A%3AnYgU0VOjT_utOiaoEeeNaQ/md) -- `/orgs/{{org}}/dependabot/secrets/{{secretName}}/repositories/{{repositoryId}}`
- **PUT** [Set Selected Repositories for an Organization Dependabot Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZDuCINuc%3A%3A88vJqlnPQI2jEv1vcxmGeA/md) -- `/orgs/{{org}}/dependabot/secrets/{{secretName}}/repositories`
- **GET** [List GitHub Emojis](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZE0P0Yow%3A%3A9L1CbUxkR7a4QMjjJr7Ofw/md) -- `/emojis`
- **PUT** [Add a Member to an Enterprise Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZE9Mr7NY%3A%3A3WU-t_OaQASY-0o03qaldg/md) -- `/enterprises/{{enterprise}}/teams/{{enterpriseTeam}}/memberships/{{username}}`
- **DELETE** [Remove an Enterprise Team Membership for a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZFnj6TfA%3A%3AOswh48FaQhKyL-zr-PxJQw/md) -- `/enterprises/{{enterprise}}/teams/{{enterpriseTeam}}/memberships/{{username}}`
- **POST** [Add Organizations to an Enterprise Team (Bulk Assignments)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZF30nExI%3A%3A49WcCQe5SRGM5d1FIB-eag/md) -- `/enterprises/{{enterprise}}/teams/{{enterpriseTeam}}/organizations/add`
- **DELETE** [Delete an Organization Assignment for an Enterprise Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZGANYGPY%3A%3Ag5gGWWpBSLqtP60D6lwFmw/md) -- `/enterprises/{{enterprise}}/teams/{{enterpriseTeam}}/organizations/{{org}}`
- **DELETE** [Delete an Enterprise Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZGoSzRQo%3A%3AMWD3CslCSJ2iSbfgcIyISw/md) -- `/enterprises/{{enterprise}}/teams/{{teamSlug}}`
- **GET** [Check if a Gist is Starred](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZHGrmsPM%3A%3AkTTDKxh8S8uO1h5NCn4phQ/md) -- `/gists/{{gistId}}/star`
- **DELETE** [Delete a Gist](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZHcApGV4%3A%3AtrJ7IyykRkejX_d3cgi7ZA/md) -- `/gists/{{gistId}}`
- **DELETE** [Delete a Gist Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZHjuh318%3A%3AeJ8gUSBCTpCt4Y6kliWpaA/md) -- `/gists/{{gistId}}/comments/{{commentId}}`
- **GET** [Get a Gist](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZHzEfRbI%3A%3AQnt9OGxRT069zN2-dva0xw/md) -- `/gists/{{gistId}}`
- **GET** [List the Authenticated User’s Gists](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZIt6fyiE%3A%3ABw3uM-gYRAu8EzrS6WLngQ/md) -- `/gists`
- **GET** [List the Authenticated User’s Starred Gists](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZI9YQ2ww%3A%3An3Mvyo3vTsSEc8-XAbUewA/md) -- `/gists/starred`
- **PUT** [Star a Gist](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZJGB8PT0%3A%3AkWkVc7ngQeeTQkWO_NKuJw/md) -- `/gists/{{gistId}}/star`
- **DELETE** [Unstar a Gist](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZJMw4gbI%3A%3ArQfsk7oZRq-3IhYwJ80aRQ/md) -- `/gists/{{gistId}}/star`
- **PATCH** [Update a Gist](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZJVDCNMc%3A%3APZmLZqHTS5qyGcVCJTR2gQ/md) -- `/gists/{{gistId}}`
- **POST** [Create a Commit in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZJrwmLbo%3A%3ARp9vt2o3RBqDxBLQ1sRRng/md) -- `/repos/{{owner}}/{{repo}}/git/commits`
- **DELETE** [Delete a Repository Git Reference](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZKJKy2zo%3A%3AqOOiWQ2NTpCQNbIAHald6Q/md) -- `/repos/{{owner}}/{{repo}}/git/refs/{{ref}}`
- **GET** [List a Repository’s Matching Git References](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZK2NX9ZE%3A%3AiXzKmTctRSeEa8ARox7QCw/md) -- `/repos/{{owner}}/{{repo}}/git/matching-refs/{{ref}}`
- **GET** [Get a Gitignore Template](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZLFDnDYI%3A%3A7-5DKVr2Tm2uE1eq8UA5YA/md) -- `/gitignore/templates/{{name}}`
- **GET** [List Gitignore Templates](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZLMizzco%3A%3AV3xRIEFuR2qoETworAAl0Q/md) -- `/gitignore/templates`
- **DELETE** [Delete an Organization’s Hosted Compute Network Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZLa-PmuQ%3A%3AMGP3JCf8ROGD16uLlN0Htg/md) -- `/orgs/{{org}}/settings/network-configurations/{{networkConfigurationId}}`
- **GET** [Get an Organization’s Hosted Compute Network Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZLiN0QUk%3A%3Az-HvfBlfS0KUxcs0OBEDEA/md) -- `/orgs/{{org}}/settings/network-configurations/{{networkConfigurationId}}`
- **GET** [Get Interaction Restrictions for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZMLMdsHs%3A%3AQKw2AfukRJGNwujtU0JKYw/md) -- `/repos/{{owner}}/{{repo}}/interaction-limits`
- **GET** [Get an Organization's Interaction Restrictions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZMSbsibo%3A%3AxF0ASLNKSeueD3RfwevQfA/md) -- `/orgs/{{org}}/interaction-limits`
- **GET** [Get Interaction Restrictions for an Authenticated User’s Public Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZMbO9YfE%3A%3AqeIdk5_qTUWyLQxYujes6w/md) -- `/user/interaction-limits`
- **DELETE** [Remove Interaction Restrictions for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZMjiR5-c%3A%3AzwA2ZE1NTe-ynBQUuCRNQw/md) -- `/repos/{{owner}}/{{repo}}/interaction-limits`
- **DELETE** [Remove an Organization’s Interaction Restrictions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZMq_ysWg%3A%3AFqXwpwAfR7O3rKxtEoLMcA/md) -- `/orgs/{{org}}/interaction-limits`
- **DELETE** [Remove Interaction Restrictions for the Authenticated User's Public Repositories](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZMybf5TE%3A%3AodOvUp9sQteGrGfahfoafw/md) -- `/user/interaction-limits`
- **POST** [Create a Repository Label](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZORcQyS8%3A%3AD8jzMfo1TsWRcLg7MVu9XQ/md) -- `/repos/{{owner}}/{{repo}}/labels`
- **DELETE** [Delete a Repository Label](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZOvbCf-A%3A%3ABJZ2aYAdTgSnixYC_M4I2Q/md) -- `/repos/{{owner}}/{{repo}}/labels/{{name}}`
- **DELETE** [Delete a Repository Milestone](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZO15-tOI%3A%3AE-AKfr1vS1mepmFTlw6F6Q/md) -- `/repos/{{owner}}/{{repo}}/milestones/{{milestone_number}}`
- **DELETE** [Delete a Repository Issue Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZO9D8utM%3A%3AVQiSwJibTLyKuH19N7_cOw/md) -- `/repos/{{owner}}/{{repo}}/issues/comments/{{commentId}}`
- **GET** [List an Issue’s Blocking Dependencies](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZQFH3Nk4%3A%3AMOq3-1GjQ5CppwhEd18hng/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/dependencies/blocked_by`
- **GET** [List Dependencies an Issue Is Blocking](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZQN0mmSU%3A%3A9b6dfUE0S9SNoAp_d_S2iA/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/dependencies/blocking`
- **GET** [List Labels for Issues in a Milestone (Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZRkfdjr0%3A%3AgIIPeoJ9RSqRiqqwFimU8g/md) -- `/repos/{{owner}}/{{repo}}/milestones/{{milestoneNumber}}/labels`
- **GET** [List an Issue’s Sub-Issues](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZSOzCznc%3A%3A1R73ort3RICOViG76M0ZOw/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issue_number}}/sub_issues`
- **GET** [List an Issue’s Timeline Events (in a Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZSYdnxB0%3A%3AygY_sk2hSgGWxHqI9VNikA/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/timeline`
- **GET** [List Issues for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZSjn5AFI%3A%3An22CC9-AS-OClqbfc9nQaw/md) -- `/user/issues`
- **DELETE** [Remove All Labels From an Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZTDsDuUU%3A%3AzeGGvEzKTE2V9UQT53JeqA/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/labels`
- **DELETE** [Remove a Repository Issue’s Sub-Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZTh-pW8c%3A%3A_gJYCJ3yTxS0LU4PvOOKoA/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issue_number}}/sub_issue`
- **DELETE** [Unlock a Repository Issue Conversation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZUD4EFp0%3A%3AGtu7KdXZSzaSlwzzUrAQxQ/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/lock`
- **GET** [List Commonly Used Licenses](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZU61wiGQ%3A%3AzRfR-fRgQSGLIaUkLkEOcg/md) -- `/licenses`
- **GET** [Get a Repository's License](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZVDV6BG8%3A%3AEPSGw8iAQ_a4f_SuYXV-Bw/md) -- `/repos/{{owner}}/{{repo}}/license`
- **GET** [List All GitHub API Versions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZVYwkR4s%3A%3Ap28jAHIDQ8q8E2mT7foOGg/md) -- `/versions`
- **GET** [Get the Zen of GitHub](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZVszY61I%3A%3A7Qjj08zcSySt5nrB11jL8g/md) -- `/zen`
- **DELETE** [Cancel a Repository Import](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZV7IR42c%3A%3AIYRPGc5JQtCcl0RGVEmCFQ/md) -- `/repos/{{owner}}/{{repo}}/import`
- **DELETE** [Delete an Organization Migration Archive](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZWJ7eBm0%3A%3ACNTOiansSGOTP5pK8NTPhg/md) -- `/orgs/{{org}}/migrations/{{migrationId}}/archive`
- **GET** [Download an Authenticated User Migration Archive](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZWSRypgo%3A%3APqRm0ksZTVmcq9jSu-ewKg/md) -- `/user/migrations/{{migrationId}}/archive`
- **GET** [Download an Organization Migration Archive](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZWacXDc8%3A%3A3QPX5BDkQz6zok-kSztMWA/md) -- `/orgs/{{org}}/migrations/{{migrationId}}/archive`
- **GET** [List a Repository’s Large Import Files](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZXBH5aQI%3A%3AEvCFY11zSGaZP0ikIxKoiQ/md) -- `/repos/{{owner}}/{{repo}}/import/large_files`
- **GET** [List Repositories for an Authenticated User Migration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZXSkWPu8%3A%3A9dhlyevyR7qzZZ8jwoBGAA/md) -- `/user/migrations/{{migrationId}}/repositories`
- **GET** [List Repositories in an Organization Migration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZXbGLhp0%3A%3AVpdC83spSGG3pPivuTuIOQ/md) -- `/orgs/{{org}}/migrations/{{migrationId}}/repositories`
- **POST** [Start an Organization Migration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZYEwYV8A%3A%3AZugFYvnNSh2oew4TSblHCw/md) -- `/orgs/{{org}}/migrations`
- **DELETE** [Unlock an Authenticated User Migration Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZYL5sZos%3A%3A0T0zo7C3SQq1Kfjq0VC_Kg/md) -- `/user/migrations/{{migrationId}}/repos/{{repoName}}/lock`
- **DELETE** [Unlock an Organization Migration Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZYT10XdU%3A%3ArzSNBtuxTjiHZNSKR9m5KA/md) -- `/orgs/{{org}}/migrations/{{migrationId}}/repos/{{repoName}}/lock`
- **POST** [Create an OIDC Custom Property Inclusion for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZY0D4ObY%3A%3AKGIxyr4qRDaY1iCrYubWlA/md) -- `/orgs/{{org}}/actions/oidc/customization/properties/repo`
- **DELETE** [Delete an Enterprise OIDC Custom Property Inclusion for Repository Actions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZY8rYEEU%3A%3A6pebVapARPu58n5R261EvQ/md) -- `/enterprises/{{enterprise}}/actions/oidc/customization/properties/repo/{{customPropertyName}}`
- **DELETE** [Delete an Organization OIDC Custom Property Inclusion (Repository Property)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZZGPKTyg%3A%3AuzlpWp6wQsiJDbt7SSEJtw/md) -- `/orgs/{{org}}/actions/oidc/customization/properties/repo/{{customPropertyName}}`
- **GET** [List an Organization's OIDC Custom Property Inclusions (Repository Actions)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZZdzS3gM%3A%3AdKn13lupTUOFIthbhIBpzQ/md) -- `/orgs/{{org}}/actions/oidc/customization/properties/repo`
- **PUT** [Add a Security Manager Team to an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZZvAp7Mg%3A%3AynEO51gXQOGlcFFA09dgpg/md) -- `/orgs/{{org}}/security-managers/teams/{{teamSlug}}`
- **PUT** [Assign an Organization Role to a Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZZ26pGdk%3A%3AtVDvLUiHQZ2FfzPzpHAVYA/md) -- `/orgs/{{org}}/organization-roles/teams/{{teamSlug}}/{{roleId}}`
- **PUT** [Assign an Organization Role to a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZZ-mepQw%3A%3AiAoMZWOaREi-T9Fez6dlXw/md) -- `/orgs/{{org}}/organization-roles/users/{{username}}/{{roleId}}`
- **GET** [Check if an Organization Has Blocked a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZaVfXkcM%3A%3A6104p1bFSK2ds8686RWliw/md) -- `/orgs/{{org}}/blocks/{{username}}`
- **GET** [Check an Organization’s Membership for a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZadDrP0s%3A%3Ad_4qfqcfQVOf0IZvGRiqPg/md) -- `/orgs/{{org}}/members/{{username}}`
- **POST** [Create an Organization Invitation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Za98h_Ro%3A%3ATPeetVKpQkGnyBnrGmyqEg/md) -- `/orgs/{{org}}/invitations`
- **POST** [Create an Organization Issue Field](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZbUOXmjQ%3A%3A4glVb_eQQXeqpn3PpPvT5g/md) -- `/orgs/{{org}}/issue-fields`
- **POST** [Create an Issue Type for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZbbkwW7U%3A%3AJz5yZbDCRiS6oPu18cho-w/md) -- `/orgs/{{org}}/issue-types`
- **PUT** [Create or Update an Organization Custom Property Definition](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZbjXuK-0%3A%3ABcJm0BFjSiOhyYNp6ykKXw/md) -- `/orgs/{{org}}/properties/schema/{{customPropertyName}}`
- **PATCH** [Create or Update an Organization’s Custom Properties Schema](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZbqdGw6g%3A%3AMqAK1g85QSiG9XjJkIpznA/md) -- `/orgs/{{org}}/properties/schema`
- **PATCH** [Create or Update Custom Property Values for an Organization’s Repositories (Batch)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zby1SbRg%3A%3AoU584nR_Q-6x5bvxM8AR9Q/md) -- `/orgs/{{org}}/properties/values`
- **DELETE** [Delete an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zb5sZvMw%3A%3AqPMMIb2cQHOF9Nz7cgpNlA/md) -- `/orgs/{{org}}`
- **DELETE** [Delete an Organization Webhook](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZcBuH4tI%3A%3AkIBxrLNITpqTXyYisT-0QA/md) -- `/orgs/{{org}}/hooks/{{hookId}}`
- **DELETE** [Delete an Organization’s Attestation by ID](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZcJMo-50%3A%3A9_fWWsQORHWfrvdeIwIqnQ/md) -- `/orgs/{{org}}/attestations/{{attestationId}}`
- **DELETE** [Delete an Organization's Attestations by Subject Digest](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZcQ-Zwuk%3A%3AIwoD1N4nQu6L5Jng6yYr5g/md) -- `/orgs/{{org}}/attestations/digest/{{subjectDigest}}`
- **POST** [Delete an Organization’s Attestations in Bulk (Delete Request)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZcaJAldw%3A%3Azfk9qXHKSjKATohRnmEbog/md) -- `/orgs/{{org}}/attestations/delete-request`
- **DELETE** [Delete an Organization Issue Field](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zche5mDQ%3A%3AAbA_xMZ6S7iFZpCFvyUuSw/md) -- `/orgs/{{org}}/issue-fields/{{issueFieldId}}`
- **DELETE** [Disable Immutable Releases Enforcement for a Selected Repository in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZcyHjk84%3A%3AduAnVTgNQemR4DAYeR1Mew/md) -- `/orgs/{{org}}/settings/immutable-releases/repositories/{{repositoryId}}`
- **PUT** [Enable Immutable Releases for a Selected Repository in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zc5vNTUc%3A%3A0I-QrMfMQkO30Qm7F7BpQQ/md) -- `/orgs/{{org}}/settings/immutable-releases/repositories/{{repositoryId}}`
- **GET** [Get an Organization Webhook Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZdRbed0A%3A%3AjxdsOrVIQEWUW3FOCF-ETQ/md) -- `/orgs/{{org}}/hooks/{{hookId}}/config`
- **GET** [List an Organization’s Organization Roles](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZdpgQnYE%3A%3A4yVUxVXyRvCgk-A5n9tMdQ/md) -- `/orgs/{{org}}/organization-roles`
- **GET** [Get the Authenticated User’s Organization Membership](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zd3sfKxI%3A%3Az5Cu1diNRJOgx9NAQvj0EA/md) -- `/user/memberships/orgs/{{org}}`
- **GET** [Get an Organization's Immutable Releases Settings](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZeR3K7N0%3A%3AIYz0UvFzS4SgvvPb1PqCFw/md) -- `/orgs/{{org}}/settings/immutable-releases`
- **GET** [Get an Organization’s API Insights Subject Stats](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZfB6PWu8%3A%3AdzmKHIzWTJS3Rha2wpf-CQ/md) -- `/orgs/{{org}}/insights/api/subject-stats`
- **GET** [Get an Organization's API Insights Summary Stats](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZfKzCUMc%3A%3Ag7TZqrkfQGCprtUeFHDy1g/md) -- `/orgs/{{org}}/insights/api/summary-stats`
- **GET** [Get an Organization's API Insights Summary Stats for a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZfdWrtvs%3A%3Ar6Mp1UqIRWiSbyCcZ5-bYA/md) -- `/orgs/{{org}}/insights/api/summary-stats/users/{{userId}}`
- **GET** [Get an Organization’s API Time Stats by Actor](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zfw-cVsg%3A%3AGXIp4e8MSvy1nCxmuE-n6Q/md) -- `/orgs/{{org}}/insights/api/time-stats/{{actor_type}}/{{actor_id}}`
- **GET** [List an Organization's App Installations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZgRR9EQ4%3A%3Avvn_agFERYmO6aB_u5tr7w/md) -- `/orgs/{{org}}/installations`
- **GET** [List an Organization Artifact’s Deployment Records](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZgZr1ys8%3A%3AXwnabaBdS1m8ZqVcqAX4yQ/md) -- `/orgs/{{org}}/artifacts/{{subjectDigest}}/metadata/deployment-records`
- **GET** [List an Organization’s Artifact Storage Records by Subject Digest](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZginErrs%3A%3AXNijAD5-TAOakXEtyeyMvQ/md) -- `/orgs/{{org}}/artifacts/{{subjectDigest}}/metadata/storage-records`
- **GET** [List an Organization’s Fine-Grained PAT Grants](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zhpqm64w%3A%3AQIVR3A6HSRusZycOoZV4Mw/md) -- `/orgs/{{org}}/personal-access-tokens`
- **GET** [List an Organization’s Issue Types](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zh4l_r0k%3A%3ALpv6LXuKR5CfPFJfCsvVtA/md) -- `/orgs/{{org}}/issue-types`
- **GET** [List an Organization's Webhooks](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZieaVbP8%3A%3AjnziCS2aR4G0e8isnF0dfQ/md) -- `/orgs/{{org}}/hooks`
- **GET** [List Organizations](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZilnjfJA%3A%3ADVcE8C0ESamV_g6xRWGV-A/md) -- `/organizations`
- **POST** [Ping an Organization Webhook](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZknH6c1g%3A%3Ap-6W0TY9R5KeinoQUHDcMA/md) -- `/orgs/{{org}}/hooks/{{hookId}}/pings`
- **DELETE** [Remove an Organization Security Manager Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zk_nk5Ak%3A%3A4VQfsct0TkKTV71by8M7Sg/md) -- `/orgs/{{org}}/security-managers/teams/{{teamSlug}}`
- **DELETE** [Remove All Organization Roles for a Team in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZlHlMpvE%3A%3AWTpCl6zZR9-Sc0PpoRszZw/md) -- `/orgs/{{org}}/organization-roles/teams/{{teamSlug}}`
- **DELETE** [Revoke All Organization Roles for a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZlOvroIA%3A%3AemX-6nFHSy6u72WONN_2mA/md) -- `/orgs/{{org}}/organization-roles/users/{{username}}`
- **DELETE** [Remove an Organization Member](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZlVXJyhk%3A%3AbEaDzsNtTS6Ok_WWiO8QZA/md) -- `/orgs/{{org}}/members/{{username}}`
- **DELETE** [Remove an Organization Role from a Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zlc2RX8E%3A%3AdfRpoKM4Ti-ezjm38LXVwg/md) -- `/orgs/{{org}}/organization-roles/teams/{{teamSlug}}/{{roleId}}`
- **DELETE** [Remove an Organization Role From a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZlkwsShY%3A%3Alhz4VhBRTdGnkpRlyI90fg/md) -- `/orgs/{{org}}/organization-roles/users/{{username}}/{{roleId}}`
- **DELETE** [Remove an Organization Membership for a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZlsStr4I%3A%3Adi8-yiDfREmRKR6Tfv3LXg/md) -- `/orgs/{{org}}/memberships/{{username}}`
- **DELETE** [Remove the Authenticated User’s Public Organization Membership](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zl-ZL-Yo%3A%3A_QB4P3gAQAuWuZD6uHUCVQ/md) -- `/orgs/{{org}}/public_members/{{username}}`
- **POST** [Review Fine-Grained Personal Access Token Requests for an Organization (Bulk)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZmPXpLaE%3A%3AWWnfBRfLTNGSyJR41KwyYg/md) -- `/orgs/{{org}}/personal-access-token-requests`
- **PUT** [Set Immutable Releases Settings for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zmfg1Pn8%3A%3A6nZxqLP2Q4KKrGfKl2oNTA/md) -- `/orgs/{{org}}/settings/immutable-releases`
- **PUT** [Set an Organization Membership for a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZmnVemIU%3A%3AAxRkd6uPQ0OCaUbPl0ssZA/md) -- `/orgs/{{org}}/memberships/{{username}}`
- **PUT** [Set Public Organization Membership for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zmvydpgg%3A%3AnXQmW1BvTfCmsG57xNdEeg/md) -- `/orgs/{{org}}/public_members/{{username}}`
- **PUT** [Set an Organization’s Selected Repositories for Immutable Releases Enforcement](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zm3mYfGY%3A%3AucuCQ1_ySceKt_k3wLhb-w/md) -- `/orgs/{{org}}/settings/immutable-releases/repositories`
- **DELETE** [Unblock a User From an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zm-vc_GY%3A%3Aonsbo-5_SWOMJk2LyEYIbg/md) -- `/orgs/{{org}}/blocks/{{username}}`
- **PATCH** [Update Authenticated User’s Organization Membership](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZnXUi6JQ%3A%3A6bLFZZqHQmKg8X3oUoMkQg/md) -- `/user/memberships/orgs/{{org}}`
- **POST** [Update Fine-Grained PAT Access to an Organization’s Resources](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zn9lKxtY%3A%3APLYDBg9tTqOAC2pytjPqaA/md) -- `/orgs/{{org}}/personal-access-tokens`
- **DELETE** [Delete an Organization Package](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZoMfWMlk%3A%3AU_jUQkAiSJ22c8ZoEvhy6w/md) -- `/orgs/{{org}}/packages/{{package_type}}/{{package_name}}`
- **GET** [Get a User’s Package Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZpHW3kVo%3A%3Auvk6AEzuQPywhuXhsLVZBw/md) -- `/users/{{username}}/packages/{{package_type}}/{{package_name}}/versions/{{package_version_id}}`
- **GET** [Get an Organization Package Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZpOc8DRw%3A%3A02AVa2LuRymiEg2_mgRh2Q/md) -- `/orgs/{{org}}/packages/{{package_type}}/{{package_name}}/versions/{{package_version_id}}`
- **GET** [List a User-Owned Package’s Versions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zp2krwQ0%3A%3AXqZqZqUYR3agsvG6UjIRCw/md) -- `/users/{{username}}/packages/{{package_type}}/{{package_name}}/versions`
- **GET** [List an Organization Package’s Versions](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zp-1Og_A%3A%3A08ot7XdVRfW8zKgXm0wSnQ/md) -- `/orgs/{{org}}/packages/{{package_type}}/{{package_name}}/versions`
- **GET** [List Package Versions for a Package Owned by the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZqKJK4Pc%3A%3AaBPiDF8QTeW1FgEHXlBI3A/md) -- `/user/packages/{{packageType}}/{{packageName}}/versions`
- **POST** [Restore a User’s Package Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZrOGOw2o%3A%3A8eTvxhdtTu-CR6v1laCncw/md) -- `/users/{{username}}/packages/{{package_type}}/{{package_name}}/versions/{{package_version_id}}/restore`
- **POST** [Restore an Organization’s Package Version](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZrWWLq5s%3A%3Abodw13F-Qhqjk8kFoMlacQ/md) -- `/orgs/{{org}}/packages/{{package_type}}/{{package_name}}/versions/{{package_version_id}}/restore`
- **GET** [Get a Private Registries Public Key for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zr0EDy9A%3A%3AbzfTS1p3SZKbHcG7r377fQ/md) -- `/orgs/{{org}}/private-registries/public-key`
- **POST** [Create a View for a User-owned Project (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZstPcJgE%3A%3AZ6HSJgiPQ1yoQ0Ec1uDkVw/md) -- `/users/{{userId}}/projectsV2/{{projectNumber}}/views`
- **DELETE** [Delete an Organization Project (V2) Item](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZtON8iYQ%3A%3AWCfY5YzPRvi75CT5fuBc1A/md) -- `/orgs/{{org}}/projectsV2/{{projectNumber}}/items/{{itemId}}`
- **DELETE** [Delete a User’s Project Item (Projects V2)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZtXN4nO4%3A%3A7DDmvHH6TS2kMIaCZo-SWg/md) -- `/users/{{username}}/projectsV2/{{projectNumber}}/items/{{itemId}}`
- **GET** [Check if a Pull Request Has Been Merged (in a Repository)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZvoEsxCk%3A%3AaDo1bzXuSpG3RehFeiTSiw/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/merge`
- **POST** [Create a Reply for a Pull Request Review Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zv5BQNq8%3A%3ANXYCqjI3SIidnrv0RVX8XQ/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/comments/{{commentId}}/replies`
- **POST** [Create a Pull Request Review Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZwCFMchQ%3A%3AWZbHeDegQYGKh3KnXPr3tA/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/comments`
- **DELETE** [Remove Requested Reviewers From a Repository Pull Request](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZygLDbDQ%3A%3A68BaeubyQS6bA040t-M4QQ/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/requested_reviewers`
- **POST** [Request Reviewers for a Pull Request](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZyoShd6g%3A%3AOzL6Q2K1Rg2ZtSSU868a5w/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/requested_reviewers`
- **POST** [Submit a Pull Request Review Event](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZywYC6BE%3A%3AkHbj9T4qRrWCyx42OCXy-g/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/reviews/{{reviewId}}/events`
- **PATCH** [Update a Repository Pull Request](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zy4cUtDs%3A%3A0C46gb_MQzWLFAbpx-lmjw/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}`
- **PUT** [Update a Repository Pull Request Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZzAw7U_k%3A%3AWeTOwUTnTyykKR8hwvwOHQ/md) -- `/repos/{{owner}}/{{repo}}/pulls/{{pullNumber}}/update-branch`
- **PATCH** [Update a Pull Request Review Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ZzIyeleA%3A%3AESWB_GB1QIqGmflfUkFrgA/md) -- `/repos/{{owner}}/{{repo}}/pulls/comments/{{commentId}}`
- **POST** [Create a Reaction for an Issue](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Zz5jQXcc%3A%3AtRMh0QEFSyaHjFa3FdsEOA/md) -- `/repos/{{owner}}/{{repo}}/issues/{{issueNumber}}/reactions`
- **POST** [Create a Reaction for an Issue Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z0DQ4KEY%3A%3AKganN5KNTK-AOKOtT-4rSA/md) -- `/repos/{{owner}}/{{repo}}/issues/comments/{{commentId}}/reactions`
- **DELETE** [Delete a Commit Comment Reaction](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z0KkY3g0%3A%3AivTNAITHSzGTkB76ytBmQw/md) -- `/repos/{{owner}}/{{repo}}/comments/{{commentId}}/reactions/{{reactionId}}`
- **DELETE** [Delete a Pull Request Review Comment Reaction](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z0SHzMug%3A%3ACUqOLk2fRPyLEypNeKp1EA/md) -- `/repos/{{owner}}/{{repo}}/pulls/comments/{{commentId}}/reactions/{{reactionId}}`
- **DELETE** [Delete a Release Reaction](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z0ZQ7T04%3A%3Amhq0ysStTi62A-wE6Okxgw/md) -- `/repos/{{owner}}/{{repo}}/releases/{{releaseId}}/reactions/{{reactionId}}`
- **DELETE** [Delete an Issue Comment Reaction](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z0gjeXsw%3A%3A2jDWkLhxSGeI98hBl7wMVg/md) -- `/repos/{{owner}}/{{repo}}/issues/comments/{{commentId}}/reactions/{{reactionId}}`
- **POST** [Create an Environment Deployment Branch Policy for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z3wo7Ltc%3A%3AUw7vYHQSS-WZq9NhZr9O-Q/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/deployment-branch-policies`
- **POST** [Create an Organization Repository Ruleset](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z5myIGDs%3A%3AkgtlXA6ERi6tkM7ylThyUQ/md) -- `/orgs/{{org}}/rulesets`
- **POST** [Create Commit Signature Protection for a Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z5u5kLkQ%3A%3AUrJOKp5NSCKyr4mdY2HbdQ/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_signatures`
- **DELETE** [Decline an Authenticated User's Repository Invitation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z6W10knc%3A%3AwZw_EYpORfeMmsRMmQVVRg/md) -- `/user/repository_invitations/{{invitationId}}`
- **DELETE** [Delete a Repository Commit Comment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z6d-TUoQ%3A%3AfxxW6E9JT1uhrGmgO_RThg/md) -- `/repos/{{owner}}/{{repo}}/comments/{{commentId}}`
- **DELETE** [Delete a Repository Deploy Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z6lqmUMg%3A%3AJEEsiZdVTMaNmKVXe0z4Ug/md) -- `/repos/{{owner}}/{{repo}}/keys/{{keyId}}`
- **DELETE** [Delete an Environment Deployment Branch Policy in a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z61ex5jU%3A%3AdhbCbHRHSou1EmhXgGM2gA/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/deployment-branch-policies/{{branchPolicyId}}`
- **DELETE** [Delete a Repository’s GitHub Pages Site](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z7DjB-04%3A%3AAJvyG9TRQ-CIKnfWMYe5kA/md) -- `/repos/{{owner}}/{{repo}}/pages`
- **DELETE** [Delete a Repository Release](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z7LChca0%3A%3AGlnGasIqRq6h0Jz9Dkd3bg/md) -- `/repos/{{owner}}/{{repo}}/releases/{{releaseId}}`
- **DELETE** [Delete a Repository Release Asset](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z7SYSSYk%3A%3Adv8EBmxmQNuv9JA01IWfTQ/md) -- `/repos/{{owner}}/{{repo}}/releases/assets/{{assetId}}`
- **DELETE** [Delete a Repository Invitation](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z7fm4qIk%3A%3AMiyjPP8JSaqIwbGM65e8Ow/md) -- `/repos/{{owner}}/{{repo}}/invitations/{{invitationId}}`
- **DELETE** [Delete a Repository Webhook](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z7uUP6GM%3A%3AFaUBwXtvRV6LPLyW3gdGsQ/md) -- `/repos/{{owner}}/{{repo}}/hooks/{{hookId}}`
- **DELETE** [Delete an Organization Repository Ruleset](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z8U5p-xA%3A%3AhXgdDQ9DQHm1augErxw3JA/md) -- `/orgs/{{org}}/rulesets/{{rulesetId}}`
- **DELETE** [Disable Dependabot Security Updates for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z8770IjA%3A%3AaJAUxrNKTzelhetv5MhhAQ/md) -- `/repos/{{owner}}/{{repo}}/automated-security-fixes`
- **DELETE** [Disable a Repository's Immutable Releases](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z9C6Agns%3A%3AORVCp76WQ9a6THoAR8s1sw/md) -- `/repos/{{owner}}/{{repo}}/immutable-releases`
- **DELETE** [Disable a Repository's Vulnerability Alerts](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z9SXX4ig%3A%3AT_WQ4LyzRTyBK3omG9RMYA/md) -- `/repos/{{owner}}/{{repo}}/vulnerability-alerts`
- **GET** [Download a Repository Zip Archive](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z9lqbtjk%3A%3AOb26bgEJTVuGXO6U8ALm4Q/md) -- `/repos/{{owner}}/{{repo}}/zipball/{{ref}}`
- **PUT** [Enable Vulnerability Alerts for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z-Fizras%3A%3Ac6KFB8-fTKS8F879QyHRAg/md) -- `/repos/{{owner}}/{{repo}}/vulnerability-alerts`
- **GET** [Get an Environment Deployment Branch Policy](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Z_MKu8qw%3A%3AsnRQCFDxTu62PMa1K5618g/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/deployment-branch-policies/{{branchPolicyId}}`
- **GET** [Get a Repository’s Rule Suite](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aAZMbah4%3A%3ApOeVaWlGTza3YILWYCH3pg/md) -- `/repos/{{owner}}/{{repo}}/rulesets/rule-suites/{{ruleSuiteId}}`
- **GET** [Get an Organization Rule Suite](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aChApsyw%3A%3A_nXXqVOrRZycY3y2_3ekFQ/md) -- `/orgs/{{org}}/rulesets/rule-suites/{{ruleSuiteId}}`
- **GET** [Get a Repository’s Punch Card Commit Stats (Hourly Commit Counts)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aE4ZS7tQ%3A%3A0JfNQcXtRymk0tpJ_crJYA/md) -- `/repos/{{owner}}/{{repo}}/stats/punch_card`
- **GET** [Get a Repository’s Weekly Code Frequency Stats](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aFdqqGdI%3A%3AwQH8_CECT9ujfdL3cmKuAA/md) -- `/repos/{{owner}}/{{repo}}/stats/code_frequency`
- **GET** [List a Repository's Languages](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aKnxKrLY%3A%3A0Hmf1J_hT3u8iwV3VcfUkg/md) -- `/repos/{{owner}}/{{repo}}/languages`
- **DELETE** [Remove User Access Restrictions from a Protected Branch](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aMZwWMG8%3A%3AbHA7JH7jStG_A5FG9nPJ-w/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/restrictions/users`
- **POST** [Request a GitHub Pages Build for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aMz4Iks8%3A%3AjYvZw6aaRbeZLSs61fy2bg/md) -- `/repos/{{owner}}/{{repo}}/pages/builds`
- **PUT** [Set Required Status Check Contexts for a Branch Protection Rule](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aNMnTiTI%3A%3A1FFnW_tXRYGqDmpj5_Bn-w/md) -- `/repos/{{owner}}/{{repo}}/branches/{{branch}}/protection/required_status_checks/contexts`
- **POST** [Sync a Fork Branch with the Upstream Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aNmWFHJ0%3A%3Aq5g5rMOUQ16B2YTt8unlgw/md) -- `/repos/{{owner}}/{{repo}}/merge-upstream`
- **GET** [Search Commits](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aQIKy3Mk%3A%3AArRrtNCzRvi3n5pH9v8woQ/md) -- `/search/commits`
- **GET** [List Secret Scanning Alert Locations for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aRaS_3mA%3A%3AstOM9WkESguzAdHrM9SHLg/md) -- `/repos/{{owner}}/{{repo}}/secret-scanning/alerts/{{alertNumber}}/locations`
- **PATCH** [Update a Repository’s Secret Scanning Alert](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aSE-rSqc%3A%3AkANJWbuLSgGLHYw2dHwILQ/md) -- `/repos/{{owner}}/{{repo}}/secret-scanning/alerts/{{alertNumber}}`
- **PUT** [Add or Update a Team’s Membership for a User (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aUOwTjik%3A%3A3RVrSPm3QxqSAafn23-BaQ/md) -- `/teams/{{teamId}}/memberships/{{username}}`
- **PUT** [Add or Update a Team’s Repository Permissions in an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aUW7UrHA%3A%3A8T06pWRIRK-jnl4SeBaWRQ/md) -- `/orgs/{{org}}/teams/{{teamSlug}}/repos/{{owner}}/{{repo}}`
- **PUT** [Add a Team Member (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aUnKOvOs%3A%3A7EtLCwtzTeSh0LlsPpoQ-Q/md) -- `/teams/{{teamId}}/members/{{username}}`
- **DELETE** [Delete a Team (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aVN3gV1c%3A%3AyLDLuOsuSZiIro9ZDum4fQ/md) -- `/teams/{{teamId}}`
- **GET** [Get a Team Membership for a User (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aV157dtc%3A%3AjcGQloE2Q-KCv8bZnYWsbQ/md) -- `/teams/{{teamId}}/memberships/{{username}}`
- **DELETE** [Remove a Repository From an Organization Team](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aXYrGjqc%3A%3A2PHWz66bSDOrldHaymKu6w/md) -- `/orgs/{{org}}/teams/{{teamSlug}}/repos/{{owner}}/{{repo}}`
- **DELETE** [Remove a Team Member (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aXoKEeq4%3A%3AMNAKjiYcRECAUDdYGtMOkA/md) -- `/teams/{{teamId}}/members/{{username}}`
- **DELETE** [Remove a Team Membership for a User (Legacy)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aX3__qpc%3A%3AaNBZb-1wRsm68AvBmNHBBQ/md) -- `/teams/{{teamId}}/memberships/{{username}}`
- **GET** [Check if a Person Is Followed by the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aYodQDp4%3A%3AgpQcadJvSbCbrQWgdfptKw/md) -- `/user/following/{{username}}`
- **GET** [Check if a User Follows Another User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aYw5Iqik%3A%3AI9UcbPuDQ4CWtnBm_mK-PA/md) -- `/users/{{username}}/following/{{targetUser}}`
- **GET** [Check If a User Is Blocked by the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aY4-b3vY%3A%3A_V8ipxiQTPGar_LR-NRSxw/md) -- `/user/blocks/{{username}}`
- **DELETE** [Delete an Authenticated User’s Public SSH Key](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aZkBy32Q%3A%3AFWZHAz8cTsG_F7zk9dPpIA/md) -- `/user/keys/{{keyId}}`
- **DELETE** [Delete a User's Attestations by Subject Digest](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aaDs0OfA%3A%3ACVuvD0R4SuakQreQgMalWQ/md) -- `/users/{{username}}/attestations/digest/{{subjectDigest}}`
- **GET** [List Public Email Addresses for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3acdSigH4%3A%3A11YcxhJvTpymAizfW8cXDw/md) -- `/user/public_emails`
- **GET** [List a User’s Public SSH Keys](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3acn4j3Dg%3A%3AZxzMrl2oT7O59aGDWC4GjA/md) -- `/users/{{username}}/keys`
- **GET** [List a User’s Social Accounts](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3ac6y_8o4%3A%3A8jtLkXUoR5KQz2EyC3E2Qw/md) -- `/users/{{username}}/social_accounts`
- **GET** [List Social Accounts for the Authenticated User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3adDEtF5k%3A%3AgQdvkPvFRie_GHakCEa_wg/md) -- `/user/social_accounts`
- **GET** [List a User’s SSH Signing Keys](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3adMicyl4%3A%3AZnojLhIkQ7KA7ObDLisqEw/md) -- `/users/{{username}}/ssh_signing_keys`
- **DELETE** [Unblock a User](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3aeIxnE7E%3A%3AjO85YIyzT4a0s54szkqrng/md) -- `/user/blocks/{{username}}`
- **GET** [List Repositories for an Enterprise Code Security Configuration](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3Y38YA8zA%3A%3ARr9_Ieq7SzyXr3zRirQLpg/md) -- `/enterprises/{{enterprise}}/code-security/configurations/{{configurationId}}/repositories`
- **PUT** [Add a Repository to an Organization’s Allowed Self-Hosted Runners List](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YM7jjhUI%3A%3ARD3r7S8vT4iDPGD5e7BMXQ/md) -- `/orgs/{{org}}/actions/permissions/self-hosted-runners/repositories/{{repositoryId}}`
- **PUT** [Add a Self-hosted Runner to an Organization Runner Group](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YNEugK6A%3A%3AxyOy08ftSw2VqEUvt_Ef3g/md) -- `/orgs/{{org}}/actions/runner-groups/{{runnerGroupId}}/runners/{{runnerId}}`
- **POST** [Add Custom Labels to a Repository Self-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YNMc0omQ%3A%3AyTkdeBO_S2ehHoQciNYRKQ/md) -- `/repos/{{owner}}/{{repo}}/actions/runners/{{runnerId}}/labels`
- **POST** [Add Custom Labels to an Organization Self-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YNVuI0Dg%3A%3Arl_mOh_aT_KPMYQfI2trpw/md) -- `/orgs/{{org}}/actions/runners/{{runnerId}}/labels`
- **PUT** [Add Repository Access to an Organization Self-hosted Runner Group](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YNdJpemc%3A%3APnCPQRZgQZWrJ_LRceMErg/md) -- `/orgs/{{org}}/actions/runner-groups/{{runnerGroupId}}/repositories/{{repositoryId}}`
- **PUT** [Add a Selected Repository to an Organization Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YNlCpkPs%3A%3ADTtim5HhTJOXROI9Qe4k5w/md) -- `/orgs/{{org}}/actions/secrets/{{secret_name}}/repositories/{{repository_id}}`
- **PUT** [Add a Selected Repository to an Organization Actions Variable](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YNsyZS_Y%3A%3AXqWa45lUSF2JuhHfs59yVQ/md) -- `/orgs/{{org}}/actions/variables/{{name}}/repositories/{{repositoryId}}`
- **POST** [Approve a Repository Workflow Run for a Fork Pull Request](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YN2HLfZU%3A%3A5W2NRk-KQEel6lKT-AlK_g/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/approve`
- **POST** [Cancel a Repository Workflow Run](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YN9vqvck%3A%3ATP5_ARCvSriO8vVPb9N4Sw/md) -- `/repos/{{owner}}/{{repo}}/actions/runs/{{runId}}/cancel`
- **POST** [Create a GitHub-hosted Runner for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YOHHUpt4%3A%3A9hLEXX0rRPuRcOSxnsm75A/md) -- `/orgs/{{org}}/actions/hosted-runners`
- **POST** [Create a Repository Self-hosted Runner Registration Token](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YOOqijOE%3A%3A6o7H744OQumAtBGOkZvKLg/md) -- `/repos/{{owner}}/{{repo}}/actions/runners/registration-token`
- **POST** [Create an Organization Actions Runner Registration Token](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YOYzOfoE%3A%3ACfYE5J-KQaWhX5iK_zem7Q/md) -- `/orgs/{{org}}/actions/runners/registration-token`
- **POST** [Create a Repository Remove Token (Self-hosted Runner)](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YOhLkG18%3A%3AZB-wGlOoQtuO9tzLuKKstQ/md) -- `/repos/{{owner}}/{{repo}}/actions/runners/remove-token`
- **POST** [Create an Organization Actions Runner Remove Token](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YOtNCSo8%3A%3A7qQ_ge-dTJiwvtdX-6yYcQ/md) -- `/orgs/{{org}}/actions/runners/remove-token`
- **POST** [Create an Organization Self-hosted Runner Group](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YO9nsw04%3A%3AOUeUO-5ZRkudp6v2OPxaRA/md) -- `/orgs/{{org}}/actions/runner-groups`
- **POST** [Create a Workflow Dispatch Event for a Repository Workflow](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YPGGLf2A%3A%3AlgwV1jR3SrWBYb-5LIMb_w/md) -- `/repos/{{owner}}/{{repo}}/actions/workflows/{{workflowId}}/dispatches`
- **POST** [Create an Environment Variable for a Repository Environment](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YPPJB_NM%3A%3AwherKgxZQNWjPeffBi_ttQ/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/variables`
- **POST** [Create a Just-in-Time Runner Configuration for a Repository](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YPhtt6Y0%3A%3AWF2YokbTQpmmJFlgaEB8XA/md) -- `/repos/{{owner}}/{{repo}}/actions/runners/generate-jitconfig`
- **POST** [Generate a Just-in-Time Runner Configuration for an Organization](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YPq96brA%3A%3ARaJEe4W3S6C5s4Ozjqv7ig/md) -- `/orgs/{{org}}/actions/runners/generate-jitconfig`
- **PUT** [Create or Update a Repository Actions Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YPzagtMI%3A%3ATAwdQ05vSQepb3163ojeJA/md) -- `/repos/{{owner}}/{{repo}}/actions/secrets/{{secretName}}`
- **PUT** [Create or Update a Repository Environment Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YP7NqoFc%3A%3Aa39yzwCRRG2VvdjZJqrIVQ/md) -- `/repos/{{owner}}/{{repo}}/environments/{{environmentName}}/secrets/{{secretName}}`
- **DELETE** [Delete an Organization's Custom Hosted Runner Image](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YQUggjsM%3A%3AT3UkJV6aTqmRQSjBiiYc_g/md) -- `/orgs/{{org}}/actions/hosted-runners/images/custom/{{imageDefinitionId}}`
- **PUT** [Create or Update an Organization Actions Secret](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YQKbUgO0%3A%3Axhj_PabQRYyBbZ6iPPG_Yg/md) -- `/orgs/{{org}}/actions/secrets/{{secretName}}`
- **DELETE** [Delete an Organization GitHub-Hosted Runner](https://www.withone.ai/knowledge/github/conn_mod_def%3A%3AGJ3YQkgeY6g%3A%3AkshqKJSPSy-r2Swh7Ng0_A/md) -- `/orgs/{{org}}/actions/hosted-runners/{{hostedRunnerId}}`

## Use Cases

- [Use Notion as a Developer Issue Tracker with GitHub Sync via gh CLI](https://www.withone.ai/blog/notion-github-issue-tracker/md): Poll a Notion database for new issues, create matching GitHub issues with gh, and write the link back. A flow mixing One CLI + gh.
- [Sync GitHub Issues to Linear Automatically](https://www.withone.ai/blog/github-issues-linear-sync/md): Use the One CLI to fetch GitHub issues and create matching Linear tickets, then build a reusable flow your AI agent can run.

## Links

- [GitHub Knowledge](https://www.withone.ai/knowledge/github)
- [Knowledge Directory](https://www.withone.ai/knowledge)
- [Documentation](/docs/welcome)
