# GitHub ## Docs - [About the REST API](https://x2phlo4pks.apidog.io/about-the-rest-api-1133628m0.md): ## API Docs - meta [GitHub API Root](https://x2phlo4pks.apidog.io/github-api-root-17914635e0.md): Get Hypermedia links to resources accessible in GitHub's REST API - meta [Get GitHub Enterprise Server meta information](https://x2phlo4pks.apidog.io/get-github-enterprise-server-meta-information-17914636e0.md): - meta [Get Octocat](https://x2phlo4pks.apidog.io/get-octocat-17914637e0.md): Get the octocat as ASCII art - meta [Get the Zen of GitHub](https://x2phlo4pks.apidog.io/get-the-zen-of-github-17914638e0.md): Get a random sentence from the Zen of GitHub - enterprise-admin [List global webhooks](https://x2phlo4pks.apidog.io/list-global-webhooks-17914639e0.md): - enterprise-admin [Create a global webhook](https://x2phlo4pks.apidog.io/create-a-global-webhook-17914640e0.md): - enterprise-admin [Get a global webhook](https://x2phlo4pks.apidog.io/get-a-global-webhook-17914641e0.md): - enterprise-admin [Update a global webhook](https://x2phlo4pks.apidog.io/update-a-global-webhook-17914642e0.md): Parameters that are not provided will be overwritten with the default value or removed if no default exists. - enterprise-admin [Delete a global webhook](https://x2phlo4pks.apidog.io/delete-a-global-webhook-17914643e0.md): - enterprise-admin [Ping a global webhook](https://x2phlo4pks.apidog.io/ping-a-global-webhook-17914644e0.md): This will trigger a [ping event](https://docs.github.com/enterprise-server@3.9/webhooks/#ping-event) to be sent to the webhook. - enterprise-admin [List public keys](https://x2phlo4pks.apidog.io/list-public-keys-17914645e0.md): - enterprise-admin [Delete a public key](https://x2phlo4pks.apidog.io/delete-a-public-key-17914646e0.md): - enterprise-admin [Update LDAP mapping for a team](https://x2phlo4pks.apidog.io/update-ldap-mapping-for-a-team-17914647e0.md): Updates the [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team. [LDAP synchronization](https://docs.github.com/enterprise-server@3.9/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap#enabling-ldap-sync) must be enabled to map LDAP entries to a team. Use the [Create a team](https://docs.github.com/enterprise-server@3.9/rest/teams/teams/#create-a-team) endpoint to create a team with LDAP mapping. - enterprise-admin [Sync LDAP mapping for a team](https://x2phlo4pks.apidog.io/sync-ldap-mapping-for-a-team-17914648e0.md): Note that this API call does not automatically initiate an LDAP sync. Rather, if a `201` is returned, the sync job is queued successfully, and is performed when the instance is ready. - enterprise-admin [Update LDAP mapping for a user](https://x2phlo4pks.apidog.io/update-ldap-mapping-for-a-user-17914649e0.md): - enterprise-admin [Sync LDAP mapping for a user](https://x2phlo4pks.apidog.io/sync-ldap-mapping-for-a-user-17914650e0.md): Note that this API call does not automatically initiate an LDAP sync. Rather, if a `201` is returned, the sync job is queued successfully, and is performed when the instance is ready. - enterprise-admin [Create an organization](https://x2phlo4pks.apidog.io/create-an-organization-17914651e0.md): - enterprise-admin [Update an organization name](https://x2phlo4pks.apidog.io/update-an-organization-name-17914652e0.md): - enterprise-admin [List pre-receive environments](https://x2phlo4pks.apidog.io/list-pre-receive-environments-17914653e0.md): - enterprise-admin [Create a pre-receive environment](https://x2phlo4pks.apidog.io/create-a-pre-receive-environment-17914654e0.md): - enterprise-admin [Get a pre-receive environment](https://x2phlo4pks.apidog.io/get-a-pre-receive-environment-17914655e0.md): - enterprise-admin [Update a pre-receive environment](https://x2phlo4pks.apidog.io/update-a-pre-receive-environment-17914656e0.md): You cannot modify the default environment. If you attempt to modify the default environment, you will receive a `422 Unprocessable Entity` response. - enterprise-admin [Delete a pre-receive environment](https://x2phlo4pks.apidog.io/delete-a-pre-receive-environment-17914657e0.md): If you attempt to delete an environment that cannot be deleted, you will receive a `422 Unprocessable Entity` response. - enterprise-admin [Start a pre-receive environment download](https://x2phlo4pks.apidog.io/start-a-pre-receive-environment-download-17914658e0.md): Triggers a new download of the environment tarball from the environment's `image_url`. When the download is finished, the newly downloaded tarball will overwrite the existing environment. - enterprise-admin [Get the download status for a pre-receive environment](https://x2phlo4pks.apidog.io/get-the-download-status-for-a-pre-receive-environment-17914659e0.md): In addition to seeing the download status at the "[Get a pre-receive environment](#get-a-pre-receive-environment)" endpoint, there is also this separate endpoint for just the download status. - enterprise-admin [List pre-receive hooks](https://x2phlo4pks.apidog.io/list-pre-receive-hooks-17914660e0.md): - enterprise-admin [Create a pre-receive hook](https://x2phlo4pks.apidog.io/create-a-pre-receive-hook-17914661e0.md): - enterprise-admin [Get a pre-receive hook](https://x2phlo4pks.apidog.io/get-a-pre-receive-hook-17914662e0.md): - enterprise-admin [Update a pre-receive hook](https://x2phlo4pks.apidog.io/update-a-pre-receive-hook-17914663e0.md): - enterprise-admin [Delete a pre-receive hook](https://x2phlo4pks.apidog.io/delete-a-pre-receive-hook-17914664e0.md): - enterprise-admin [List personal access tokens](https://x2phlo4pks.apidog.io/list-personal-access-tokens-17914665e0.md): Lists personal access tokens for all users, including admin users. - enterprise-admin [Delete a personal access token](https://x2phlo4pks.apidog.io/delete-a-personal-access-token-17914666e0.md): Deletes a personal access token. Returns a `403 - Forbidden` status when a personal access token is in use. For example, if you access this endpoint with the same personal access token that you are trying to delete, you will receive this error. - enterprise-admin [Create a user](https://x2phlo4pks.apidog.io/create-a-user-17914667e0.md): If an external authentication mechanism is used, the login name should match the login name in the external system. If you are using LDAP authentication, you should also [update the LDAP mapping](https://docs.github.com/enterprise-server@3.9/rest/enterprise-admin/ldap#update-ldap-mapping-for-a-user) for the user. - enterprise-admin [Update the username for a user](https://x2phlo4pks.apidog.io/update-the-username-for-a-user-17914668e0.md): - enterprise-admin [Delete a user](https://x2phlo4pks.apidog.io/delete-a-user-17914669e0.md): Deleting a user will delete all their repositories, gists, applications, and personal settings. [Suspending a user](https://docs.github.com/enterprise-server@3.9/rest/enterprise-admin/users#suspend-a-user) is often a better option. - enterprise-admin [Create an impersonation OAuth token](https://x2phlo4pks.apidog.io/create-an-impersonation-oauth-token-17914670e0.md): - enterprise-admin [Delete an impersonation OAuth token](https://x2phlo4pks.apidog.io/delete-an-impersonation-oauth-token-17914671e0.md): - enterprise-admin [Get the global announcement banner](https://x2phlo4pks.apidog.io/get-the-global-announcement-banner-17914672e0.md): Gets the current message and expiration date of the global announcement banner in your enterprise. - enterprise-admin [Set the global announcement banner](https://x2phlo4pks.apidog.io/set-the-global-announcement-banner-17914673e0.md): Sets the message and expiration time for the global announcement banner in your enterprise. - enterprise-admin [Remove the global announcement banner](https://x2phlo4pks.apidog.io/remove-the-global-announcement-banner-17914674e0.md): Removes the global announcement banner in your enterprise. - enterprise-admin [Get license information](https://x2phlo4pks.apidog.io/get-license-information-17914675e0.md): - enterprise-admin [Get all statistics](https://x2phlo4pks.apidog.io/get-all-statistics-17914676e0.md): - enterprise-admin [Get comment statistics](https://x2phlo4pks.apidog.io/get-comment-statistics-17914677e0.md): - enterprise-admin [Get gist statistics](https://x2phlo4pks.apidog.io/get-gist-statistics-17914678e0.md): - enterprise-admin [Get hooks statistics](https://x2phlo4pks.apidog.io/get-hooks-statistics-17914679e0.md): - enterprise-admin [Get issue statistics](https://x2phlo4pks.apidog.io/get-issue-statistics-17914680e0.md): - enterprise-admin [Get milestone statistics](https://x2phlo4pks.apidog.io/get-milestone-statistics-17914681e0.md): - enterprise-admin [Get organization statistics](https://x2phlo4pks.apidog.io/get-organization-statistics-17914682e0.md): - enterprise-admin [Get pages statistics](https://x2phlo4pks.apidog.io/get-pages-statistics-17914683e0.md): - enterprise-admin [Get pull request statistics](https://x2phlo4pks.apidog.io/get-pull-request-statistics-17914684e0.md): - enterprise-admin [Get repository statistics](https://x2phlo4pks.apidog.io/get-repository-statistics-17914685e0.md): - enterprise-admin [Get users statistics](https://x2phlo4pks.apidog.io/get-users-statistics-17914686e0.md): - enterprise-admin [Get GitHub Actions permissions for an enterprise](https://x2phlo4pks.apidog.io/get-github-actions-permissions-for-an-enterprise-17914687e0.md): Gets the GitHub Actions permissions policy for organizations and allowed actions in an enterprise. - enterprise-admin [Set GitHub Actions permissions for an enterprise](https://x2phlo4pks.apidog.io/set-github-actions-permissions-for-an-enterprise-17914688e0.md): Sets the GitHub Actions permissions policy for organizations and allowed actions in an enterprise. - enterprise-admin [List selected organizations enabled for GitHub Actions in an enterprise](https://x2phlo4pks.apidog.io/list-selected-organizations-enabled-for-github-actions-in-an-enterprise-17914689e0.md): Lists the organizations that are selected to have GitHub Actions enabled in an enterprise. To use this endpoint, the enterprise permission policy for `enabled_organizations` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an enterprise](#set-github-actions-permissions-for-an-enterprise)." - enterprise-admin [Set selected organizations enabled for GitHub Actions in an enterprise](https://x2phlo4pks.apidog.io/set-selected-organizations-enabled-for-github-actions-in-an-enterprise-17914690e0.md): Replaces the list of selected organizations that are enabled for GitHub Actions in an enterprise. To use this endpoint, the enterprise permission policy for `enabled_organizations` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an enterprise](#set-github-actions-permissions-for-an-enterprise)." - enterprise-admin [Enable a selected organization for GitHub Actions in an enterprise](https://x2phlo4pks.apidog.io/enable-a-selected-organization-for-github-actions-in-an-enterprise-17914691e0.md): Adds an organization to the list of selected organizations that are enabled for GitHub Actions in an enterprise. To use this endpoint, the enterprise permission policy for `enabled_organizations` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an enterprise](#set-github-actions-permissions-for-an-enterprise)." - enterprise-admin [Disable a selected organization for GitHub Actions in an enterprise](https://x2phlo4pks.apidog.io/disable-a-selected-organization-for-github-actions-in-an-enterprise-17914692e0.md): Removes an organization from the list of selected organizations that are enabled for GitHub Actions in an enterprise. To use this endpoint, the enterprise permission policy for `enabled_organizations` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an enterprise](#set-github-actions-permissions-for-an-enterprise)." - enterprise-admin [Get allowed actions for an enterprise](https://x2phlo4pks.apidog.io/get-allowed-actions-for-an-enterprise-17914693e0.md): Gets the selected actions that are allowed in an enterprise. To use this endpoint, the enterprise permission policy for `allowed_actions` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an enterprise](#set-github-actions-permissions-for-an-enterprise)." - enterprise-admin [Set allowed actions for an enterprise](https://x2phlo4pks.apidog.io/set-allowed-actions-for-an-enterprise-17914694e0.md): Sets the actions that are allowed in an enterprise. To use this endpoint, the enterprise permission policy for `allowed_actions` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an enterprise](#set-github-actions-permissions-for-an-enterprise)." - enterprise-admin [List self-hosted runner groups for an enterprise](https://x2phlo4pks.apidog.io/list-self-hosted-runner-groups-for-an-enterprise-17914695e0.md): Lists all self-hosted runner groups for an enterprise. - enterprise-admin [Create a self-hosted runner group for an enterprise](https://x2phlo4pks.apidog.io/create-a-self-hosted-runner-group-for-an-enterprise-17914696e0.md): Creates a new self-hosted runner group for an enterprise. - enterprise-admin [Get a self-hosted runner group for an enterprise](https://x2phlo4pks.apidog.io/get-a-self-hosted-runner-group-for-an-enterprise-17914697e0.md): Gets a specific self-hosted runner group for an enterprise. - enterprise-admin [Update a self-hosted runner group for an enterprise](https://x2phlo4pks.apidog.io/update-a-self-hosted-runner-group-for-an-enterprise-17914698e0.md): Updates the `name` and `visibility` of a self-hosted runner group in an enterprise. - enterprise-admin [Delete a self-hosted runner group from an enterprise](https://x2phlo4pks.apidog.io/delete-a-self-hosted-runner-group-from-an-enterprise-17914699e0.md): Deletes a self-hosted runner group for an enterprise. - enterprise-admin [List organization access to a self-hosted runner group in an enterprise](https://x2phlo4pks.apidog.io/list-organization-access-to-a-self-hosted-runner-group-in-an-enterprise-17914700e0.md): Lists the organizations with access to a self-hosted runner group. - enterprise-admin [Set organization access for a self-hosted runner group in an enterprise](https://x2phlo4pks.apidog.io/set-organization-access-for-a-self-hosted-runner-group-in-an-enterprise-17914701e0.md): Replaces the list of organizations that have access to a self-hosted runner configured in an enterprise. - enterprise-admin [Add organization access to a self-hosted runner group in an enterprise](https://x2phlo4pks.apidog.io/add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise-17914702e0.md): Adds an organization to the list of selected organizations that can access a self-hosted runner group. The runner group must have `visibility` set to `selected`. For more information, see "[Create a self-hosted runner group for an enterprise](#create-a-self-hosted-runner-group-for-an-enterprise)." - enterprise-admin [Remove organization access to a self-hosted runner group in an enterprise](https://x2phlo4pks.apidog.io/remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise-17914703e0.md): Removes an organization from the list of selected organizations that can access a self-hosted runner group. The runner group must have `visibility` set to `selected`. For more information, see "[Create a self-hosted runner group for an enterprise](#create-a-self-hosted-runner-group-for-an-enterprise)." - enterprise-admin [List self-hosted runners in a group for an enterprise](https://x2phlo4pks.apidog.io/list-self-hosted-runners-in-a-group-for-an-enterprise-17914704e0.md): Lists the self-hosted runners that are in a specific enterprise group. - enterprise-admin [Set self-hosted runners in a group for an enterprise](https://x2phlo4pks.apidog.io/set-self-hosted-runners-in-a-group-for-an-enterprise-17914705e0.md): Replaces the list of self-hosted runners that are part of an enterprise runner group. - enterprise-admin [Add a self-hosted runner to a group for an enterprise](https://x2phlo4pks.apidog.io/add-a-self-hosted-runner-to-a-group-for-an-enterprise-17914706e0.md): Adds a self-hosted runner to a runner group configured in an enterprise. - enterprise-admin [Remove a self-hosted runner from a group for an enterprise](https://x2phlo4pks.apidog.io/remove-a-self-hosted-runner-from-a-group-for-an-enterprise-17914707e0.md): Removes a self-hosted runner from a group configured in an enterprise. The runner is then returned to the default group. - enterprise-admin [List self-hosted runners for an enterprise](https://x2phlo4pks.apidog.io/list-self-hosted-runners-for-an-enterprise-17914708e0.md): Lists all self-hosted runners configured for an enterprise. - enterprise-admin [List runner applications for an enterprise](https://x2phlo4pks.apidog.io/list-runner-applications-for-an-enterprise-17914709e0.md): Lists binaries for the runner application that you can download and run. - enterprise-admin [Create a registration token for an enterprise](https://x2phlo4pks.apidog.io/create-a-registration-token-for-an-enterprise-17914710e0.md): Returns a token that you can pass to the `config` script. The token expires after one hour. - enterprise-admin [Create a remove token for an enterprise](https://x2phlo4pks.apidog.io/create-a-remove-token-for-an-enterprise-17914711e0.md): Returns a token that you can pass to the `config` script to remove a self-hosted runner from an enterprise. The token expires after one hour. - enterprise-admin [Get a self-hosted runner for an enterprise](https://x2phlo4pks.apidog.io/get-a-self-hosted-runner-for-an-enterprise-17914712e0.md): Gets a specific self-hosted runner configured in an enterprise. - enterprise-admin [Delete a self-hosted runner from an enterprise](https://x2phlo4pks.apidog.io/delete-a-self-hosted-runner-from-an-enterprise-17914713e0.md): Forces the removal of a self-hosted runner from an enterprise. You can use this endpoint to completely remove the runner when the machine you were using no longer exists. - enterprise-admin [List labels for a self-hosted runner for an enterprise](https://x2phlo4pks.apidog.io/list-labels-for-a-self-hosted-runner-for-an-enterprise-17914714e0.md): Lists all labels for a self-hosted runner configured in an enterprise. - enterprise-admin [Add custom labels to a self-hosted runner for an enterprise](https://x2phlo4pks.apidog.io/add-custom-labels-to-a-self-hosted-runner-for-an-enterprise-17914715e0.md): Add custom labels to a self-hosted runner configured in an enterprise. - enterprise-admin [Set custom labels for a self-hosted runner for an enterprise](https://x2phlo4pks.apidog.io/set-custom-labels-for-a-self-hosted-runner-for-an-enterprise-17914716e0.md): Remove all previous custom labels and set the new custom labels for a specific - enterprise-admin [Remove all custom labels from a self-hosted runner for an enterprise](https://x2phlo4pks.apidog.io/remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise-17914717e0.md): Remove all custom labels from a self-hosted runner configured in an - enterprise-admin [Remove a custom label from a self-hosted runner for an enterprise](https://x2phlo4pks.apidog.io/remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise-17914718e0.md): Remove a custom label from a self-hosted runner configured - enterprise-admin [Get the audit log for an enterprise](https://x2phlo4pks.apidog.io/get-the-audit-log-for-an-enterprise-17914719e0.md): Gets the audit log for an enterprise. - enterprise-admin [Get code security and analysis features for an enterprise](https://x2phlo4pks.apidog.io/get-code-security-and-analysis-features-for-an-enterprise-17914720e0.md): Gets code security and analysis settings for the specified enterprise. - enterprise-admin [Update code security and analysis features for an enterprise](https://x2phlo4pks.apidog.io/update-code-security-and-analysis-features-for-an-enterprise-17914721e0.md): Updates the settings for advanced security, Dependabot alerts, secret scanning, and push protection for new repositories in an enterprise. - enterprise-admin [Enable or disable a security feature](https://x2phlo4pks.apidog.io/enable-or-disable-a-security-feature-17914722e0.md): Enables or disables the specified security feature for all repositories in an enterprise. - enterprise-admin [Get GHES node metadata for all nodes](https://x2phlo4pks.apidog.io/get-ghes-node-metadata-for-all-nodes-17914723e0.md): Get node metadata for all configured nodes in the current cluster. For more information, see "[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering)." - enterprise-admin [Get the status of services running on all replica nodes](https://x2phlo4pks.apidog.io/get-the-status-of-services-running-on-all-replica-nodes-17914724e0.md): Gets the status of all services running on each replica node. - enterprise-admin [Get all GHES release versions for all nodes](https://x2phlo4pks.apidog.io/get-all-ghes-release-versions-for-all-nodes-17914725e0.md): Gets the GitHub Enterprise Server release versions that are currently installed on all available nodes. For more information, see "[GitHub Enterprise Server releases](https://docs.github.com/enterprise-server@3.9/admin/all-releases)." - enterprise-admin [List pre-receive hooks for an organization](https://x2phlo4pks.apidog.io/list-pre-receive-hooks-for-an-organization-17914726e0.md): List all pre-receive hooks that are enabled or testing for this organization as well as any disabled hooks that can be configured at the organization level. Globally disabled pre-receive hooks that do not allow downstream configuration are not listed. - enterprise-admin [Get a pre-receive hook for an organization](https://x2phlo4pks.apidog.io/get-a-pre-receive-hook-for-an-organization-17914727e0.md): - enterprise-admin [Update pre-receive hook enforcement for an organization](https://x2phlo4pks.apidog.io/update-pre-receive-hook-enforcement-for-an-organization-17914728e0.md): For pre-receive hooks which are allowed to be configured at the org level, you can set `enforcement` and `allow_downstream_configuration` - enterprise-admin [Remove pre-receive hook enforcement for an organization](https://x2phlo4pks.apidog.io/remove-pre-receive-hook-enforcement-for-an-organization-17914729e0.md): Removes any overrides for this hook at the org level for this org. - enterprise-admin [List pre-receive hooks for a repository](https://x2phlo4pks.apidog.io/list-pre-receive-hooks-for-a-repository-17914730e0.md): List all pre-receive hooks that are enabled or testing for this repository as well as any disabled hooks that are allowed to be enabled at the repository level. Pre-receive hooks that are disabled at a higher level and are not configurable will not be listed. - enterprise-admin [Get a pre-receive hook for a repository](https://x2phlo4pks.apidog.io/get-a-pre-receive-hook-for-a-repository-17914731e0.md): - enterprise-admin [Update pre-receive hook enforcement for a repository](https://x2phlo4pks.apidog.io/update-pre-receive-hook-enforcement-for-a-repository-17914732e0.md): For pre-receive hooks which are allowed to be configured at the repo level, you can set `enforcement` - enterprise-admin [Remove pre-receive hook enforcement for a repository](https://x2phlo4pks.apidog.io/remove-pre-receive-hook-enforcement-for-a-repository-17914733e0.md): Deletes any overridden enforcement on this repository for the specified hook. - enterprise-admin [List provisioned SCIM groups for an enterprise](https://x2phlo4pks.apidog.io/list-provisioned-scim-groups-for-an-enterprise-17914734e0.md): **Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change. - enterprise-admin [Provision a SCIM enterprise group](https://x2phlo4pks.apidog.io/provision-a-scim-enterprise-group-17914735e0.md): **Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change. - enterprise-admin [Get SCIM provisioning information for an enterprise group](https://x2phlo4pks.apidog.io/get-scim-provisioning-information-for-an-enterprise-group-17914736e0.md): **Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change. - enterprise-admin [Set SCIM information for a provisioned enterprise group](https://x2phlo4pks.apidog.io/set-scim-information-for-a-provisioned-enterprise-group-17914737e0.md): **Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change. - enterprise-admin [Update an attribute for a SCIM enterprise group](https://x2phlo4pks.apidog.io/update-an-attribute-for-a-scim-enterprise-group-17914738e0.md): **Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change. - enterprise-admin [Delete a SCIM group from an enterprise](https://x2phlo4pks.apidog.io/delete-a-scim-group-from-an-enterprise-17914739e0.md): **Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change. - enterprise-admin [List SCIM provisioned identities for an enterprise](https://x2phlo4pks.apidog.io/list-scim-provisioned-identities-for-an-enterprise-17914740e0.md): **Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change. - enterprise-admin [Provision a SCIM enterprise user](https://x2phlo4pks.apidog.io/provision-a-scim-enterprise-user-17914741e0.md): **Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change. - enterprise-admin [Get SCIM provisioning information for an enterprise user](https://x2phlo4pks.apidog.io/get-scim-provisioning-information-for-an-enterprise-user-17914742e0.md): **Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change. - enterprise-admin [Set SCIM information for a provisioned enterprise user](https://x2phlo4pks.apidog.io/set-scim-information-for-a-provisioned-enterprise-user-17914743e0.md): **Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change. - enterprise-admin [Update an attribute for a SCIM enterprise user](https://x2phlo4pks.apidog.io/update-an-attribute-for-a-scim-enterprise-user-17914744e0.md): **Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change. - enterprise-admin [Delete a SCIM user from an enterprise](https://x2phlo4pks.apidog.io/delete-a-scim-user-from-an-enterprise-17914745e0.md): **Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change. - enterprise-admin [Get the configuration status](https://x2phlo4pks.apidog.io/get-the-configuration-status-17914746e0.md): This endpoint allows you to check the status of the most recent configuration process: - enterprise-admin [Start a configuration process](https://x2phlo4pks.apidog.io/start-a-configuration-process-17914747e0.md): This endpoint allows you to start a configuration process at any time for your updated settings to take effect: - enterprise-admin [Get the maintenance status](https://x2phlo4pks.apidog.io/get-the-maintenance-status-17914748e0.md): Check your installation's maintenance status: - enterprise-admin [Enable or disable maintenance mode](https://x2phlo4pks.apidog.io/enable-or-disable-maintenance-mode-17914749e0.md): **Note:** The request body for this operation must be submitted as `application/x-www-form-urlencoded` data. You can submit a parameter value as a string, or you can use a tool such as `curl` to submit a parameter value as the contents of a text file. For more information, see the [`curl` documentation](https://curl.se/docs/manpage.html#--data-urlencode). - enterprise-admin [Get settings](https://x2phlo4pks.apidog.io/get-settings-17914750e0.md): Gets the settings for your instance. To change settings, see the [Set settings endpoint](https://docs.github.com/enterprise-server@3.9/rest/enterprise-admin/management-console#set-settings). - enterprise-admin [Set settings](https://x2phlo4pks.apidog.io/set-settings-17914751e0.md): Applies settings on your instance. For a list of the available settings, see the [Get settings endpoint](https://docs.github.com/enterprise-server@3.9/rest/enterprise-admin/management-console#get-settings). - enterprise-admin [Get all authorized SSH keys](https://x2phlo4pks.apidog.io/get-all-authorized-ssh-keys-17914752e0.md): - enterprise-admin [Add an authorized SSH key](https://x2phlo4pks.apidog.io/add-an-authorized-ssh-key-17914753e0.md): **Note:** The request body for this operation must be submitted as `application/x-www-form-urlencoded` data. You can submit a parameter value as a string, or you can use a tool such as `curl` to submit a parameter value as the contents of a text file. For more information, see the [`curl` documentation](https://curl.se/docs/manpage.html#--data-urlencode). - enterprise-admin [Remove an authorized SSH key](https://x2phlo4pks.apidog.io/remove-an-authorized-ssh-key-17914754e0.md): **Note:** The request body for this operation must be submitted as `application/x-www-form-urlencoded` data. You can submit a parameter value as a string, or you can use a tool such as `curl` to submit a parameter value as the contents of a text file. For more information, see the [`curl` documentation](https://curl.se/docs/manpage.html#--data-urlencode). - enterprise-admin [Create a GitHub license](https://x2phlo4pks.apidog.io/create-a-github-license-17914755e0.md): When you boot a GitHub instance for the first time, you can use the following endpoint to upload a license. - enterprise-admin [Upgrade a license](https://x2phlo4pks.apidog.io/upgrade-a-license-17914756e0.md): This API upgrades your license and also triggers the configuration process. - enterprise-admin [Promote a user to be a site administrator](https://x2phlo4pks.apidog.io/promote-a-user-to-be-a-site-administrator-17914757e0.md): Note that you'll need to set `Content-Length` to zero when calling out to this endpoint. For more information, see "[HTTP method](https://docs.github.com/enterprise-server@3.9/rest/guides/getting-started-with-the-rest-api#http-method)." - enterprise-admin [Demote a site administrator](https://x2phlo4pks.apidog.io/demote-a-site-administrator-17914758e0.md): You can demote any user account except your own. - enterprise-admin [Suspend a user](https://x2phlo4pks.apidog.io/suspend-a-user-17914759e0.md): If your GitHub instance uses [LDAP Sync with Active Directory LDAP servers](https://docs.github.com/enterprise-server@3.9/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap), Active Directory LDAP-authenticated users cannot be suspended through this API. If you attempt to suspend an Active Directory LDAP-authenticated user through this API, it will return a `403` response. - enterprise-admin [Unsuspend a user](https://x2phlo4pks.apidog.io/unsuspend-a-user-17914760e0.md): If your GitHub instance uses [LDAP Sync with Active Directory LDAP servers](https://docs.github.com/enterprise-server@3.9/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap), this API is disabled and will return a `403` response. Active Directory LDAP-authenticated users cannot be unsuspended using the API. - apps [Get the authenticated app](https://x2phlo4pks.apidog.io/get-the-authenticated-app-17914761e0.md): Returns the GitHub App associated with the authentication credentials used. To see how many app installations are associated with this GitHub App, see the `installations_count` in the response. For more details about your app's installations, see the "[List installations for the authenticated app](https://docs.github.com/enterprise-server@3.9/rest/apps/apps#list-installations-for-the-authenticated-app)" endpoint. - apps [Create a GitHub App from a manifest](https://x2phlo4pks.apidog.io/create-a-github-app-from-a-manifest-17914762e0.md): Use this endpoint to complete the handshake necessary when implementing the [GitHub App Manifest flow](https://docs.github.com/enterprise-server@3.9/apps/building-github-apps/creating-github-apps-from-a-manifest/). When you create a GitHub App with the manifest flow, you receive a temporary `code` used to retrieve the GitHub App's `id`, `pem` (private key), and `webhook_secret`. - apps [Get a webhook configuration for an app](https://x2phlo4pks.apidog.io/get-a-webhook-configuration-for-an-app-17914763e0.md): Returns the webhook configuration for a GitHub App. For more information about configuring a webhook for your app, see "[Creating a GitHub App](/developers/apps/creating-a-github-app)." - apps [Update a webhook configuration for an app](https://x2phlo4pks.apidog.io/update-a-webhook-configuration-for-an-app-17914764e0.md): Updates the webhook configuration for a GitHub App. For more information about configuring a webhook for your app, see "[Creating a GitHub App](/developers/apps/creating-a-github-app)." - apps [List deliveries for an app webhook](https://x2phlo4pks.apidog.io/list-deliveries-for-an-app-webhook-17914765e0.md): Returns a list of webhook deliveries for the webhook configured for a GitHub App. - apps [Get a delivery for an app webhook](https://x2phlo4pks.apidog.io/get-a-delivery-for-an-app-webhook-17914766e0.md): Returns a delivery for the webhook configured for a GitHub App. - apps [Redeliver a delivery for an app webhook](https://x2phlo4pks.apidog.io/redeliver-a-delivery-for-an-app-webhook-17914767e0.md): Redeliver a delivery for the webhook configured for a GitHub App. - apps [List installation requests for the authenticated app](https://x2phlo4pks.apidog.io/list-installation-requests-for-the-authenticated-app-17914768e0.md): Lists all the pending installation requests for the authenticated GitHub App. - apps [List installations for the authenticated app](https://x2phlo4pks.apidog.io/list-installations-for-the-authenticated-app-17914769e0.md): The permissions the installation has are included under the `permissions` key. - apps [Get an installation for the authenticated app](https://x2phlo4pks.apidog.io/get-an-installation-for-the-authenticated-app-17914770e0.md): Enables an authenticated GitHub App to find an installation's information using the installation id. - apps [Delete an installation for the authenticated app](https://x2phlo4pks.apidog.io/delete-an-installation-for-the-authenticated-app-17914771e0.md): Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/enterprise-server@3.9/rest/apps/apps#suspend-an-app-installation)" endpoint. - apps [Create an installation access token for an app](https://x2phlo4pks.apidog.io/create-an-installation-access-token-for-an-app-17914772e0.md): Creates an installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an organization or individual account. Installation tokens expire one hour from the time you create them. Using an expired token produces a status code of `401 - Unauthorized`, and requires creating a new installation token. By default the installation token has access to all repositories that the installation can access. - apps [Suspend an app installation](https://x2phlo4pks.apidog.io/suspend-an-app-installation-17914773e0.md): Suspends a GitHub App on a user, organization, or business account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub Enterprise Server API or webhook events is blocked for that account. - apps [Unsuspend an app installation](https://x2phlo4pks.apidog.io/unsuspend-an-app-installation-17914774e0.md): Removes a GitHub App installation suspension. - apps [Delete an app authorization](https://x2phlo4pks.apidog.io/delete-an-app-authorization-17914775e0.md): OAuth and GitHub application owners can revoke a grant for their application and a specific user. You must provide a valid OAuth `access_token` as an input parameter and the grant for the token's owner will be deleted. - apps [Check a token](https://x2phlo4pks.apidog.io/check-a-token-17914776e0.md): OAuth applications and GitHub applications with OAuth authorizations can use this API method for checking OAuth token validity without exceeding the normal rate limits for failed login attempts. Authentication works differently with this particular endpoint. Invalid tokens will return `404 NOT FOUND`. - apps [Reset a token](https://x2phlo4pks.apidog.io/reset-a-token-17914777e0.md): OAuth applications and GitHub applications with OAuth authorizations can use this API method to reset a valid OAuth token without end-user involvement. Applications must save the "token" property in the response because changes take effect immediately. Invalid tokens will return `404 NOT FOUND`. - apps [Delete an app token](https://x2phlo4pks.apidog.io/delete-an-app-token-17914778e0.md): OAuth or GitHub application owners can revoke a single token for an OAuth application or a GitHub application with an OAuth authorization. - apps [Create a scoped access token](https://x2phlo4pks.apidog.io/create-a-scoped-access-token-17914779e0.md): Use a non-scoped user access token to create a repository-scoped and/or permission-scoped user access token. You can specify - apps [Get an app](https://x2phlo4pks.apidog.io/get-an-app-17914780e0.md): **Note**: The `:app_slug` is just the URL-friendly name of your GitHub App. You can find this on the settings page for your GitHub App (e.g., `https://github.com/settings/apps/:app_slug`). - apps [List repositories accessible to the app installation](https://x2phlo4pks.apidog.io/list-repositories-accessible-to-the-app-installation-17914781e0.md): List repositories that an app installation can access. - apps [Revoke an installation access token](https://x2phlo4pks.apidog.io/revoke-an-installation-access-token-17914782e0.md): Revokes the installation token you're using to authenticate as an installation and access this endpoint. - apps [Get an organization installation for the authenticated app](https://x2phlo4pks.apidog.io/get-an-organization-installation-for-the-authenticated-app-17914783e0.md): Enables an authenticated GitHub App to find the organization's installation information. - apps [Get a repository installation for the authenticated app](https://x2phlo4pks.apidog.io/get-a-repository-installation-for-the-authenticated-app-17914784e0.md): Enables an authenticated GitHub App to find the repository's installation information. The installation's account type will be either an organization or a user account, depending which account the repository belongs to. - apps [List app installations accessible to the user access token](https://x2phlo4pks.apidog.io/list-app-installations-accessible-to-the-user-access-token-17914785e0.md): Lists installations of your GitHub App that the authenticated user has explicit permission (`:read`, `:write`, or `:admin`) to access. - apps [List repositories accessible to the user access token](https://x2phlo4pks.apidog.io/list-repositories-accessible-to-the-user-access-token-17914786e0.md): List repositories that the authenticated user has explicit permission (`:read`, `:write`, or `:admin`) to access for an installation. - apps [Add a repository to an app installation](https://x2phlo4pks.apidog.io/add-a-repository-to-an-app-installation-17914787e0.md): Add a single repository to an installation. The authenticated user must have admin access to the repository. - apps [Remove a repository from an app installation](https://x2phlo4pks.apidog.io/remove-a-repository-from-an-app-installation-17914788e0.md): Remove a single repository from an installation. The authenticated user must have admin access to the repository. - apps [Get a user installation for the authenticated app](https://x2phlo4pks.apidog.io/get-a-user-installation-for-the-authenticated-app-17914789e0.md): Enables an authenticated GitHub App to find the user’s installation information. - oauth-authorizations [List your grants](https://x2phlo4pks.apidog.io/list-your-grants-17914790e0.md): **Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations/), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/enterprise-server@3.9/developers/apps/authorizing-oauth-apps#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/). - oauth-authorizations [Get a single grant](https://x2phlo4pks.apidog.io/get-a-single-grant-17914791e0.md): **Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/enterprise-server@3.9/apps/building-oauth-apps/authorizing-oauth-apps/#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/). - oauth-authorizations [Delete a grant](https://x2phlo4pks.apidog.io/delete-a-grant-17914792e0.md): **Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations/), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/enterprise-server@3.9/developers/apps/authorizing-oauth-apps#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations/) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/). - oauth-authorizations [List your authorizations](https://x2phlo4pks.apidog.io/list-your-authorizations-17914793e0.md): **Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/enterprise-server@3.9/apps/building-oauth-apps/authorizing-oauth-apps/#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/). - oauth-authorizations [Create a new authorization](https://x2phlo4pks.apidog.io/create-a-new-authorization-17914794e0.md): **Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/enterprise-server@3.9/developers/apps/authorizing-oauth-apps#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/). - oauth-authorizations [Get-or-create an authorization for a specific app](https://x2phlo4pks.apidog.io/get-or-create-an-authorization-for-a-specific-app-17914795e0.md): **Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations/), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/enterprise-server@3.9/developers/apps/authorizing-oauth-apps#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/). - oauth-authorizations [Get-or-create an authorization for a specific app and fingerprint](https://x2phlo4pks.apidog.io/get-or-create-an-authorization-for-a-specific-app-and-fingerprint-17914796e0.md): **Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations/), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/enterprise-server@3.9/developers/apps/authorizing-oauth-apps#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/). - oauth-authorizations [Get a single authorization](https://x2phlo4pks.apidog.io/get-a-single-authorization-17914797e0.md): **Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/enterprise-server@3.9/apps/building-oauth-apps/authorizing-oauth-apps/#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/). - oauth-authorizations [Update an existing authorization](https://x2phlo4pks.apidog.io/update-an-existing-authorization-17914798e0.md): **Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations/), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/enterprise-server@3.9/developers/apps/authorizing-oauth-apps#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/). - oauth-authorizations [Delete an authorization](https://x2phlo4pks.apidog.io/delete-an-authorization-17914799e0.md): **Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/enterprise-server@3.9/apps/building-oauth-apps/authorizing-oauth-apps/#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/). - codes-of-conduct [Get all codes of conduct](https://x2phlo4pks.apidog.io/get-all-codes-of-conduct-17914800e0.md): Returns array of all GitHub's codes of conduct. - codes-of-conduct [Get a code of conduct](https://x2phlo4pks.apidog.io/get-a-code-of-conduct-17914801e0.md): Returns information about the specified GitHub code of conduct. - emojis [Get emojis](https://x2phlo4pks.apidog.io/get-emojis-17914802e0.md): Lists all the emojis available to use on GitHub Enterprise Server. - actions [Get GitHub Actions cache usage for an enterprise](https://x2phlo4pks.apidog.io/get-github-actions-cache-usage-for-an-enterprise-17914803e0.md): Gets the total GitHub Actions cache usage for an enterprise. - actions [Get GitHub Actions cache usage policy for an enterprise](https://x2phlo4pks.apidog.io/get-github-actions-cache-usage-policy-for-an-enterprise-17914804e0.md): Gets the GitHub Actions cache usage policy for an enterprise. - actions [Set GitHub Actions cache usage policy for an enterprise](https://x2phlo4pks.apidog.io/set-github-actions-cache-usage-policy-for-an-enterprise-17914805e0.md): Sets the GitHub Actions cache usage policy for an enterprise. - actions [Get default workflow permissions for an enterprise](https://x2phlo4pks.apidog.io/get-default-workflow-permissions-for-an-enterprise-17914806e0.md): Gets the default workflow permissions granted to the `GITHUB_TOKEN` when running workflows in an enterprise, - actions [Set default workflow permissions for an enterprise](https://x2phlo4pks.apidog.io/set-default-workflow-permissions-for-an-enterprise-17914807e0.md): Sets the default workflow permissions granted to the `GITHUB_TOKEN` when running workflows in an enterprise, and sets - actions [Get GitHub Actions cache usage for an organization](https://x2phlo4pks.apidog.io/get-github-actions-cache-usage-for-an-organization-17914808e0.md): Gets the total GitHub Actions cache usage for an organization. - actions [List repositories with GitHub Actions cache usage for an organization](https://x2phlo4pks.apidog.io/list-repositories-with-github-actions-cache-usage-for-an-organization-17914809e0.md): Lists repositories and their GitHub Actions cache usage for an organization. - actions [Get GitHub Actions permissions for an organization](https://x2phlo4pks.apidog.io/get-github-actions-permissions-for-an-organization-17914810e0.md): Gets the GitHub Actions permissions policy for repositories and allowed actions in an organization. - actions [Set GitHub Actions permissions for an organization](https://x2phlo4pks.apidog.io/set-github-actions-permissions-for-an-organization-17914811e0.md): Sets the GitHub Actions permissions policy for repositories and allowed actions in an organization. - actions [List selected repositories enabled for GitHub Actions in an organization](https://x2phlo4pks.apidog.io/list-selected-repositories-enabled-for-github-actions-in-an-organization-17914812e0.md): Lists the selected repositories that are enabled for GitHub Actions in an organization. To use this endpoint, the organization permission policy for `enabled_repositories` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an organization](#set-github-actions-permissions-for-an-organization)." - actions [Set selected repositories enabled for GitHub Actions in an organization](https://x2phlo4pks.apidog.io/set-selected-repositories-enabled-for-github-actions-in-an-organization-17914813e0.md): Replaces the list of selected repositories that are enabled for GitHub Actions in an organization. To use this endpoint, the organization permission policy for `enabled_repositories` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an organization](#set-github-actions-permissions-for-an-organization)." - actions [Enable a selected repository for GitHub Actions in an organization](https://x2phlo4pks.apidog.io/enable-a-selected-repository-for-github-actions-in-an-organization-17914814e0.md): Adds a repository to the list of selected repositories that are enabled for GitHub Actions in an organization. To use this endpoint, the organization permission policy for `enabled_repositories` must be must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an organization](#set-github-actions-permissions-for-an-organization)." - actions [Disable a selected repository for GitHub Actions in an organization](https://x2phlo4pks.apidog.io/disable-a-selected-repository-for-github-actions-in-an-organization-17914815e0.md): Removes a repository from the list of selected repositories that are enabled for GitHub Actions in an organization. To use this endpoint, the organization permission policy for `enabled_repositories` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an organization](#set-github-actions-permissions-for-an-organization)." - actions [Get allowed actions for an organization](https://x2phlo4pks.apidog.io/get-allowed-actions-for-an-organization-17914816e0.md): Gets the selected actions that are allowed in an organization. To use this endpoint, the organization permission policy for `allowed_actions` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an organization](#set-github-actions-permissions-for-an-organization)."" - actions [Set allowed actions for an organization](https://x2phlo4pks.apidog.io/set-allowed-actions-for-an-organization-17914817e0.md): Sets the actions that are allowed in an organization. To use this endpoint, the organization permission policy for `allowed_actions` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an organization](#set-github-actions-permissions-for-an-organization)." - actions [Get default workflow permissions for an organization](https://x2phlo4pks.apidog.io/get-default-workflow-permissions-for-an-organization-17914818e0.md): Gets the default workflow permissions granted to the `GITHUB_TOKEN` when running workflows in an organization, - actions [Set default workflow permissions for an organization](https://x2phlo4pks.apidog.io/set-default-workflow-permissions-for-an-organization-17914819e0.md): Sets the default workflow permissions granted to the `GITHUB_TOKEN` when running workflows in an organization, and sets if GitHub Actions - actions [List self-hosted runner groups for an organization](https://x2phlo4pks.apidog.io/list-self-hosted-runner-groups-for-an-organization-17914820e0.md): Lists all self-hosted runner groups configured in an organization and inherited from an enterprise. - actions [Create a self-hosted runner group for an organization](https://x2phlo4pks.apidog.io/create-a-self-hosted-runner-group-for-an-organization-17914821e0.md): Creates a new self-hosted runner group for an organization. - actions [Get a self-hosted runner group for an organization](https://x2phlo4pks.apidog.io/get-a-self-hosted-runner-group-for-an-organization-17914822e0.md): Gets a specific self-hosted runner group for an organization. - actions [Update a self-hosted runner group for an organization](https://x2phlo4pks.apidog.io/update-a-self-hosted-runner-group-for-an-organization-17914823e0.md): Updates the `name` and `visibility` of a self-hosted runner group in an organization. - actions [Delete a self-hosted runner group from an organization](https://x2phlo4pks.apidog.io/delete-a-self-hosted-runner-group-from-an-organization-17914824e0.md): Deletes a self-hosted runner group for an organization. - actions [List repository access to a self-hosted runner group in an organization](https://x2phlo4pks.apidog.io/list-repository-access-to-a-self-hosted-runner-group-in-an-organization-17914825e0.md): Lists the repositories with access to a self-hosted runner group configured in an organization. - actions [Set repository access for a self-hosted runner group in an organization](https://x2phlo4pks.apidog.io/set-repository-access-for-a-self-hosted-runner-group-in-an-organization-17914826e0.md): Replaces the list of repositories that have access to a self-hosted runner group configured in an organization. - actions [Add repository access to a self-hosted runner group in an organization](https://x2phlo4pks.apidog.io/add-repository-access-to-a-self-hosted-runner-group-in-an-organization-17914827e0.md): Adds a repository to the list of repositories that can access a self-hosted runner group. The runner group must have `visibility` set to `selected`. For more information, see "[Create a self-hosted runner group for an organization](#create-a-self-hosted-runner-group-for-an-organization)." - actions [Remove repository access to a self-hosted runner group in an organization](https://x2phlo4pks.apidog.io/remove-repository-access-to-a-self-hosted-runner-group-in-an-organization-17914828e0.md): Removes a repository from the list of selected repositories that can access a self-hosted runner group. The runner group must have `visibility` set to `selected`. For more information, see "[Create a self-hosted runner group for an organization](#create-a-self-hosted-runner-group-for-an-organization)." - actions [List self-hosted runners in a group for an organization](https://x2phlo4pks.apidog.io/list-self-hosted-runners-in-a-group-for-an-organization-17914829e0.md): Lists self-hosted runners that are in a specific organization group. - actions [Set self-hosted runners in a group for an organization](https://x2phlo4pks.apidog.io/set-self-hosted-runners-in-a-group-for-an-organization-17914830e0.md): Replaces the list of self-hosted runners that are part of an organization runner group. - actions [Add a self-hosted runner to a group for an organization](https://x2phlo4pks.apidog.io/add-a-self-hosted-runner-to-a-group-for-an-organization-17914831e0.md): Adds a self-hosted runner to a runner group configured in an organization. - actions [Remove a self-hosted runner from a group for an organization](https://x2phlo4pks.apidog.io/remove-a-self-hosted-runner-from-a-group-for-an-organization-17914832e0.md): Removes a self-hosted runner from a group configured in an organization. The runner is then returned to the default group. - actions [List self-hosted runners for an organization](https://x2phlo4pks.apidog.io/list-self-hosted-runners-for-an-organization-17914833e0.md): Lists all self-hosted runners configured in an organization. - actions [List runner applications for an organization](https://x2phlo4pks.apidog.io/list-runner-applications-for-an-organization-17914834e0.md): Lists binaries for the runner application that you can download and run. - actions [Create a registration token for an organization](https://x2phlo4pks.apidog.io/create-a-registration-token-for-an-organization-17914835e0.md): Returns a token that you can pass to the `config` script. The token expires after one hour. - actions [Create a remove token for an organization](https://x2phlo4pks.apidog.io/create-a-remove-token-for-an-organization-17914836e0.md): Returns a token that you can pass to the `config` script to remove a self-hosted runner from an organization. The token expires after one hour. - actions [Get a self-hosted runner for an organization](https://x2phlo4pks.apidog.io/get-a-self-hosted-runner-for-an-organization-17914837e0.md): Gets a specific self-hosted runner configured in an organization. - actions [Delete a self-hosted runner from an organization](https://x2phlo4pks.apidog.io/delete-a-self-hosted-runner-from-an-organization-17914838e0.md): Forces the removal of a self-hosted runner from an organization. You can use this endpoint to completely remove the runner when the machine you were using no longer exists. - actions [List labels for a self-hosted runner for an organization](https://x2phlo4pks.apidog.io/list-labels-for-a-self-hosted-runner-for-an-organization-17914839e0.md): Lists all labels for a self-hosted runner configured in an organization. - actions [Add custom labels to a self-hosted runner for an organization](https://x2phlo4pks.apidog.io/add-custom-labels-to-a-self-hosted-runner-for-an-organization-17914840e0.md): Adds custom labels to a self-hosted runner configured in an organization. - actions [Set custom labels for a self-hosted runner for an organization](https://x2phlo4pks.apidog.io/set-custom-labels-for-a-self-hosted-runner-for-an-organization-17914841e0.md): Remove all previous custom labels and set the new custom labels for a specific - actions [Remove all custom labels from a self-hosted runner for an organization](https://x2phlo4pks.apidog.io/remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization-17914842e0.md): Remove all custom labels from a self-hosted runner configured in an - actions [Remove a custom label from a self-hosted runner for an organization](https://x2phlo4pks.apidog.io/remove-a-custom-label-from-a-self-hosted-runner-for-an-organization-17914843e0.md): Remove a custom label from a self-hosted runner configured - actions [List organization secrets](https://x2phlo4pks.apidog.io/list-organization-secrets-17914844e0.md): Lists all secrets available in an organization without revealing their - actions [Get an organization public key](https://x2phlo4pks.apidog.io/get-an-organization-public-key-17914845e0.md): Gets your public key, which you need to encrypt secrets. You need to - actions [Get an organization secret](https://x2phlo4pks.apidog.io/get-an-organization-secret-17914846e0.md): Gets a single organization secret without revealing its encrypted value. - actions [Create or update an organization secret](https://x2phlo4pks.apidog.io/create-or-update-an-organization-secret-17914847e0.md): Creates or updates an organization secret with an encrypted value. Encrypt your secret using - actions [Delete an organization secret](https://x2phlo4pks.apidog.io/delete-an-organization-secret-17914848e0.md): Deletes a secret in an organization using the secret name. - actions [List selected repositories for an organization secret](https://x2phlo4pks.apidog.io/list-selected-repositories-for-an-organization-secret-17914849e0.md): Lists all repositories that have been selected when the `visibility` - actions [Set selected repositories for an organization secret](https://x2phlo4pks.apidog.io/set-selected-repositories-for-an-organization-secret-17914850e0.md): Replaces all repositories for an organization secret when the `visibility` - actions [Add selected repository to an organization secret](https://x2phlo4pks.apidog.io/add-selected-repository-to-an-organization-secret-17914851e0.md): Adds a repository to an organization secret when the `visibility` for - actions [Remove selected repository from an organization secret](https://x2phlo4pks.apidog.io/remove-selected-repository-from-an-organization-secret-17914852e0.md): Removes a repository from an organization secret when the `visibility` - actions [List organization variables](https://x2phlo4pks.apidog.io/list-organization-variables-17914853e0.md): Lists all organization variables. - actions [Create an organization variable](https://x2phlo4pks.apidog.io/create-an-organization-variable-17914854e0.md): Creates an organization variable that you can reference in a GitHub Actions workflow. - actions [Get an organization variable](https://x2phlo4pks.apidog.io/get-an-organization-variable-17914855e0.md): Gets a specific variable in an organization. - actions [Update an organization variable](https://x2phlo4pks.apidog.io/update-an-organization-variable-17914856e0.md): Updates an organization variable that you can reference in a GitHub Actions workflow. - actions [Delete an organization variable](https://x2phlo4pks.apidog.io/delete-an-organization-variable-17914857e0.md): Deletes an organization variable using the variable name. - actions [List selected repositories for an organization variable](https://x2phlo4pks.apidog.io/list-selected-repositories-for-an-organization-variable-17914858e0.md): Lists all repositories that can access an organization variable - actions [Set selected repositories for an organization variable](https://x2phlo4pks.apidog.io/set-selected-repositories-for-an-organization-variable-17914859e0.md): Replaces all repositories for an organization variable that is available - actions [Add selected repository to an organization variable](https://x2phlo4pks.apidog.io/add-selected-repository-to-an-organization-variable-17914860e0.md): Adds a repository to an organization variable that is available to selected repositories. - actions [Remove selected repository from an organization variable](https://x2phlo4pks.apidog.io/remove-selected-repository-from-an-organization-variable-17914861e0.md): Removes a repository from an organization variable that is - actions [List artifacts for a repository](https://x2phlo4pks.apidog.io/list-artifacts-for-a-repository-17914862e0.md): Lists all artifacts for a repository. - actions [Get an artifact](https://x2phlo4pks.apidog.io/get-an-artifact-17914863e0.md): Gets a specific artifact for a workflow run. - actions [Delete an artifact](https://x2phlo4pks.apidog.io/delete-an-artifact-17914864e0.md): Deletes an artifact for a workflow run. - actions [Download an artifact](https://x2phlo4pks.apidog.io/download-an-artifact-17914865e0.md): Gets a redirect URL to download an archive for a repository. This URL expires after 1 minute. Look for `Location:` in - actions [Get GitHub Actions cache usage for a repository](https://x2phlo4pks.apidog.io/get-github-actions-cache-usage-for-a-repository-17914866e0.md): Gets GitHub Actions cache usage for a repository. - actions [Get GitHub Actions cache usage policy for a repository](https://x2phlo4pks.apidog.io/get-github-actions-cache-usage-policy-for-a-repository-17914867e0.md): Gets GitHub Actions cache usage policy for a repository. - actions [Set GitHub Actions cache usage policy for a repository](https://x2phlo4pks.apidog.io/set-github-actions-cache-usage-policy-for-a-repository-17914868e0.md): Sets GitHub Actions cache usage policy for a repository. - actions [List GitHub Actions caches for a repository](https://x2phlo4pks.apidog.io/list-github-actions-caches-for-a-repository-17914869e0.md): Lists the GitHub Actions caches for a repository. - actions [Delete GitHub Actions caches for a repository (using a cache key)](https://x2phlo4pks.apidog.io/delete-github-actions-caches-for-a-repository-using-a-cache-key-17914870e0.md): Deletes one or more GitHub Actions caches for a repository, using a complete cache key. By default, all caches that match the provided key are deleted, but you can optionally provide a Git ref to restrict deletions to caches that match both the provided key and the Git ref. - actions [Delete a GitHub Actions cache for a repository (using a cache ID)](https://x2phlo4pks.apidog.io/delete-a-github-actions-cache-for-a-repository-using-a-cache-id-17914871e0.md): Deletes a GitHub Actions cache for a repository, using a cache ID. - actions [Get a job for a workflow run](https://x2phlo4pks.apidog.io/get-a-job-for-a-workflow-run-17914872e0.md): Gets a specific job in a workflow run. - actions [Download job logs for a workflow run](https://x2phlo4pks.apidog.io/download-job-logs-for-a-workflow-run-17914873e0.md): Gets a redirect URL to download a plain text file of logs for a workflow job. This link expires after 1 minute. Look - actions [Re-run a job from a workflow run](https://x2phlo4pks.apidog.io/re-run-a-job-from-a-workflow-run-17914874e0.md): Re-run a job and its dependent jobs in a workflow run. - actions [Get the customization template for an OIDC subject claim for a repository](https://x2phlo4pks.apidog.io/get-the-customization-template-for-an-oidc-subject-claim-for-a-repository-17914875e0.md): Gets the customization template for an OpenID Connect (OIDC) subject claim. - actions [Set the customization template for an OIDC subject claim for a repository](https://x2phlo4pks.apidog.io/set-the-customization-template-for-an-oidc-subject-claim-for-a-repository-17914876e0.md): Sets the customization template and `opt-in` or `opt-out` flag for an OpenID Connect (OIDC) subject claim for a repository. - actions [List repository organization secrets](https://x2phlo4pks.apidog.io/list-repository-organization-secrets-17914877e0.md): Lists all organization secrets shared with a repository without revealing their encrypted - actions [List repository organization variables](https://x2phlo4pks.apidog.io/list-repository-organization-variables-17914878e0.md): Lists all organization variables shared with a repository. - actions [Get GitHub Actions permissions for a repository](https://x2phlo4pks.apidog.io/get-github-actions-permissions-for-a-repository-17914879e0.md): Gets the GitHub Actions permissions policy for a repository, including whether GitHub Actions is enabled and the actions allowed to run in the repository. - actions [Set GitHub Actions permissions for a repository](https://x2phlo4pks.apidog.io/set-github-actions-permissions-for-a-repository-17914880e0.md): Sets the GitHub Actions permissions policy for enabling GitHub Actions and allowed actions in the repository. - actions [Get the level of access for workflows outside of the repository](https://x2phlo4pks.apidog.io/get-the-level-of-access-for-workflows-outside-of-the-repository-17914881e0.md): Gets the level of access that workflows outside of the repository have to actions and reusable workflows in the repository. - actions [Set the level of access for workflows outside of the repository](https://x2phlo4pks.apidog.io/set-the-level-of-access-for-workflows-outside-of-the-repository-17914882e0.md): Sets the level of access that workflows outside of the repository have to actions and reusable workflows in the repository. - actions [Get allowed actions for a repository](https://x2phlo4pks.apidog.io/get-allowed-actions-for-a-repository-17914883e0.md): Gets the settings for selected actions that are allowed in a repository. To use this endpoint, the repository policy for `allowed_actions` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for a repository](#set-github-actions-permissions-for-a-repository)." - actions [Set allowed actions for a repository](https://x2phlo4pks.apidog.io/set-allowed-actions-for-a-repository-17914884e0.md): Sets the actions that are allowed in a repository. To use this endpoint, the repository permission policy for `allowed_actions` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for a repository](#set-github-actions-permissions-for-a-repository)." - actions [Get default workflow permissions for a repository](https://x2phlo4pks.apidog.io/get-default-workflow-permissions-for-a-repository-17914885e0.md): Gets the default workflow permissions granted to the `GITHUB_TOKEN` when running workflows in a repository, - actions [Set default workflow permissions for a repository](https://x2phlo4pks.apidog.io/set-default-workflow-permissions-for-a-repository-17914886e0.md): Sets the default workflow permissions granted to the `GITHUB_TOKEN` when running workflows in a repository, and sets if GitHub Actions - actions [List self-hosted runners for a repository](https://x2phlo4pks.apidog.io/list-self-hosted-runners-for-a-repository-17914887e0.md): Lists all self-hosted runners configured in a repository. - actions [List runner applications for a repository](https://x2phlo4pks.apidog.io/list-runner-applications-for-a-repository-17914888e0.md): Lists binaries for the runner application that you can download and run. - actions [Create a registration token for a repository](https://x2phlo4pks.apidog.io/create-a-registration-token-for-a-repository-17914889e0.md): Returns a token that you can pass to the `config` script. The token expires after one hour. - actions [Create a remove token for a repository](https://x2phlo4pks.apidog.io/create-a-remove-token-for-a-repository-17914890e0.md): Returns a token that you can pass to the `config` script to remove a self-hosted runner from an repository. The token expires after one hour. - actions [Get a self-hosted runner for a repository](https://x2phlo4pks.apidog.io/get-a-self-hosted-runner-for-a-repository-17914891e0.md): Gets a specific self-hosted runner configured in a repository. - actions [Delete a self-hosted runner from a repository](https://x2phlo4pks.apidog.io/delete-a-self-hosted-runner-from-a-repository-17914892e0.md): Forces the removal of a self-hosted runner from a repository. You can use this endpoint to completely remove the runner when the machine you were using no longer exists. - actions [List labels for a self-hosted runner for a repository](https://x2phlo4pks.apidog.io/list-labels-for-a-self-hosted-runner-for-a-repository-17914893e0.md): Lists all labels for a self-hosted runner configured in a repository. - actions [Add custom labels to a self-hosted runner for a repository](https://x2phlo4pks.apidog.io/add-custom-labels-to-a-self-hosted-runner-for-a-repository-17914894e0.md): Adds custom labels to a self-hosted runner configured in a repository. - actions [Set custom labels for a self-hosted runner for a repository](https://x2phlo4pks.apidog.io/set-custom-labels-for-a-self-hosted-runner-for-a-repository-17914895e0.md): Remove all previous custom labels and set the new custom labels for a specific - actions [Remove all custom labels from a self-hosted runner for a repository](https://x2phlo4pks.apidog.io/remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository-17914896e0.md): Remove all custom labels from a self-hosted runner configured in a - actions [Remove a custom label from a self-hosted runner for a repository](https://x2phlo4pks.apidog.io/remove-a-custom-label-from-a-self-hosted-runner-for-a-repository-17914897e0.md): Remove a custom label from a self-hosted runner configured - actions [List workflow runs for a repository](https://x2phlo4pks.apidog.io/list-workflow-runs-for-a-repository-17914898e0.md): Lists all workflow runs for a repository. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.9/rest/guides/getting-started-with-the-rest-api#parameters). - actions [Get a workflow run](https://x2phlo4pks.apidog.io/get-a-workflow-run-17914899e0.md): Gets a specific workflow run. - actions [Delete a workflow run](https://x2phlo4pks.apidog.io/delete-a-workflow-run-17914900e0.md): Deletes a specific workflow run. - actions [Get the review history for a workflow run](https://x2phlo4pks.apidog.io/get-the-review-history-for-a-workflow-run-17914901e0.md): Anyone with read access to the repository can use this endpoint. - actions [List workflow run artifacts](https://x2phlo4pks.apidog.io/list-workflow-run-artifacts-17914902e0.md): Lists artifacts for a workflow run. - actions [Get a workflow run attempt](https://x2phlo4pks.apidog.io/get-a-workflow-run-attempt-17914903e0.md): Gets a specific workflow run attempt. - actions [List jobs for a workflow run attempt](https://x2phlo4pks.apidog.io/list-jobs-for-a-workflow-run-attempt-17914904e0.md): Lists jobs for a specific workflow run attempt. You can use parameters to narrow the list of results. For more information - actions [Download workflow run attempt logs](https://x2phlo4pks.apidog.io/download-workflow-run-attempt-logs-17914905e0.md): Gets a redirect URL to download an archive of log files for a specific workflow run attempt. This link expires after - actions [Cancel a workflow run](https://x2phlo4pks.apidog.io/cancel-a-workflow-run-17914906e0.md): Cancels a workflow run using its `id`. - actions [List jobs for a workflow run](https://x2phlo4pks.apidog.io/list-jobs-for-a-workflow-run-17914907e0.md): Lists jobs for a workflow run. You can use parameters to narrow the list of results. For more information - actions [Download workflow run logs](https://x2phlo4pks.apidog.io/download-workflow-run-logs-17914908e0.md): Gets a redirect URL to download an archive of log files for a workflow run. This link expires after 1 minute. Look for - actions [Delete workflow run logs](https://x2phlo4pks.apidog.io/delete-workflow-run-logs-17914909e0.md): Deletes all logs for a workflow run. - actions [Get pending deployments for a workflow run](https://x2phlo4pks.apidog.io/get-pending-deployments-for-a-workflow-run-17914910e0.md): Get all deployment environments for a workflow run that are waiting for protection rules to pass. - actions [Review pending deployments for a workflow run](https://x2phlo4pks.apidog.io/review-pending-deployments-for-a-workflow-run-17914911e0.md): Approve or reject pending deployments that are waiting on approval by a required reviewer. - actions [Re-run a workflow](https://x2phlo4pks.apidog.io/re-run-a-workflow-17914912e0.md): Re-runs your workflow run using its `id`. - actions [Re-run failed jobs from a workflow run](https://x2phlo4pks.apidog.io/re-run-failed-jobs-from-a-workflow-run-17914913e0.md): Re-run all of the failed jobs and their dependent jobs in a workflow run using the `id` of the workflow run. - actions [List repository secrets](https://x2phlo4pks.apidog.io/list-repository-secrets-17914914e0.md): Lists all secrets available in a repository without revealing their encrypted - actions [Get a repository public key](https://x2phlo4pks.apidog.io/get-a-repository-public-key-17914915e0.md): Gets your public key, which you need to encrypt secrets. You need to - actions [Get a repository secret](https://x2phlo4pks.apidog.io/get-a-repository-secret-17914916e0.md): Gets a single repository secret without revealing its encrypted value. - actions [Create or update a repository secret](https://x2phlo4pks.apidog.io/create-or-update-a-repository-secret-17914917e0.md): Creates or updates a repository secret with an encrypted value. Encrypt your secret using - actions [Delete a repository secret](https://x2phlo4pks.apidog.io/delete-a-repository-secret-17914918e0.md): Deletes a secret in a repository using the secret name. - actions [List repository variables](https://x2phlo4pks.apidog.io/list-repository-variables-17914919e0.md): Lists all repository variables. - actions [Create a repository variable](https://x2phlo4pks.apidog.io/create-a-repository-variable-17914920e0.md): Creates a repository variable that you can reference in a GitHub Actions workflow. - actions [Get a repository variable](https://x2phlo4pks.apidog.io/get-a-repository-variable-17914921e0.md): Gets a specific variable in a repository. - actions [Update a repository variable](https://x2phlo4pks.apidog.io/update-a-repository-variable-17914922e0.md): Updates a repository variable that you can reference in a GitHub Actions workflow. - actions [Delete a repository variable](https://x2phlo4pks.apidog.io/delete-a-repository-variable-17914923e0.md): Deletes a repository variable using the variable name. - actions [List repository workflows](https://x2phlo4pks.apidog.io/list-repository-workflows-17914924e0.md): Lists the workflows in a repository. - actions [Get a workflow](https://x2phlo4pks.apidog.io/get-a-workflow-17914925e0.md): Gets a specific workflow. You can replace `workflow_id` with the workflow - actions [Disable a workflow](https://x2phlo4pks.apidog.io/disable-a-workflow-17914926e0.md): Disables a workflow and sets the `state` of the workflow to `disabled_manually`. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. - actions [Create a workflow dispatch event](https://x2phlo4pks.apidog.io/create-a-workflow-dispatch-event-17914927e0.md): You can use this endpoint to manually trigger a GitHub Actions workflow run. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. - actions [Enable a workflow](https://x2phlo4pks.apidog.io/enable-a-workflow-17914928e0.md): Enables a workflow and sets the `state` of the workflow to `active`. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. - actions [List workflow runs for a workflow](https://x2phlo4pks.apidog.io/list-workflow-runs-for-a-workflow-17914929e0.md): List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.9/rest/guides/getting-started-with-the-rest-api#parameters). - actions [List environment secrets](https://x2phlo4pks.apidog.io/list-environment-secrets-17914930e0.md): Lists all secrets available in an environment without revealing their - actions [Get an environment public key](https://x2phlo4pks.apidog.io/get-an-environment-public-key-17914931e0.md): Get the public key for an environment, which you need to encrypt environment - actions [Get an environment secret](https://x2phlo4pks.apidog.io/get-an-environment-secret-17914932e0.md): Gets a single environment secret without revealing its encrypted value. - actions [Create or update an environment secret](https://x2phlo4pks.apidog.io/create-or-update-an-environment-secret-17914933e0.md): Creates or updates an environment secret with an encrypted value. Encrypt your secret using - actions [Delete an environment secret](https://x2phlo4pks.apidog.io/delete-an-environment-secret-17914934e0.md): Deletes a secret in an environment using the secret name. - actions [List environment variables](https://x2phlo4pks.apidog.io/list-environment-variables-17914935e0.md): Lists all environment variables. - actions [Create an environment variable](https://x2phlo4pks.apidog.io/create-an-environment-variable-17914936e0.md): Create an environment variable that you can reference in a GitHub Actions workflow. - actions [Get an environment variable](https://x2phlo4pks.apidog.io/get-an-environment-variable-17914937e0.md): Gets a specific variable in an environment. - actions [Update an environment variable](https://x2phlo4pks.apidog.io/update-an-environment-variable-17914938e0.md): Updates an environment variable that you can reference in a GitHub Actions workflow. - actions [Delete an environment variable](https://x2phlo4pks.apidog.io/delete-an-environment-variable-17914939e0.md): Deletes an environment variable using the variable name. - code-scanning [List code scanning alerts for an enterprise](https://x2phlo4pks.apidog.io/list-code-scanning-alerts-for-an-enterprise-17914940e0.md): Lists code scanning alerts for the default branch for all eligible repositories in an enterprise. Eligible repositories are repositories that are owned by organizations that you own or for which you are a security manager. For more information, see "[Managing security managers in your organization](https://docs.github.com/enterprise-server@3.9/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)." - code-scanning [List code scanning alerts for an organization](https://x2phlo4pks.apidog.io/list-code-scanning-alerts-for-an-organization-17914941e0.md): Lists code scanning alerts for the default branch for all eligible repositories in an organization. Eligible repositories are repositories that are owned by organizations that you own or for which you are a security manager. For more information, see "[Managing security managers in your organization](https://docs.github.com/enterprise-server@3.9/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)." - code-scanning [List code scanning alerts for a repository](https://x2phlo4pks.apidog.io/list-code-scanning-alerts-for-a-repository-17914942e0.md): Lists code scanning alerts. - code-scanning [Get a code scanning alert](https://x2phlo4pks.apidog.io/get-a-code-scanning-alert-17914943e0.md): Gets a single code scanning alert. - code-scanning [Update a code scanning alert](https://x2phlo4pks.apidog.io/update-a-code-scanning-alert-17914944e0.md): Updates the status of a single code scanning alert. - code-scanning [List instances of a code scanning alert](https://x2phlo4pks.apidog.io/list-instances-of-a-code-scanning-alert-17914945e0.md): Lists all instances of the specified code scanning alert. - code-scanning [List code scanning analyses for a repository](https://x2phlo4pks.apidog.io/list-code-scanning-analyses-for-a-repository-17914946e0.md): Lists the details of all code scanning analyses for a repository, - code-scanning [Get a code scanning analysis for a repository](https://x2phlo4pks.apidog.io/get-a-code-scanning-analysis-for-a-repository-17914947e0.md): Gets a specified code scanning analysis for a repository. - code-scanning [Delete a code scanning analysis from a repository](https://x2phlo4pks.apidog.io/delete-a-code-scanning-analysis-from-a-repository-17914948e0.md): Deletes a specified code scanning analysis from a repository. - code-scanning [Get a code scanning default setup configuration](https://x2phlo4pks.apidog.io/get-a-code-scanning-default-setup-configuration-17914949e0.md): Gets a code scanning default setup configuration. - code-scanning [Update a code scanning default setup configuration](https://x2phlo4pks.apidog.io/update-a-code-scanning-default-setup-configuration-17914950e0.md): Updates a code scanning default setup configuration. - code-scanning [Upload an analysis as SARIF data](https://x2phlo4pks.apidog.io/upload-an-analysis-as-sarif-data-17914951e0.md): Uploads SARIF data containing the results of a code scanning analysis to make the results available in a repository. For troubleshooting information, see "[Troubleshooting SARIF uploads](https://docs.github.com/enterprise-server@3.9/code-security/code-scanning/troubleshooting-sarif)." - code-scanning [Get information about a SARIF upload](https://x2phlo4pks.apidog.io/get-information-about-a-sarif-upload-17914952e0.md): Gets information about a SARIF upload, including the status and the URL of the analysis that was uploaded so that you can retrieve details of the analysis. For more information, see "[Get a code scanning analysis for a repository](/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository)." - dependabot [List Dependabot alerts for an enterprise](https://x2phlo4pks.apidog.io/list-dependabot-alerts-for-an-enterprise-17914953e0.md): Lists Dependabot alerts for repositories that are owned by the specified enterprise. - dependabot [List Dependabot alerts for an organization](https://x2phlo4pks.apidog.io/list-dependabot-alerts-for-an-organization-17914954e0.md): Lists Dependabot alerts for an organization. - dependabot [List organization secrets](https://x2phlo4pks.apidog.io/list-organization-secrets-17914955e0.md): Lists all secrets available in an organization without revealing their - dependabot [Get an organization public key](https://x2phlo4pks.apidog.io/get-an-organization-public-key-17914956e0.md): Gets your public key, which you need to encrypt secrets. You need to - dependabot [Get an organization secret](https://x2phlo4pks.apidog.io/get-an-organization-secret-17914957e0.md): Gets a single organization secret without revealing its encrypted value. - dependabot [Create or update an organization secret](https://x2phlo4pks.apidog.io/create-or-update-an-organization-secret-17914958e0.md): Creates or updates an organization secret with an encrypted value. Encrypt your secret using - dependabot [Delete an organization secret](https://x2phlo4pks.apidog.io/delete-an-organization-secret-17914959e0.md): Deletes a secret in an organization using the secret name. - dependabot [List selected repositories for an organization secret](https://x2phlo4pks.apidog.io/list-selected-repositories-for-an-organization-secret-17914960e0.md): Lists all repositories that have been selected when the `visibility` - dependabot [Set selected repositories for an organization secret](https://x2phlo4pks.apidog.io/set-selected-repositories-for-an-organization-secret-17914961e0.md): Replaces all repositories for an organization secret when the `visibility` - dependabot [Add selected repository to an organization secret](https://x2phlo4pks.apidog.io/add-selected-repository-to-an-organization-secret-17914962e0.md): Adds a repository to an organization secret when the `visibility` for - dependabot [Remove selected repository from an organization secret](https://x2phlo4pks.apidog.io/remove-selected-repository-from-an-organization-secret-17914963e0.md): Removes a repository from an organization secret when the `visibility` - dependabot [List Dependabot alerts for a repository](https://x2phlo4pks.apidog.io/list-dependabot-alerts-for-a-repository-17914964e0.md): OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint. If this endpoint is only used with public repositories, the token can use the `public_repo` scope instead. - dependabot [Get a Dependabot alert](https://x2phlo4pks.apidog.io/get-a-dependabot-alert-17914965e0.md): OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint. If this endpoint is only used with public repositories, the token can use the `public_repo` scope instead. - dependabot [Update a Dependabot alert](https://x2phlo4pks.apidog.io/update-a-dependabot-alert-17914966e0.md): The authenticated user must have access to security alerts for the repository to use this endpoint. For more information, see "[Granting access to security alerts](https://docs.github.com/enterprise-server@3.9/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-security-alerts)." - dependabot [List repository secrets](https://x2phlo4pks.apidog.io/list-repository-secrets-17914967e0.md): Lists all secrets available in a repository without revealing their encrypted - dependabot [Get a repository public key](https://x2phlo4pks.apidog.io/get-a-repository-public-key-17914968e0.md): Gets your public key, which you need to encrypt secrets. You need to - dependabot [Get a repository secret](https://x2phlo4pks.apidog.io/get-a-repository-secret-17914969e0.md): Gets a single repository secret without revealing its encrypted value. - dependabot [Create or update a repository secret](https://x2phlo4pks.apidog.io/create-or-update-a-repository-secret-17914970e0.md): Creates or updates a repository secret with an encrypted value. Encrypt your secret using - dependabot [Delete a repository secret](https://x2phlo4pks.apidog.io/delete-a-repository-secret-17914971e0.md): Deletes a secret in a repository using the secret name. - secret-scanning [List secret scanning alerts for an enterprise](https://x2phlo4pks.apidog.io/list-secret-scanning-alerts-for-an-enterprise-17914972e0.md): Lists secret scanning alerts for eligible repositories in an enterprise, from newest to oldest. - secret-scanning [List secret scanning alerts for an organization](https://x2phlo4pks.apidog.io/list-secret-scanning-alerts-for-an-organization-17914973e0.md): Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest. - secret-scanning [List secret scanning alerts for a repository](https://x2phlo4pks.apidog.io/list-secret-scanning-alerts-for-a-repository-17914974e0.md): Lists secret scanning alerts for an eligible repository, from newest to oldest. - secret-scanning [Get a secret scanning alert](https://x2phlo4pks.apidog.io/get-a-secret-scanning-alert-17914975e0.md): Gets a single secret scanning alert detected in an eligible repository. - secret-scanning [Update a secret scanning alert](https://x2phlo4pks.apidog.io/update-a-secret-scanning-alert-17914976e0.md): Updates the status of a secret scanning alert in an eligible repository. - secret-scanning [List locations for a secret scanning alert](https://x2phlo4pks.apidog.io/list-locations-for-a-secret-scanning-alert-17914977e0.md): Lists all locations for a given secret scanning alert for an eligible repository. - billing [Get GitHub Advanced Security active committers for an enterprise](https://x2phlo4pks.apidog.io/get-github-advanced-security-active-committers-for-an-enterprise-17914978e0.md): Gets the GitHub Advanced Security active committers for an enterprise per repository. - billing [Get GitHub Advanced Security active committers for an organization](https://x2phlo4pks.apidog.io/get-github-advanced-security-active-committers-for-an-organization-17914979e0.md): Gets the GitHub Advanced Security active committers for an organization per repository. - activity [List public events](https://x2phlo4pks.apidog.io/list-public-events-17914980e0.md): We delay the public events feed by five minutes, which means the most recent event returned by the public events API actually occurred at least five minutes ago. - activity [Get feeds](https://x2phlo4pks.apidog.io/get-feeds-17914981e0.md): Lists the feeds available to the authenticated user. The response provides a URL for each feed. You can then get a specific feed by sending a request to one of the feed URLs. - activity [List public events for a network of repositories](https://x2phlo4pks.apidog.io/list-public-events-for-a-network-of-repositories-17914982e0.md): - activity [List notifications for the authenticated user](https://x2phlo4pks.apidog.io/list-notifications-for-the-authenticated-user-17914983e0.md): List all notifications for the current user, sorted by most recently updated. - activity [Mark notifications as read](https://x2phlo4pks.apidog.io/mark-notifications-as-read-17914984e0.md): Marks all notifications as "read" for the current user. If the number of notifications is too large to complete in one request, you will receive a `202 Accepted` status and GitHub Enterprise Server will run an asynchronous process to mark notifications as "read." To check whether any "unread" notifications remain, you can use the [List notifications for the authenticated user](https://docs.github.com/enterprise-server@3.9/rest/activity/notifications#list-notifications-for-the-authenticated-user) endpoint and pass the query parameter `all=false`. - activity [Get a thread](https://x2phlo4pks.apidog.io/get-a-thread-17914985e0.md): Gets information about a notification thread. - activity [Mark a thread as read](https://x2phlo4pks.apidog.io/mark-a-thread-as-read-17914986e0.md): Marks a thread as "read." Marking a thread as "read" is equivalent to clicking a notification in your notification inbox on GitHub Enterprise Server: https://github.com/notifications. - activity [Get a thread subscription for the authenticated user](https://x2phlo4pks.apidog.io/get-a-thread-subscription-for-the-authenticated-user-17914987e0.md): This checks to see if the current user is subscribed to a thread. You can also [get a repository subscription](https://docs.github.com/enterprise-server@3.9/rest/activity/watching#get-a-repository-subscription). - activity [Set a thread subscription](https://x2phlo4pks.apidog.io/set-a-thread-subscription-17914988e0.md): If you are watching a repository, you receive notifications for all threads by default. Use this endpoint to ignore future notifications for threads until you comment on the thread or get an **@mention**. - activity [Delete a thread subscription](https://x2phlo4pks.apidog.io/delete-a-thread-subscription-17914989e0.md): Mutes all future notifications for a conversation until you comment on the thread or get an **@mention**. If you are watching the repository of the thread, you will still receive notifications. To ignore future notifications for a repository you are watching, use the [Set a thread subscription](https://docs.github.com/enterprise-server@3.9/rest/activity/notifications#set-a-thread-subscription) endpoint and set `ignore` to `true`. - activity [List public organization events](https://x2phlo4pks.apidog.io/list-public-organization-events-17914990e0.md): - activity [List repository events](https://x2phlo4pks.apidog.io/list-repository-events-17914991e0.md): **Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h. - activity [List repository notifications for the authenticated user](https://x2phlo4pks.apidog.io/list-repository-notifications-for-the-authenticated-user-17914992e0.md): Lists all notifications for the current user in the specified repository. - activity [Mark repository notifications as read](https://x2phlo4pks.apidog.io/mark-repository-notifications-as-read-17914993e0.md): Marks all notifications in a repository as "read" for the current user. If the number of notifications is too large to complete in one request, you will receive a `202 Accepted` status and GitHub Enterprise Server will run an asynchronous process to mark notifications as "read." To check whether any "unread" notifications remain, you can use the [List repository notifications for the authenticated user](https://docs.github.com/enterprise-server@3.9/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user) endpoint and pass the query parameter `all=false`. - activity [List stargazers](https://x2phlo4pks.apidog.io/list-stargazers-17914994e0.md): Lists the people that have starred the repository. - activity [List watchers](https://x2phlo4pks.apidog.io/list-watchers-17914995e0.md): Lists the people watching the specified repository. - activity [Get a repository subscription](https://x2phlo4pks.apidog.io/get-a-repository-subscription-17914996e0.md): Gets information about whether the authenticated user is subscribed to the repository. - activity [Set a repository subscription](https://x2phlo4pks.apidog.io/set-a-repository-subscription-17914997e0.md): If you would like to watch a repository, set `subscribed` to `true`. If you would like to ignore notifications made within a repository, set `ignored` to `true`. If you would like to stop watching a repository, [delete the repository's subscription](https://docs.github.com/enterprise-server@3.9/rest/activity/watching#delete-a-repository-subscription) completely. - activity [Delete a repository subscription](https://x2phlo4pks.apidog.io/delete-a-repository-subscription-17914998e0.md): This endpoint should only be used to stop watching a repository. To control whether or not you wish to receive notifications from a repository, [set the repository's subscription manually](https://docs.github.com/enterprise-server@3.9/rest/activity/watching#set-a-repository-subscription). - activity [List repositories starred by the authenticated user](https://x2phlo4pks.apidog.io/list-repositories-starred-by-the-authenticated-user-17914999e0.md): Lists repositories the authenticated user has starred. - activity [Check if a repository is starred by the authenticated user](https://x2phlo4pks.apidog.io/check-if-a-repository-is-starred-by-the-authenticated-user-17915000e0.md): Whether the authenticated user has starred the repository. - activity [Star a repository for the authenticated user](https://x2phlo4pks.apidog.io/star-a-repository-for-the-authenticated-user-17915001e0.md): Note that you'll need to set `Content-Length` to zero when calling out to this endpoint. For more information, see "[HTTP method](https://docs.github.com/enterprise-server@3.9/rest/guides/getting-started-with-the-rest-api#http-method)." - activity [Unstar a repository for the authenticated user](https://x2phlo4pks.apidog.io/unstar-a-repository-for-the-authenticated-user-17915002e0.md): Unstar a repository that the authenticated user has previously starred. - activity [List repositories watched by the authenticated user](https://x2phlo4pks.apidog.io/list-repositories-watched-by-the-authenticated-user-17915003e0.md): Lists repositories the authenticated user is watching. - activity [List events for the authenticated user](https://x2phlo4pks.apidog.io/list-events-for-the-authenticated-user-17915004e0.md): If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. - activity [List organization events for the authenticated user](https://x2phlo4pks.apidog.io/list-organization-events-for-the-authenticated-user-17915005e0.md): This is the user's organization dashboard. You must be authenticated as the user to view this. - activity [List public events for a user](https://x2phlo4pks.apidog.io/list-public-events-for-a-user-17915006e0.md): - activity [List events received by the authenticated user](https://x2phlo4pks.apidog.io/list-events-received-by-the-authenticated-user-17915007e0.md): These are events that you've received by watching repositories and following users. If you are authenticated as the given user, you will see private events. Otherwise, you'll only see public events. - activity [List public events received by a user](https://x2phlo4pks.apidog.io/list-public-events-received-by-a-user-17915008e0.md): - activity [List repositories starred by a user](https://x2phlo4pks.apidog.io/list-repositories-starred-by-a-user-17915009e0.md): Lists repositories a user has starred. - activity [List repositories watched by a user](https://x2phlo4pks.apidog.io/list-repositories-watched-by-a-user-17915010e0.md): Lists repositories a user is watching. - gists [List gists for the authenticated user](https://x2phlo4pks.apidog.io/list-gists-for-the-authenticated-user-17915011e0.md): Lists the authenticated user's gists or if called anonymously, this endpoint returns all public gists: - gists [Create a gist](https://x2phlo4pks.apidog.io/create-a-gist-17915012e0.md): Allows you to add a new gist with one or more files. - gists [List public gists](https://x2phlo4pks.apidog.io/list-public-gists-17915013e0.md): List public gists sorted by most recently updated to least recently updated. - gists [List starred gists](https://x2phlo4pks.apidog.io/list-starred-gists-17915014e0.md): List the authenticated user's starred gists: - gists [Get a gist](https://x2phlo4pks.apidog.io/get-a-gist-17915015e0.md): Gets a specified gist. - gists [Update a gist](https://x2phlo4pks.apidog.io/update-a-gist-17915016e0.md): Allows you to update a gist's description and to update, delete, or rename gist files. Files - gists [Delete a gist](https://x2phlo4pks.apidog.io/delete-a-gist-17915017e0.md): - gists [List gist comments](https://x2phlo4pks.apidog.io/list-gist-comments-17915018e0.md): Lists the comments on a gist. - gists [Create a gist comment](https://x2phlo4pks.apidog.io/create-a-gist-comment-17915019e0.md): Creates a comment on a gist. - gists [Get a gist comment](https://x2phlo4pks.apidog.io/get-a-gist-comment-17915020e0.md): Gets a comment on a gist. - gists [Update a gist comment](https://x2phlo4pks.apidog.io/update-a-gist-comment-17915021e0.md): Updates a comment on a gist. - gists [Delete a gist comment](https://x2phlo4pks.apidog.io/delete-a-gist-comment-17915022e0.md): - gists [List gist commits](https://x2phlo4pks.apidog.io/list-gist-commits-17915023e0.md): - gists [List gist forks](https://x2phlo4pks.apidog.io/list-gist-forks-17915024e0.md): - gists [Fork a gist](https://x2phlo4pks.apidog.io/fork-a-gist-17915025e0.md): - gists [Check if a gist is starred](https://x2phlo4pks.apidog.io/check-if-a-gist-is-starred-17915026e0.md): - gists [Star a gist](https://x2phlo4pks.apidog.io/star-a-gist-17915027e0.md): Note that you'll need to set `Content-Length` to zero when calling out to this endpoint. For more information, see "[HTTP method](https://docs.github.com/enterprise-server@3.9/rest/guides/getting-started-with-the-rest-api#http-method)." - gists [Unstar a gist](https://x2phlo4pks.apidog.io/unstar-a-gist-17915028e0.md): - gists [Get a gist revision](https://x2phlo4pks.apidog.io/get-a-gist-revision-17915029e0.md): Gets a specified gist revision. - gists [List gists for a user](https://x2phlo4pks.apidog.io/list-gists-for-a-user-17915030e0.md): Lists public gists for the specified user: - gitignore [Get all gitignore templates](https://x2phlo4pks.apidog.io/get-all-gitignore-templates-17915031e0.md): List all templates available to pass as an option when [creating a repository](https://docs.github.com/enterprise-server@3.9/rest/repos/repos#create-a-repository-for-the-authenticated-user). - gitignore [Get a gitignore template](https://x2phlo4pks.apidog.io/get-a-gitignore-template-17915032e0.md): Get the content of a gitignore template. - issues [List issues assigned to the authenticated user](https://x2phlo4pks.apidog.io/list-issues-assigned-to-the-authenticated-user-17915033e0.md): List issues assigned to the authenticated user across all visible repositories including owned repositories, member - issues [List organization issues assigned to the authenticated user](https://x2phlo4pks.apidog.io/list-organization-issues-assigned-to-the-authenticated-user-17915034e0.md): List issues in an organization assigned to the authenticated user. - issues [List assignees](https://x2phlo4pks.apidog.io/list-assignees-17915035e0.md): Lists the [available assignees](https://docs.github.com/enterprise-server@3.9/articles/assigning-issues-and-pull-requests-to-other-github-users/) for issues in a repository. - issues [Check if a user can be assigned](https://x2phlo4pks.apidog.io/check-if-a-user-can-be-assigned-17915036e0.md): Checks if a user has permission to be assigned to an issue in this repository. - issues [List repository issues](https://x2phlo4pks.apidog.io/list-repository-issues-17915037e0.md): List issues in a repository. Only open issues will be listed. - issues [Create an issue](https://x2phlo4pks.apidog.io/create-an-issue-17915038e0.md): Any user with pull access to a repository can create an issue. If [issues are disabled in the repository](https://docs.github.com/enterprise-server@3.9/articles/disabling-issues/), the API returns a `410 Gone` status. - issues [List issue comments for a repository](https://x2phlo4pks.apidog.io/list-issue-comments-for-a-repository-17915039e0.md): You can use the REST API to list comments on issues and pull requests for a repository. Every pull request is an issue, but not every issue is a pull request. - issues [Get an issue comment](https://x2phlo4pks.apidog.io/get-an-issue-comment-17915040e0.md): You can use the REST API to get comments on issues and pull requests. Every pull request is an issue, but not every issue is a pull request. - issues [Update an issue comment](https://x2phlo4pks.apidog.io/update-an-issue-comment-17915041e0.md): You can use the REST API to update comments on issues and pull requests. Every pull request is an issue, but not every issue is a pull request. - issues [Delete an issue comment](https://x2phlo4pks.apidog.io/delete-an-issue-comment-17915042e0.md): You can use the REST API to delete comments on issues and pull requests. Every pull request is an issue, but not every issue is a pull request. - issues [List issue events for a repository](https://x2phlo4pks.apidog.io/list-issue-events-for-a-repository-17915043e0.md): Lists events for a repository. - issues [Get an issue event](https://x2phlo4pks.apidog.io/get-an-issue-event-17915044e0.md): Gets a single event by the event id. - issues [Get an issue](https://x2phlo4pks.apidog.io/get-an-issue-17915045e0.md): The API returns a [`301 Moved Permanently` status](https://docs.github.com/enterprise-server@3.9/rest/guides/best-practices-for-using-the-rest-api#follow-redirects) if the issue was - issues [Update an issue](https://x2phlo4pks.apidog.io/update-an-issue-17915046e0.md): Issue owners and users with push access can edit an issue. - issues [Add assignees to an issue](https://x2phlo4pks.apidog.io/add-assignees-to-an-issue-17915047e0.md): Adds up to 10 assignees to an issue. Users already assigned to an issue are not replaced. - issues [Remove assignees from an issue](https://x2phlo4pks.apidog.io/remove-assignees-from-an-issue-17915048e0.md): Removes one or more assignees from an issue. - issues [Check if a user can be assigned to a issue](https://x2phlo4pks.apidog.io/check-if-a-user-can-be-assigned-to-a-issue-17915049e0.md): Checks if a user has permission to be assigned to a specific issue. - issues [List issue comments](https://x2phlo4pks.apidog.io/list-issue-comments-17915050e0.md): You can use the REST API to list comments on issues and pull requests. Every pull request is an issue, but not every issue is a pull request. - issues [Create an issue comment](https://x2phlo4pks.apidog.io/create-an-issue-comment-17915051e0.md): You can use the REST API to create comments on issues and pull requests. Every pull request is an issue, but not every issue is a pull request. - issues [List issue events](https://x2phlo4pks.apidog.io/list-issue-events-17915052e0.md): Lists all events for an issue. - issues [List labels for an issue](https://x2phlo4pks.apidog.io/list-labels-for-an-issue-17915053e0.md): Lists all labels for an issue. - issues [Add labels to an issue](https://x2phlo4pks.apidog.io/add-labels-to-an-issue-17915054e0.md): Adds labels to an issue. If you provide an empty array of labels, all labels are removed from the issue. - issues [Set labels for an issue](https://x2phlo4pks.apidog.io/set-labels-for-an-issue-17915055e0.md): Removes any previous labels and sets the new labels for an issue. - issues [Remove all labels from an issue](https://x2phlo4pks.apidog.io/remove-all-labels-from-an-issue-17915056e0.md): Removes all labels from an issue. - issues [Remove a label from an issue](https://x2phlo4pks.apidog.io/remove-a-label-from-an-issue-17915057e0.md): Removes the specified label from the issue, and returns the remaining labels on the issue. This endpoint returns a `404 Not Found` status if the label does not exist. - issues [Lock an issue](https://x2phlo4pks.apidog.io/lock-an-issue-17915058e0.md): Users with push access can lock an issue or pull request's conversation. - issues [Unlock an issue](https://x2phlo4pks.apidog.io/unlock-an-issue-17915059e0.md): Users with push access can unlock an issue's conversation. - issues [List timeline events for an issue](https://x2phlo4pks.apidog.io/list-timeline-events-for-an-issue-17915060e0.md): List all timeline events for an issue. - issues [List labels for a repository](https://x2phlo4pks.apidog.io/list-labels-for-a-repository-17915061e0.md): Lists all labels for a repository. - issues [Create a label](https://x2phlo4pks.apidog.io/create-a-label-17915062e0.md): Creates a label for the specified repository with the given name and color. The name and color parameters are required. The color must be a valid [hexadecimal color code](http://www.color-hex.com/). - issues [Get a label](https://x2phlo4pks.apidog.io/get-a-label-17915063e0.md): Gets a label using the given name. - issues [Update a label](https://x2phlo4pks.apidog.io/update-a-label-17915064e0.md): Updates a label using the given label name. - issues [Delete a label](https://x2phlo4pks.apidog.io/delete-a-label-17915065e0.md): Deletes a label using the given label name. - issues [List milestones](https://x2phlo4pks.apidog.io/list-milestones-17915066e0.md): Lists milestones for a repository. - issues [Create a milestone](https://x2phlo4pks.apidog.io/create-a-milestone-17915067e0.md): Creates a milestone. - issues [Get a milestone](https://x2phlo4pks.apidog.io/get-a-milestone-17915068e0.md): Gets a milestone using the given milestone number. - issues [Update a milestone](https://x2phlo4pks.apidog.io/update-a-milestone-17915069e0.md): - issues [Delete a milestone](https://x2phlo4pks.apidog.io/delete-a-milestone-17915070e0.md): Deletes a milestone using the given milestone number. - issues [List labels for issues in a milestone](https://x2phlo4pks.apidog.io/list-labels-for-issues-in-a-milestone-17915071e0.md): Lists labels for issues in a milestone. - issues [List user account issues assigned to the authenticated user](https://x2phlo4pks.apidog.io/list-user-account-issues-assigned-to-the-authenticated-user-17915072e0.md): List issues across owned and member repositories assigned to the authenticated user. - licenses [Get all commonly used licenses](https://x2phlo4pks.apidog.io/get-all-commonly-used-licenses-17915073e0.md): Lists the most commonly used licenses on GitHub. For more information, see "[Licensing a repository ](https://docs.github.com/enterprise-server@3.9/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository)." - licenses [Get a license](https://x2phlo4pks.apidog.io/get-a-license-17915074e0.md): Gets information about a specific license. For more information, see "[Licensing a repository ](https://docs.github.com/enterprise-server@3.9/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository)." - licenses [Get the license for a repository](https://x2phlo4pks.apidog.io/get-the-license-for-a-repository-17915075e0.md): This method returns the contents of the repository's license file, if one is detected. - markdown [Render a Markdown document](https://x2phlo4pks.apidog.io/render-a-markdown-document-17915076e0.md): - markdown [Render a Markdown document in raw mode](https://x2phlo4pks.apidog.io/render-a-markdown-document-in-raw-mode-17915077e0.md): You must send Markdown as plain text (using a `Content-Type` header of `text/plain` or `text/x-markdown`) to this endpoint, rather than using JSON format. In raw mode, [GitHub Flavored Markdown](https://github.github.com/gfm/) is not supported and Markdown will be rendered in plain format like a README.md file. Markdown content must be 400 KB or less. - orgs [List organizations](https://x2phlo4pks.apidog.io/list-organizations-17915078e0.md): Lists all organizations, in the order that they were created. - orgs [Deprecated - List custom repository roles in an organization](https://x2phlo4pks.apidog.io/deprecated-list-custom-repository-roles-in-an-organization-17915079e0.md): **Note**: This operation is deprecated and will be removed in the future. - orgs [Get an organization](https://x2phlo4pks.apidog.io/get-an-organization-17915080e0.md): Gets information about an organization. - orgs [Update an organization](https://x2phlo4pks.apidog.io/update-an-organization-17915081e0.md): **Parameter Deprecation Notice:** GitHub Enterprise Server will replace and discontinue `members_allowed_repository_creation_type` in favor of more granular permissions. The new input parameters are `members_can_create_public_repositories`, `members_can_create_private_repositories` for all organizations and `members_can_create_internal_repositories` for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes). - orgs [Delete an organization](https://x2phlo4pks.apidog.io/delete-an-organization-17915082e0.md): Deletes an organization and all its repositories. - orgs [Get announcement banner for organization](https://x2phlo4pks.apidog.io/get-announcement-banner-for-organization-17915083e0.md): Gets the announcement banner currently set for the organization. Only returns the announcement banner set at the - orgs [Set announcement banner for organization](https://x2phlo4pks.apidog.io/set-announcement-banner-for-organization-17915084e0.md): Sets the announcement banner to display for the organization. - orgs [Remove announcement banner from organization](https://x2phlo4pks.apidog.io/remove-announcement-banner-from-organization-17915085e0.md): Removes the announcement banner currently set for the organization. - orgs [Get the audit log for an organization](https://x2phlo4pks.apidog.io/get-the-audit-log-for-an-organization-17915086e0.md): Gets the audit log for an organization. For more information, see "[Reviewing the audit log for your organization](https://docs.github.com/enterprise-server@3.9/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization)." - orgs [List custom repository roles in an organization](https://x2phlo4pks.apidog.io/list-custom-repository-roles-in-an-organization-17915087e0.md): List the custom repository roles available in this organization. For more information on custom repository roles, see "[About custom repository roles](https://docs.github.com/enterprise-server@3.9/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-repository-roles)." - orgs [Create a custom repository role](https://x2phlo4pks.apidog.io/create-a-custom-repository-role-17915088e0.md): Creates a custom repository role that can be used by all repositories owned by the organization. For more information on custom repository roles, see "[About custom repository roles](https://docs.github.com/enterprise-server@3.9/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-repository-roles)." - orgs [Get a custom repository role](https://x2phlo4pks.apidog.io/get-a-custom-repository-role-17915089e0.md): Gets a custom repository role that is available to all repositories owned by the organization. For more information on custom repository roles, see "[About custom repository roles](https://docs.github.com/enterprise-server@3.9/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-repository-roles)." - orgs [Update a custom repository role](https://x2phlo4pks.apidog.io/update-a-custom-repository-role-17915090e0.md): Updates a custom repository role that can be used by all repositories owned by the organization. For more information about custom repository roles, see "[About custom repository roles](https://docs.github.com/enterprise-server@3.9/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-repository-roles)." - orgs [Delete a custom repository role](https://x2phlo4pks.apidog.io/delete-a-custom-repository-role-17915091e0.md): Deletes a custom role from an organization. Once the custom role has been deleted, any - orgs [List organization webhooks](https://x2phlo4pks.apidog.io/list-organization-webhooks-17915092e0.md): You must be an organization owner to use this endpoint. - orgs [Create an organization webhook](https://x2phlo4pks.apidog.io/create-an-organization-webhook-17915093e0.md): Create a hook that posts payloads in JSON format. - orgs [Get an organization webhook](https://x2phlo4pks.apidog.io/get-an-organization-webhook-17915094e0.md): Returns a webhook configured in an organization. To get only the webhook - orgs [Update an organization webhook](https://x2phlo4pks.apidog.io/update-an-organization-webhook-17915095e0.md): Updates a webhook configured in an organization. When you update a webhook, - orgs [Delete an organization webhook](https://x2phlo4pks.apidog.io/delete-an-organization-webhook-17915096e0.md): You must be an organization owner to use this endpoint. - orgs [Get a webhook configuration for an organization](https://x2phlo4pks.apidog.io/get-a-webhook-configuration-for-an-organization-17915097e0.md): Returns the webhook configuration for an organization. To get more information about the webhook, including the `active` state and `events`, use "[Get an organization webhook ](/rest/orgs/webhooks#get-an-organization-webhook)." - orgs [Update a webhook configuration for an organization](https://x2phlo4pks.apidog.io/update-a-webhook-configuration-for-an-organization-17915098e0.md): Updates the webhook configuration for an organization. To update more information about the webhook, including the `active` state and `events`, use "[Update an organization webhook ](/rest/orgs/webhooks#update-an-organization-webhook)." - orgs [List deliveries for an organization webhook](https://x2phlo4pks.apidog.io/list-deliveries-for-an-organization-webhook-17915099e0.md): Returns a list of webhook deliveries for a webhook configured in an organization. - orgs [Get a webhook delivery for an organization webhook](https://x2phlo4pks.apidog.io/get-a-webhook-delivery-for-an-organization-webhook-17915100e0.md): Returns a delivery for a webhook configured in an organization. - orgs [Redeliver a delivery for an organization webhook](https://x2phlo4pks.apidog.io/redeliver-a-delivery-for-an-organization-webhook-17915101e0.md): Redeliver a delivery for a webhook configured in an organization. - orgs [Ping an organization webhook](https://x2phlo4pks.apidog.io/ping-an-organization-webhook-17915102e0.md): This will trigger a [ping event](https://docs.github.com/enterprise-server@3.9/webhooks/#ping-event) - orgs [List app installations for an organization](https://x2phlo4pks.apidog.io/list-app-installations-for-an-organization-17915103e0.md): Lists all GitHub Apps in an organization. The installation count includes - orgs [List organization members](https://x2phlo4pks.apidog.io/list-organization-members-17915104e0.md): List all users who are members of an organization. If the authenticated user is also a member of this organization then both concealed and public members will be returned. - orgs [Check organization membership for a user](https://x2phlo4pks.apidog.io/check-organization-membership-for-a-user-17915105e0.md): Check if a user is, publicly or privately, a member of the organization. - orgs [Remove an organization member](https://x2phlo4pks.apidog.io/remove-an-organization-member-17915106e0.md): Removing a user from this list will remove them from all teams and they will no longer have any access to the organization's repositories. - orgs [Get organization membership for a user](https://x2phlo4pks.apidog.io/get-organization-membership-for-a-user-17915107e0.md): In order to get a user's membership with an organization, the authenticated user must be an organization member. The `state` parameter in the response can be used to identify the user's membership status. - orgs [Set organization membership for a user](https://x2phlo4pks.apidog.io/set-organization-membership-for-a-user-17915108e0.md): Only authenticated organization owners can add a member to the organization or update the member's role. - orgs [Remove organization membership for a user](https://x2phlo4pks.apidog.io/remove-organization-membership-for-a-user-17915109e0.md): In order to remove a user's membership with an organization, the authenticated user must be an organization owner. - orgs [List outside collaborators for an organization](https://x2phlo4pks.apidog.io/list-outside-collaborators-for-an-organization-17915110e0.md): List all users who are outside collaborators of an organization. - orgs [Convert an organization member to outside collaborator](https://x2phlo4pks.apidog.io/convert-an-organization-member-to-outside-collaborator-17915111e0.md): When an organization member is converted to an outside collaborator, they'll only have access to the repositories that their current team membership allows. The user will no longer be a member of the organization. For more information, see "[Converting an organization member to an outside collaborator](https://docs.github.com/enterprise-server@3.9/articles/converting-an-organization-member-to-an-outside-collaborator/)". Converting an organization member to an outside collaborator may be restricted by enterprise administrators. For more information, see "[Enforcing repository management policies in your enterprise](https://docs.github.com/enterprise-server@3.9/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-inviting-outside-collaborators-to-repositories)." - orgs [Remove outside collaborator from an organization](https://x2phlo4pks.apidog.io/remove-outside-collaborator-from-an-organization-17915112e0.md): Removing a user from this list will remove them from all the organization's repositories. - orgs [List public organization members](https://x2phlo4pks.apidog.io/list-public-organization-members-17915113e0.md): Members of an organization can choose to have their membership publicized or not. - orgs [Check public organization membership for a user](https://x2phlo4pks.apidog.io/check-public-organization-membership-for-a-user-17915114e0.md): Check if the provided user is a public member of the organization. - orgs [Set public organization membership for the authenticated user](https://x2phlo4pks.apidog.io/set-public-organization-membership-for-the-authenticated-user-17915115e0.md): The user can publicize their own membership. (A user cannot publicize the membership for another user.) - orgs [Remove public organization membership for the authenticated user](https://x2phlo4pks.apidog.io/remove-public-organization-membership-for-the-authenticated-user-17915116e0.md): Removes the public membership for the authenticated user from the specified organization, unless public visibility is enforced by default. - orgs [List repository fine-grained permissions for an organization](https://x2phlo4pks.apidog.io/list-repository-fine-grained-permissions-for-an-organization-17915117e0.md): Lists the fine-grained permissions that can be used in custom repository roles for an organization. For more information, see "[About custom repository roles](https://docs.github.com/enterprise-server@3.9/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-repository-roles)." - orgs [List security manager teams](https://x2phlo4pks.apidog.io/list-security-manager-teams-17915118e0.md): Lists teams that are security managers for an organization. For more information, see "[Managing security managers in your organization](https://docs.github.com/enterprise-server@3.9/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)." - orgs [Add a security manager team](https://x2phlo4pks.apidog.io/add-a-security-manager-team-17915119e0.md): Adds a team as a security manager for an organization. For more information, see "[Managing security for an organization](https://docs.github.com/enterprise-server@3.9/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization) for an organization." - orgs [Remove a security manager team](https://x2phlo4pks.apidog.io/remove-a-security-manager-team-17915120e0.md): Removes the security manager role from a team for an organization. For more information, see "[Managing security managers in your organization](https://docs.github.com/enterprise-server@3.9/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization) team from an organization." - orgs [Enable or disable a security feature for an organization](https://x2phlo4pks.apidog.io/enable-or-disable-a-security-feature-for-an-organization-17915121e0.md): Enables or disables the specified security feature for all eligible repositories in an organization. For more information, see "[Managing security managers in your organization](https://docs.github.com/enterprise-server@3.9/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)." - orgs [List organization memberships for the authenticated user](https://x2phlo4pks.apidog.io/list-organization-memberships-for-the-authenticated-user-17915122e0.md): Lists all of the authenticated user's organization memberships. - orgs [Get an organization membership for the authenticated user](https://x2phlo4pks.apidog.io/get-an-organization-membership-for-the-authenticated-user-17915123e0.md): If the authenticated user is an active or pending member of the organization, this endpoint will return the user's membership. If the authenticated user is not affiliated with the organization, a `404` is returned. This endpoint will return a `403` if the request is made by a GitHub App that is blocked by the organization. - orgs [Update an organization membership for the authenticated user](https://x2phlo4pks.apidog.io/update-an-organization-membership-for-the-authenticated-user-17915124e0.md): Converts the authenticated user to an active member of the organization, if that user has a pending invitation from the organization. - orgs [List organizations for the authenticated user](https://x2phlo4pks.apidog.io/list-organizations-for-the-authenticated-user-17915125e0.md): List organizations for the authenticated user. - orgs [List organizations for a user](https://x2phlo4pks.apidog.io/list-organizations-for-a-user-17915126e0.md): List [public organization memberships](https://docs.github.com/enterprise-server@3.9/articles/publicizing-or-concealing-organization-membership) for the specified user. - oidc [Get the customization template for an OIDC subject claim for an organization](https://x2phlo4pks.apidog.io/get-the-customization-template-for-an-oidc-subject-claim-for-an-organization-17915127e0.md): Gets the customization template for an OpenID Connect (OIDC) subject claim. - oidc [Set the customization template for an OIDC subject claim for an organization](https://x2phlo4pks.apidog.io/set-the-customization-template-for-an-oidc-subject-claim-for-an-organization-17915128e0.md): Creates or updates the customization template for an OpenID Connect (OIDC) subject claim. - packages [Get list of conflicting packages during Docker migration for organization](https://x2phlo4pks.apidog.io/get-list-of-conflicting-packages-during-docker-migration-for-organization-17915129e0.md): Lists all packages that are in a specific organization, are readable by the requesting user, and that encountered a conflict during a Docker migration. - packages [List packages for an organization](https://x2phlo4pks.apidog.io/list-packages-for-an-organization-17915130e0.md): Lists packages in an organization readable by the user. - packages [Get a package for an organization](https://x2phlo4pks.apidog.io/get-a-package-for-an-organization-17915131e0.md): Gets a specific package in an organization. - packages [Delete a package for an organization](https://x2phlo4pks.apidog.io/delete-a-package-for-an-organization-17915132e0.md): Deletes an entire package in an organization. You cannot delete a public package if any version of the package has more than 5,000 downloads. In this scenario, contact GitHub support for further assistance. - packages [Restore a package for an organization](https://x2phlo4pks.apidog.io/restore-a-package-for-an-organization-17915133e0.md): Restores an entire package in an organization. - packages [List package versions for a package owned by an organization](https://x2phlo4pks.apidog.io/list-package-versions-for-a-package-owned-by-an-organization-17915134e0.md): Lists package versions for a package owned by an organization. - packages [Get a package version for an organization](https://x2phlo4pks.apidog.io/get-a-package-version-for-an-organization-17915135e0.md): Gets a specific package version in an organization. - packages [Delete package version for an organization](https://x2phlo4pks.apidog.io/delete-package-version-for-an-organization-17915136e0.md): Deletes a specific package version in an organization. If the package is public and the package version has more than 5,000 downloads, you cannot delete the package version. In this scenario, contact GitHub support for further assistance. - packages [Restore package version for an organization](https://x2phlo4pks.apidog.io/restore-package-version-for-an-organization-17915137e0.md): Restores a specific package version in an organization. - packages [Get list of conflicting packages during Docker migration for authenticated-user](https://x2phlo4pks.apidog.io/get-list-of-conflicting-packages-during-docker-migration-for-authenticated-user-17915138e0.md): Lists all packages that are owned by the authenticated user within the user's namespace, and that encountered a conflict during a Docker migration. - packages [List packages for the authenticated user's namespace](https://x2phlo4pks.apidog.io/list-packages-for-the-authenticated-users-namespace-17915139e0.md): Lists packages owned by the authenticated user within the user's namespace. - packages [Get a package for the authenticated user](https://x2phlo4pks.apidog.io/get-a-package-for-the-authenticated-user-17915140e0.md): Gets a specific package for a package owned by the authenticated user. - packages [Delete a package for the authenticated user](https://x2phlo4pks.apidog.io/delete-a-package-for-the-authenticated-user-17915141e0.md): Deletes a package owned by the authenticated user. You cannot delete a public package if any version of the package has more than 5,000 downloads. In this scenario, contact GitHub support for further assistance. - packages [Restore a package for the authenticated user](https://x2phlo4pks.apidog.io/restore-a-package-for-the-authenticated-user-17915142e0.md): Restores a package owned by the authenticated user. - packages [List package versions for a package owned by the authenticated user](https://x2phlo4pks.apidog.io/list-package-versions-for-a-package-owned-by-the-authenticated-user-17915143e0.md): Lists package versions for a package owned by the authenticated user. - packages [Get a package version for the authenticated user](https://x2phlo4pks.apidog.io/get-a-package-version-for-the-authenticated-user-17915144e0.md): Gets a specific package version for a package owned by the authenticated user. - packages [Delete a package version for the authenticated user](https://x2phlo4pks.apidog.io/delete-a-package-version-for-the-authenticated-user-17915145e0.md): Deletes a specific package version for a package owned by the authenticated user. If the package is public and the package version has more than 5,000 downloads, you cannot delete the package version. In this scenario, contact GitHub support for further assistance. - packages [Restore a package version for the authenticated user](https://x2phlo4pks.apidog.io/restore-a-package-version-for-the-authenticated-user-17915146e0.md): Restores a package version owned by the authenticated user. - packages [Get list of conflicting packages during Docker migration for user](https://x2phlo4pks.apidog.io/get-list-of-conflicting-packages-during-docker-migration-for-user-17915147e0.md): Lists all packages that are in a specific user's namespace, that the requesting user has access to, and that encountered a conflict during Docker migration. - packages [List packages for a user](https://x2phlo4pks.apidog.io/list-packages-for-a-user-17915148e0.md): Lists all packages in a user's namespace for which the requesting user has access. - packages [Get a package for a user](https://x2phlo4pks.apidog.io/get-a-package-for-a-user-17915149e0.md): Gets a specific package metadata for a public package owned by a user. - packages [Delete a package for a user](https://x2phlo4pks.apidog.io/delete-a-package-for-a-user-17915150e0.md): Deletes an entire package for a user. You cannot delete a public package if any version of the package has more than 5,000 downloads. In this scenario, contact GitHub support for further assistance. - packages [Restore a package for a user](https://x2phlo4pks.apidog.io/restore-a-package-for-a-user-17915151e0.md): Restores an entire package for a user. - packages [List package versions for a package owned by a user](https://x2phlo4pks.apidog.io/list-package-versions-for-a-package-owned-by-a-user-17915152e0.md): Lists package versions for a public package owned by a specified user. - packages [Get a package version for a user](https://x2phlo4pks.apidog.io/get-a-package-version-for-a-user-17915153e0.md): Gets a specific package version for a public package owned by a specified user. - packages [Delete package version for a user](https://x2phlo4pks.apidog.io/delete-package-version-for-a-user-17915154e0.md): Deletes a specific package version for a user. If the package is public and the package version has more than 5,000 downloads, you cannot delete the package version. In this scenario, contact GitHub support for further assistance. - packages [Restore package version for a user](https://x2phlo4pks.apidog.io/restore-package-version-for-a-user-17915155e0.md): Restores a specific package version for a user. - teams [Get an external group](https://x2phlo4pks.apidog.io/get-an-external-group-17915156e0.md): Displays information about the specific group's usage. Provides a list of the group's external members as well as a list of teams that this group is connected to. - teams [List external groups in an organization](https://x2phlo4pks.apidog.io/list-external-groups-in-an-organization-17915157e0.md): Lists external groups available in an organization. You can query the groups using the `display_name` parameter, only groups with a `group_name` containing the text provided in the `display_name` parameter will be returned. You can also limit your page results using the `per_page` parameter. GitHub Enterprise Server generates a url-encoded `page` token using a cursor value for where the next page begins. For more information on cursor pagination, see "[Offset and Cursor Pagination explained](https://dev.to/jackmarchant/offset-and-cursor-pagination-explained-b89)." - teams [List teams](https://x2phlo4pks.apidog.io/list-teams-17915158e0.md): Lists all teams in an organization that are visible to the authenticated user. - teams [Create a team](https://x2phlo4pks.apidog.io/create-a-team-17915159e0.md): To create a team, the authenticated user must be a member or owner of `{org}`. By default, organization members can create teams. Organization owners can limit team creation to organization owners. For more information, see "[Setting team creation permissions](https://docs.github.com/enterprise-server@3.9/articles/setting-team-creation-permissions-in-your-organization)." - teams [Get a team by name](https://x2phlo4pks.apidog.io/get-a-team-by-name-17915160e0.md): Gets a team using the team's `slug`. To create the `slug`, GitHub Enterprise Server replaces special characters in the `name` string, changes all words to lowercase, and replaces spaces with a `-` separator. For example, `"My TEam Näme"` would become `my-team-name`. - teams [Update a team](https://x2phlo4pks.apidog.io/update-a-team-17915161e0.md): To edit a team, the authenticated user must either be an organization owner or a team maintainer. - teams [Delete a team](https://x2phlo4pks.apidog.io/delete-a-team-17915162e0.md): To delete a team, the authenticated user must be an organization owner or team maintainer. - teams [List discussions](https://x2phlo4pks.apidog.io/list-discussions-17915163e0.md): List all discussions on a team's page. - teams [Create a discussion](https://x2phlo4pks.apidog.io/create-a-discussion-17915164e0.md): Creates a new discussion post on a team's page. - teams [Get a discussion](https://x2phlo4pks.apidog.io/get-a-discussion-17915165e0.md): Get a specific discussion on a team's page. - teams [Update a discussion](https://x2phlo4pks.apidog.io/update-a-discussion-17915166e0.md): Edits the title and body text of a discussion post. Only the parameters you provide are updated. - teams [Delete a discussion](https://x2phlo4pks.apidog.io/delete-a-discussion-17915167e0.md): Delete a discussion from a team's page. - teams [List discussion comments](https://x2phlo4pks.apidog.io/list-discussion-comments-17915168e0.md): List all comments on a team discussion. - teams [Create a discussion comment](https://x2phlo4pks.apidog.io/create-a-discussion-comment-17915169e0.md): Creates a new comment on a team discussion. - teams [Get a discussion comment](https://x2phlo4pks.apidog.io/get-a-discussion-comment-17915170e0.md): Get a specific comment on a team discussion. - teams [Update a discussion comment](https://x2phlo4pks.apidog.io/update-a-discussion-comment-17915171e0.md): Edits the body text of a discussion comment. - teams [Delete a discussion comment](https://x2phlo4pks.apidog.io/delete-a-discussion-comment-17915172e0.md): Deletes a comment on a team discussion. - teams [List a connection between an external group and a team](https://x2phlo4pks.apidog.io/list-a-connection-between-an-external-group-and-a-team-17915173e0.md): Lists a connection between a team and an external group. - teams [Update the connection between an external group and a team](https://x2phlo4pks.apidog.io/update-the-connection-between-an-external-group-and-a-team-17915174e0.md): Creates a connection between a team and an external group. Only one external group can be linked to a team. - teams [Remove the connection between an external group and a team](https://x2phlo4pks.apidog.io/remove-the-connection-between-an-external-group-and-a-team-17915175e0.md): Deletes a connection between a team and an external group. - teams [List team members](https://x2phlo4pks.apidog.io/list-team-members-17915176e0.md): Team members will include the members of child teams. - teams [Get team membership for a user](https://x2phlo4pks.apidog.io/get-team-membership-for-a-user-17915177e0.md): Team members will include the members of child teams. - teams [Add or update team membership for a user](https://x2phlo4pks.apidog.io/add-or-update-team-membership-for-a-user-17915178e0.md): Adds an organization member to a team. An authenticated organization owner or team maintainer can add organization members to a team. - teams [Remove team membership for a user](https://x2phlo4pks.apidog.io/remove-team-membership-for-a-user-17915179e0.md): To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team. - teams [List team projects](https://x2phlo4pks.apidog.io/list-team-projects-17915180e0.md): Lists the organization projects for a team. - teams [Check team permissions for a project](https://x2phlo4pks.apidog.io/check-team-permissions-for-a-project-17915181e0.md): Checks whether a team has `read`, `write`, or `admin` permissions for an organization project. The response includes projects inherited from a parent team. - teams [Add or update team project permissions](https://x2phlo4pks.apidog.io/add-or-update-team-project-permissions-17915182e0.md): Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have `admin` permissions for the project. The project and team must be part of the same organization. - teams [Remove a project from a team](https://x2phlo4pks.apidog.io/remove-a-project-from-a-team-17915183e0.md): Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have `read` access to both the team and project, or `admin` access to the team or project. This endpoint removes the project from the team, but does not delete the project. - teams [List team repositories](https://x2phlo4pks.apidog.io/list-team-repositories-17915184e0.md): Lists a team's repositories visible to the authenticated user. - teams [Check team permissions for a repository](https://x2phlo4pks.apidog.io/check-team-permissions-for-a-repository-17915185e0.md): Checks whether a team has `admin`, `push`, `maintain`, `triage`, or `pull` permission for a repository. Repositories inherited through a parent team will also be checked. - teams [Add or update team repository permissions](https://x2phlo4pks.apidog.io/add-or-update-team-repository-permissions-17915186e0.md): To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a `422 Unprocessable Entity` status if you attempt to add a repository to a team that is not owned by the organization. Note that, if you choose not to pass any parameters, you'll need to set `Content-Length` to zero when calling out to this endpoint. For more information, see "[HTTP method](https://docs.github.com/enterprise-server@3.9/rest/guides/getting-started-with-the-rest-api#http-method)." - teams [Remove a repository from a team](https://x2phlo4pks.apidog.io/remove-a-repository-from-a-team-17915187e0.md): If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. This does not delete the repository, it just removes it from the team. - teams [List child teams](https://x2phlo4pks.apidog.io/list-child-teams-17915188e0.md): Lists the child teams of the team specified by `{team_slug}`. - teams [Get a team (Legacy)](https://x2phlo4pks.apidog.io/get-a-team-legacy-17915189e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the [Get a team by name](https://docs.github.com/enterprise-server@3.9/rest/teams/teams#get-a-team-by-name) endpoint. - teams [Update a team (Legacy)](https://x2phlo4pks.apidog.io/update-a-team-legacy-17915190e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Update a team](https://docs.github.com/enterprise-server@3.9/rest/teams/teams#update-a-team) endpoint. - teams [Delete a team (Legacy)](https://x2phlo4pks.apidog.io/delete-a-team-legacy-17915191e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Delete a team](https://docs.github.com/enterprise-server@3.9/rest/teams/teams#delete-a-team) endpoint. - teams [List discussions (Legacy)](https://x2phlo4pks.apidog.io/list-discussions-legacy-17915192e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List discussions`](https://docs.github.com/enterprise-server@3.9/rest/teams/discussions#list-discussions) endpoint. - teams [Create a discussion (Legacy)](https://x2phlo4pks.apidog.io/create-a-discussion-legacy-17915193e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create a discussion`](https://docs.github.com/enterprise-server@3.9/rest/teams/discussions#create-a-discussion) endpoint. - teams [Get a discussion (Legacy)](https://x2phlo4pks.apidog.io/get-a-discussion-legacy-17915194e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Get a discussion](https://docs.github.com/enterprise-server@3.9/rest/teams/discussions#get-a-discussion) endpoint. - teams [Update a discussion (Legacy)](https://x2phlo4pks.apidog.io/update-a-discussion-legacy-17915195e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Update a discussion](https://docs.github.com/enterprise-server@3.9/rest/teams/discussions#update-a-discussion) endpoint. - teams [Delete a discussion (Legacy)](https://x2phlo4pks.apidog.io/delete-a-discussion-legacy-17915196e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Delete a discussion`](https://docs.github.com/enterprise-server@3.9/rest/teams/discussions#delete-a-discussion) endpoint. - teams [List discussion comments (Legacy)](https://x2phlo4pks.apidog.io/list-discussion-comments-legacy-17915197e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [List discussion comments](https://docs.github.com/enterprise-server@3.9/rest/teams/discussion-comments#list-discussion-comments) endpoint. - teams [Create a discussion comment (Legacy)](https://x2phlo4pks.apidog.io/create-a-discussion-comment-legacy-17915198e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Create a discussion comment](https://docs.github.com/enterprise-server@3.9/rest/teams/discussion-comments#create-a-discussion-comment) endpoint. - teams [Get a discussion comment (Legacy)](https://x2phlo4pks.apidog.io/get-a-discussion-comment-legacy-17915199e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Get a discussion comment](https://docs.github.com/enterprise-server@3.9/rest/teams/discussion-comments#get-a-discussion-comment) endpoint. - teams [Update a discussion comment (Legacy)](https://x2phlo4pks.apidog.io/update-a-discussion-comment-legacy-17915200e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Update a discussion comment](https://docs.github.com/enterprise-server@3.9/rest/teams/discussion-comments#update-a-discussion-comment) endpoint. - teams [Delete a discussion comment (Legacy)](https://x2phlo4pks.apidog.io/delete-a-discussion-comment-legacy-17915201e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Delete a discussion comment](https://docs.github.com/enterprise-server@3.9/rest/teams/discussion-comments#delete-a-discussion-comment) endpoint. - teams [List team members (Legacy)](https://x2phlo4pks.apidog.io/list-team-members-legacy-17915202e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List team members`](https://docs.github.com/enterprise-server@3.9/rest/teams/members#list-team-members) endpoint. - teams [Get team member (Legacy)](https://x2phlo4pks.apidog.io/get-team-member-legacy-17915203e0.md): The "Get team member" endpoint (described below) is deprecated. - teams [Add team member (Legacy)](https://x2phlo4pks.apidog.io/add-team-member-legacy-17915204e0.md): The "Add team member" endpoint (described below) is deprecated. - teams [Remove team member (Legacy)](https://x2phlo4pks.apidog.io/remove-team-member-legacy-17915205e0.md): The "Remove team member" endpoint (described below) is deprecated. - teams [Get team membership for a user (Legacy)](https://x2phlo4pks.apidog.io/get-team-membership-for-a-user-legacy-17915206e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Get team membership for a user](https://docs.github.com/enterprise-server@3.9/rest/teams/members#get-team-membership-for-a-user) endpoint. - teams [Add or update team membership for a user (Legacy)](https://x2phlo4pks.apidog.io/add-or-update-team-membership-for-a-user-legacy-17915207e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Add or update team membership for a user](https://docs.github.com/enterprise-server@3.9/rest/teams/members#add-or-update-team-membership-for-a-user) endpoint. - teams [Remove team membership for a user (Legacy)](https://x2phlo4pks.apidog.io/remove-team-membership-for-a-user-legacy-17915208e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Remove team membership for a user](https://docs.github.com/enterprise-server@3.9/rest/teams/members#remove-team-membership-for-a-user) endpoint. - teams [List team projects (Legacy)](https://x2phlo4pks.apidog.io/list-team-projects-legacy-17915209e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List team projects`](https://docs.github.com/enterprise-server@3.9/rest/teams/teams#list-team-projects) endpoint. - teams [Check team permissions for a project (Legacy)](https://x2phlo4pks.apidog.io/check-team-permissions-for-a-project-legacy-17915210e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Check team permissions for a project](https://docs.github.com/enterprise-server@3.9/rest/teams/teams#check-team-permissions-for-a-project) endpoint. - teams [Add or update team project permissions (Legacy)](https://x2phlo4pks.apidog.io/add-or-update-team-project-permissions-legacy-17915211e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Add or update team project permissions](https://docs.github.com/enterprise-server@3.9/rest/teams/teams#add-or-update-team-project-permissions) endpoint. - teams [Remove a project from a team (Legacy)](https://x2phlo4pks.apidog.io/remove-a-project-from-a-team-legacy-17915212e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Remove a project from a team](https://docs.github.com/enterprise-server@3.9/rest/teams/teams#remove-a-project-from-a-team) endpoint. - teams [List team repositories (Legacy)](https://x2phlo4pks.apidog.io/list-team-repositories-legacy-17915213e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [List team repositories](https://docs.github.com/enterprise-server@3.9/rest/teams/teams#list-team-repositories) endpoint. - teams [Check team permissions for a repository (Legacy)](https://x2phlo4pks.apidog.io/check-team-permissions-for-a-repository-legacy-17915214e0.md): **Note**: Repositories inherited through a parent team will also be checked. - teams [Add or update team repository permissions (Legacy)](https://x2phlo4pks.apidog.io/add-or-update-team-repository-permissions-legacy-17915215e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Add or update team repository permissions](https://docs.github.com/enterprise-server@3.9/rest/teams/teams#add-or-update-team-repository-permissions)" endpoint. - teams [Remove a repository from a team (Legacy)](https://x2phlo4pks.apidog.io/remove-a-repository-from-a-team-legacy-17915216e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Remove a repository from a team](https://docs.github.com/enterprise-server@3.9/rest/teams/teams#remove-a-repository-from-a-team) endpoint. - teams [List child teams (Legacy)](https://x2phlo4pks.apidog.io/list-child-teams-legacy-17915217e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List child teams`](https://docs.github.com/enterprise-server@3.9/rest/teams/teams#list-child-teams) endpoint. - teams [List teams for the authenticated user](https://x2phlo4pks.apidog.io/list-teams-for-the-authenticated-user-17915218e0.md): List all of the teams across all of the organizations to which the authenticated - migrations [List organization migrations](https://x2phlo4pks.apidog.io/list-organization-migrations-17915219e0.md): Lists the most recent migrations, including both exports (which can be started through the REST API) and imports (which cannot be started using the REST API). - migrations [Start an organization migration](https://x2phlo4pks.apidog.io/start-an-organization-migration-17915220e0.md): Initiates the generation of a migration archive. - migrations [Get an organization migration status](https://x2phlo4pks.apidog.io/get-an-organization-migration-status-17915221e0.md): Fetches the status of a migration. - migrations [Download an organization migration archive](https://x2phlo4pks.apidog.io/download-an-organization-migration-archive-17915222e0.md): Fetches the URL to a migration archive. - migrations [Delete an organization migration archive](https://x2phlo4pks.apidog.io/delete-an-organization-migration-archive-17915223e0.md): Deletes a previous migration archive. Migration archives are automatically deleted after seven days. - migrations [Unlock an organization repository](https://x2phlo4pks.apidog.io/unlock-an-organization-repository-17915224e0.md): Unlocks a repository that was locked for migration. You should unlock each migrated repository and [delete them](https://docs.github.com/enterprise-server@3.9/rest/repos/repos#delete-a-repository) when the migration is complete and you no longer need the source data. - migrations [List repositories in an organization migration](https://x2phlo4pks.apidog.io/list-repositories-in-an-organization-migration-17915225e0.md): List all the repositories for this organization migration. - migrations [List user migrations](https://x2phlo4pks.apidog.io/list-user-migrations-17915226e0.md): Lists all migrations a user has started. - migrations [Start a user migration](https://x2phlo4pks.apidog.io/start-a-user-migration-17915227e0.md): Initiates the generation of a user migration archive. - migrations [Download a user migration archive](https://x2phlo4pks.apidog.io/download-a-user-migration-archive-17915228e0.md): Fetches the URL to download the migration archive as a `tar.gz` file. Depending on the resources your repository uses, the migration archive can contain JSON files with data for these objects: - migrations [List repositories for a user migration](https://x2phlo4pks.apidog.io/list-repositories-for-a-user-migration-17915229e0.md): Lists all the repositories for this user migration. - projects [List organization projects](https://x2phlo4pks.apidog.io/list-organization-projects-17915230e0.md): Lists the projects in an organization. Returns a `404 Not Found` status if projects are disabled in the organization. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned. - projects [Create an organization project](https://x2phlo4pks.apidog.io/create-an-organization-project-17915231e0.md): Creates an organization project board. Returns a `410 Gone` status if projects are disabled in the organization or if the organization does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned. - projects [Get a project card](https://x2phlo4pks.apidog.io/get-a-project-card-17915232e0.md): Gets information about a project card. - projects [Update an existing project card](https://x2phlo4pks.apidog.io/update-an-existing-project-card-17915233e0.md): - projects [Delete a project card](https://x2phlo4pks.apidog.io/delete-a-project-card-17915234e0.md): Deletes a project card - projects [Move a project card](https://x2phlo4pks.apidog.io/move-a-project-card-17915235e0.md): - projects [Get a project column](https://x2phlo4pks.apidog.io/get-a-project-column-17915236e0.md): Gets information about a project column. - projects [Update an existing project column](https://x2phlo4pks.apidog.io/update-an-existing-project-column-17915237e0.md): - projects [Delete a project column](https://x2phlo4pks.apidog.io/delete-a-project-column-17915238e0.md): Deletes a project column. - projects [List project cards](https://x2phlo4pks.apidog.io/list-project-cards-17915239e0.md): Lists the project cards in a project. - projects [Create a project card](https://x2phlo4pks.apidog.io/create-a-project-card-17915240e0.md): - projects [Move a project column](https://x2phlo4pks.apidog.io/move-a-project-column-17915241e0.md): - projects [Get a project](https://x2phlo4pks.apidog.io/get-a-project-17915242e0.md): Gets a project by its `id`. Returns a `404 Not Found` status if projects are disabled. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned. - projects [Update a project](https://x2phlo4pks.apidog.io/update-a-project-17915243e0.md): Updates a project board's information. Returns a `404 Not Found` status if projects are disabled. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned. - projects [Delete a project](https://x2phlo4pks.apidog.io/delete-a-project-17915244e0.md): Deletes a project board. Returns a `404 Not Found` status if projects are disabled. - projects [List project collaborators](https://x2phlo4pks.apidog.io/list-project-collaborators-17915245e0.md): Lists the collaborators for an organization project. For a project, the list of collaborators includes outside collaborators, organization members that are direct collaborators, organization members with access through team memberships, organization members with access through default organization permissions, and organization owners. You must be an organization owner or a project `admin` to list collaborators. - projects [Add project collaborator](https://x2phlo4pks.apidog.io/add-project-collaborator-17915246e0.md): Adds a collaborator to an organization project and sets their permission level. You must be an organization owner or a project `admin` to add a collaborator. - projects [Remove user as a collaborator](https://x2phlo4pks.apidog.io/remove-user-as-a-collaborator-17915247e0.md): Removes a collaborator from an organization project. You must be an organization owner or a project `admin` to remove a collaborator. - projects [Get project permission for a user](https://x2phlo4pks.apidog.io/get-project-permission-for-a-user-17915248e0.md): Returns the collaborator's permission level for an organization project. Possible values for the `permission` key: `admin`, `write`, `read`, `none`. You must be an organization owner or a project `admin` to review a user's permission level. - projects [List project columns](https://x2phlo4pks.apidog.io/list-project-columns-17915249e0.md): Lists the project columns in a project. - projects [Create a project column](https://x2phlo4pks.apidog.io/create-a-project-column-17915250e0.md): Creates a new project column. - projects [List repository projects](https://x2phlo4pks.apidog.io/list-repository-projects-17915251e0.md): Lists the projects in a repository. Returns a `404 Not Found` status if projects are disabled in the repository. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned. - projects [Create a repository project](https://x2phlo4pks.apidog.io/create-a-repository-project-17915252e0.md): Creates a repository project board. Returns a `410 Gone` status if projects are disabled in the repository or if the repository does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned. - projects [Create a user project](https://x2phlo4pks.apidog.io/create-a-user-project-17915253e0.md): Creates a user project board. Returns a `410 Gone` status if the user does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned. - projects [List user projects](https://x2phlo4pks.apidog.io/list-user-projects-17915254e0.md): Lists projects for a user. - repos [List organization repositories](https://x2phlo4pks.apidog.io/list-organization-repositories-17915255e0.md): Lists repositories for the specified organization. - repos [Create an organization repository](https://x2phlo4pks.apidog.io/create-an-organization-repository-17915256e0.md): Creates a new repository in the specified organization. The authenticated user must be a member of the organization. - repos [Get a repository](https://x2phlo4pks.apidog.io/get-a-repository-17915257e0.md): The `parent` and `source` objects are present when the repository is a fork. `parent` is the repository this repository was forked from, `source` is the ultimate source for the network. - repos [Update a repository](https://x2phlo4pks.apidog.io/update-a-repository-17915258e0.md): **Note**: To edit a repository's topics, use the [Replace all repository topics](https://docs.github.com/enterprise-server@3.9/rest/repos/repos#replace-all-repository-topics) endpoint. - repos [Delete a repository](https://x2phlo4pks.apidog.io/delete-a-repository-17915259e0.md): Deleting a repository requires admin access. - repos [Get all autolinks of a repository](https://x2phlo4pks.apidog.io/get-all-autolinks-of-a-repository-17915260e0.md): Gets all autolinks that are configured for a repository. - repos [Create an autolink reference for a repository](https://x2phlo4pks.apidog.io/create-an-autolink-reference-for-a-repository-17915261e0.md): Users with admin access to the repository can create an autolink. - repos [Get an autolink reference of a repository](https://x2phlo4pks.apidog.io/get-an-autolink-reference-of-a-repository-17915262e0.md): This returns a single autolink reference by ID that was configured for the given repository. - repos [Delete an autolink reference from a repository](https://x2phlo4pks.apidog.io/delete-an-autolink-reference-from-a-repository-17915263e0.md): This deletes a single autolink reference by ID that was configured for the given repository. - repos [List branches](https://x2phlo4pks.apidog.io/list-branches-17915264e0.md): - repos [Get a branch](https://x2phlo4pks.apidog.io/get-a-branch-17915265e0.md): - repos [Get branch protection](https://x2phlo4pks.apidog.io/get-branch-protection-17915266e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Update branch protection](https://x2phlo4pks.apidog.io/update-branch-protection-17915267e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Delete branch protection](https://x2phlo4pks.apidog.io/delete-branch-protection-17915268e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Get admin branch protection](https://x2phlo4pks.apidog.io/get-admin-branch-protection-17915269e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Set admin branch protection](https://x2phlo4pks.apidog.io/set-admin-branch-protection-17915270e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Delete admin branch protection](https://x2phlo4pks.apidog.io/delete-admin-branch-protection-17915271e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Get pull request review protection](https://x2phlo4pks.apidog.io/get-pull-request-review-protection-17915272e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Update pull request review protection](https://x2phlo4pks.apidog.io/update-pull-request-review-protection-17915273e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Delete pull request review protection](https://x2phlo4pks.apidog.io/delete-pull-request-review-protection-17915274e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Get commit signature protection](https://x2phlo4pks.apidog.io/get-commit-signature-protection-17915275e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Create commit signature protection](https://x2phlo4pks.apidog.io/create-commit-signature-protection-17915276e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Delete commit signature protection](https://x2phlo4pks.apidog.io/delete-commit-signature-protection-17915277e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Get status checks protection](https://x2phlo4pks.apidog.io/get-status-checks-protection-17915278e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Update status check protection](https://x2phlo4pks.apidog.io/update-status-check-protection-17915279e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Remove status check protection](https://x2phlo4pks.apidog.io/remove-status-check-protection-17915280e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Get all status check contexts](https://x2phlo4pks.apidog.io/get-all-status-check-contexts-17915281e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Add status check contexts](https://x2phlo4pks.apidog.io/add-status-check-contexts-17915282e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Set status check contexts](https://x2phlo4pks.apidog.io/set-status-check-contexts-17915283e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Remove status check contexts](https://x2phlo4pks.apidog.io/remove-status-check-contexts-17915284e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Get access restrictions](https://x2phlo4pks.apidog.io/get-access-restrictions-17915285e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Delete access restrictions](https://x2phlo4pks.apidog.io/delete-access-restrictions-17915286e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Get apps with access to the protected branch](https://x2phlo4pks.apidog.io/get-apps-with-access-to-the-protected-branch-17915287e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Add app access restrictions](https://x2phlo4pks.apidog.io/add-app-access-restrictions-17915288e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Set app access restrictions](https://x2phlo4pks.apidog.io/set-app-access-restrictions-17915289e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Remove app access restrictions](https://x2phlo4pks.apidog.io/remove-app-access-restrictions-17915290e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Get teams with access to the protected branch](https://x2phlo4pks.apidog.io/get-teams-with-access-to-the-protected-branch-17915291e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Add team access restrictions](https://x2phlo4pks.apidog.io/add-team-access-restrictions-17915292e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Set team access restrictions](https://x2phlo4pks.apidog.io/set-team-access-restrictions-17915293e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Remove team access restrictions](https://x2phlo4pks.apidog.io/remove-team-access-restrictions-17915294e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Get users with access to the protected branch](https://x2phlo4pks.apidog.io/get-users-with-access-to-the-protected-branch-17915295e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Add user access restrictions](https://x2phlo4pks.apidog.io/add-user-access-restrictions-17915296e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Set user access restrictions](https://x2phlo4pks.apidog.io/set-user-access-restrictions-17915297e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Remove user access restrictions](https://x2phlo4pks.apidog.io/remove-user-access-restrictions-17915298e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [Rename a branch](https://x2phlo4pks.apidog.io/rename-a-branch-17915299e0.md): Renames a branch in a repository. - repos [List CODEOWNERS errors](https://x2phlo4pks.apidog.io/list-codeowners-errors-17915300e0.md): List any syntax errors that are detected in the CODEOWNERS - repos [List repository collaborators](https://x2phlo4pks.apidog.io/list-repository-collaborators-17915301e0.md): For organization-owned repositories, the list of collaborators includes outside collaborators, organization members that are direct collaborators, organization members with access through team memberships, organization members with access through default organization permissions, and organization owners. - repos [Check if a user is a repository collaborator](https://x2phlo4pks.apidog.io/check-if-a-user-is-a-repository-collaborator-17915302e0.md): For organization-owned repositories, the list of collaborators includes outside collaborators, organization members that are direct collaborators, organization members with access through team memberships, organization members with access through default organization permissions, and organization owners. - repos [Add a repository collaborator](https://x2phlo4pks.apidog.io/add-a-repository-collaborator-17915303e0.md): This endpoint triggers [notifications](https://docs.github.com/enterprise-server@3.9/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/enterprise-server@3.9/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/enterprise-server@3.9/rest/guides/best-practices-for-using-the-rest-api)." - repos [Remove a repository collaborator](https://x2phlo4pks.apidog.io/remove-a-repository-collaborator-17915304e0.md): Removes a collaborator from a repository. - repos [Get repository permissions for a user](https://x2phlo4pks.apidog.io/get-repository-permissions-for-a-user-17915305e0.md): Checks the repository permission of a collaborator. The possible repository - repos [List commit comments for a repository](https://x2phlo4pks.apidog.io/list-commit-comments-for-a-repository-17915306e0.md): Lists the commit comments for a specified repository. Comments are ordered by ascending ID. - repos [Get a commit comment](https://x2phlo4pks.apidog.io/get-a-commit-comment-17915307e0.md): Gets a specified commit comment. - repos [Update a commit comment](https://x2phlo4pks.apidog.io/update-a-commit-comment-17915308e0.md): Updates the contents of a specified commit comment. - repos [Delete a commit comment](https://x2phlo4pks.apidog.io/delete-a-commit-comment-17915309e0.md): - repos [List commits](https://x2phlo4pks.apidog.io/list-commits-17915310e0.md): **Signature verification object** - repos [List branches for HEAD commit](https://x2phlo4pks.apidog.io/list-branches-for-head-commit-17915311e0.md): Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - repos [List commit comments](https://x2phlo4pks.apidog.io/list-commit-comments-17915312e0.md): Lists the comments for a specified commit. - repos [Create a commit comment](https://x2phlo4pks.apidog.io/create-a-commit-comment-17915313e0.md): Create a comment for a commit using its `:commit_sha`. - repos [List pull requests associated with a commit](https://x2phlo4pks.apidog.io/list-pull-requests-associated-with-a-commit-17915314e0.md): Lists the merged pull request that introduced the commit to the repository. If the commit is not present in the default branch, will only return open pull requests associated with the commit. - repos [Get a commit](https://x2phlo4pks.apidog.io/get-a-commit-17915315e0.md): Returns the contents of a single commit reference. You must have `read` access for the repository to use this endpoint. - repos [Get the combined status for a specific reference](https://x2phlo4pks.apidog.io/get-the-combined-status-for-a-specific-reference-17915316e0.md): Users with pull access in a repository can access a combined view of commit statuses for a given ref. The ref can be a SHA, a branch name, or a tag name. - repos [List commit statuses for a reference](https://x2phlo4pks.apidog.io/list-commit-statuses-for-a-reference-17915317e0.md): Users with pull access in a repository can view commit statuses for a given ref. The ref can be a SHA, a branch name, or a tag name. Statuses are returned in reverse chronological order. The first status in the list will be the latest one. - repos [Compare two commits](https://x2phlo4pks.apidog.io/compare-two-commits-17915318e0.md): Compares two commits against one another. You can compare refs (branches or tags) and commit SHAs in the same repository, or you can compare refs and commit SHAs that exist in different repositories within the same repository network, including fork branches. For more information about how to view a repository's network, see "[Understanding connections between repositories](https://docs.github.com/enterprise-server@3.9/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories)." - repos [Get repository content](https://x2phlo4pks.apidog.io/get-repository-content-17915319e0.md): Gets the contents of a file or directory in a repository. Specify the file path or directory with the `path` parameter. If you omit the `path` parameter, you will receive the contents of the repository's root directory. - repos [Create or update file contents](https://x2phlo4pks.apidog.io/create-or-update-file-contents-17915320e0.md): Creates a new file or replaces an existing file in a repository. - repos [Delete a file](https://x2phlo4pks.apidog.io/delete-a-file-17915321e0.md): Deletes a file in a repository. - repos [List repository contributors](https://x2phlo4pks.apidog.io/list-repository-contributors-17915322e0.md): Lists contributors to the specified repository and sorts them by the number of commits per contributor in descending order. This endpoint may return information that is a few hours old because the GitHub REST API caches contributor data to improve performance. - repos [List deployments](https://x2phlo4pks.apidog.io/list-deployments-17915323e0.md): Simple filtering of deployments is available via query parameters: - repos [Create a deployment](https://x2phlo4pks.apidog.io/create-a-deployment-17915324e0.md): Deployments offer a few configurable parameters with certain defaults. - repos [Get a deployment](https://x2phlo4pks.apidog.io/get-a-deployment-17915325e0.md): - repos [Delete a deployment](https://x2phlo4pks.apidog.io/delete-a-deployment-17915326e0.md): If the repository only has one deployment, you can delete the deployment regardless of its status. If the repository has more than one deployment, you can only delete inactive deployments. This ensures that repositories with multiple deployments will always have an active deployment. - repos [List deployment statuses](https://x2phlo4pks.apidog.io/list-deployment-statuses-17915327e0.md): Users with pull access can view deployment statuses for a deployment: - repos [Create a deployment status](https://x2phlo4pks.apidog.io/create-a-deployment-status-17915328e0.md): Users with `push` access can create deployment statuses for a given deployment. - repos [Get a deployment status](https://x2phlo4pks.apidog.io/get-a-deployment-status-17915329e0.md): Users with pull access can view a deployment status for a deployment: - repos [Create a repository dispatch event](https://x2phlo4pks.apidog.io/create-a-repository-dispatch-event-17915330e0.md): You can use this endpoint to trigger a webhook event called `repository_dispatch` when you want activity that happens outside of GitHub Enterprise Server to trigger a GitHub Actions workflow or GitHub App webhook. You must configure your GitHub Actions workflow or GitHub App to run when the `repository_dispatch` event occurs. For an example `repository_dispatch` webhook payload, see "[RepositoryDispatchEvent](https://docs.github.com/enterprise-server@3.9/webhooks/event-payloads/#repository_dispatch)." - repos [List environments](https://x2phlo4pks.apidog.io/list-environments-17915331e0.md): Lists the environments for a repository. - repos [Get an environment](https://x2phlo4pks.apidog.io/get-an-environment-17915332e0.md): **Note:** To get information about name patterns that branches must match in order to deploy to this environment, see "[Get a deployment branch policy](/rest/deployments/branch-policies#get-a-deployment-branch-policy)." - repos [Create or update an environment](https://x2phlo4pks.apidog.io/create-or-update-an-environment-17915333e0.md): Create or update an environment with protection rules, such as required reviewers. For more information about environment protection rules, see "[Environments](/actions/reference/environments#environment-protection-rules)." - repos [Delete an environment](https://x2phlo4pks.apidog.io/delete-an-environment-17915334e0.md): OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. - repos [List deployment branch policies](https://x2phlo4pks.apidog.io/list-deployment-branch-policies-17915335e0.md): Lists the deployment branch policies for an environment. - repos [Create a deployment branch policy](https://x2phlo4pks.apidog.io/create-a-deployment-branch-policy-17915336e0.md): Creates a deployment branch policy for an environment. - repos [Get a deployment branch policy](https://x2phlo4pks.apidog.io/get-a-deployment-branch-policy-17915337e0.md): Gets a deployment branch policy for an environment. - repos [Update a deployment branch policy](https://x2phlo4pks.apidog.io/update-a-deployment-branch-policy-17915338e0.md): Updates a deployment branch policy for an environment. - repos [Delete a deployment branch policy](https://x2phlo4pks.apidog.io/delete-a-deployment-branch-policy-17915339e0.md): Deletes a deployment branch policy for an environment. - repos [List forks](https://x2phlo4pks.apidog.io/list-forks-17915340e0.md): - repos [Create a fork](https://x2phlo4pks.apidog.io/create-a-fork-17915341e0.md): Create a fork for the authenticated user. - repos [List repository webhooks](https://x2phlo4pks.apidog.io/list-repository-webhooks-17915342e0.md): Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days. - repos [Create a repository webhook](https://x2phlo4pks.apidog.io/create-a-repository-webhook-17915343e0.md): Repositories can have multiple webhooks installed. Each webhook should have a unique `config`. Multiple webhooks can - repos [Get a repository webhook](https://x2phlo4pks.apidog.io/get-a-repository-webhook-17915344e0.md): Returns a webhook configured in a repository. To get only the webhook `config` properties, see "[Get a webhook configuration for a repository](/rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository)." - repos [Update a repository webhook](https://x2phlo4pks.apidog.io/update-a-repository-webhook-17915345e0.md): Updates a webhook configured in a repository. If you previously had a `secret` set, you must provide the same `secret` or set a new `secret` or the secret will be removed. If you are only updating individual webhook `config` properties, use "[Update a webhook configuration for a repository](/rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository)." - repos [Delete a repository webhook](https://x2phlo4pks.apidog.io/delete-a-repository-webhook-17915346e0.md): - repos [Get a webhook configuration for a repository](https://x2phlo4pks.apidog.io/get-a-webhook-configuration-for-a-repository-17915347e0.md): Returns the webhook configuration for a repository. To get more information about the webhook, including the `active` state and `events`, use "[Get a repository webhook](/rest/webhooks/repos#get-a-repository-webhook)." - repos [Update a webhook configuration for a repository](https://x2phlo4pks.apidog.io/update-a-webhook-configuration-for-a-repository-17915348e0.md): Updates the webhook configuration for a repository. To update more information about the webhook, including the `active` state and `events`, use "[Update a repository webhook](/rest/webhooks/repos#update-a-repository-webhook)." - repos [List deliveries for a repository webhook](https://x2phlo4pks.apidog.io/list-deliveries-for-a-repository-webhook-17915349e0.md): Returns a list of webhook deliveries for a webhook configured in a repository. - repos [Get a delivery for a repository webhook](https://x2phlo4pks.apidog.io/get-a-delivery-for-a-repository-webhook-17915350e0.md): Returns a delivery for a webhook configured in a repository. - repos [Redeliver a delivery for a repository webhook](https://x2phlo4pks.apidog.io/redeliver-a-delivery-for-a-repository-webhook-17915351e0.md): Redeliver a webhook delivery for a webhook configured in a repository. - repos [Ping a repository webhook](https://x2phlo4pks.apidog.io/ping-a-repository-webhook-17915352e0.md): This will trigger a [ping event](https://docs.github.com/enterprise-server@3.9/webhooks/#ping-event) to be sent to the hook. - repos [Test the push repository webhook](https://x2phlo4pks.apidog.io/test-the-push-repository-webhook-17915353e0.md): This will trigger the hook with the latest push to the current repository if the hook is subscribed to `push` events. If the hook is not subscribed to `push` events, the server will respond with 204 but no test POST will be generated. - repos [List repository invitations](https://x2phlo4pks.apidog.io/list-repository-invitations-17915354e0.md): When authenticating as a user with admin rights to a repository, this endpoint will list all currently open repository invitations. - repos [Update a repository invitation](https://x2phlo4pks.apidog.io/update-a-repository-invitation-17915355e0.md): - repos [Delete a repository invitation](https://x2phlo4pks.apidog.io/delete-a-repository-invitation-17915356e0.md): - repos [List deploy keys](https://x2phlo4pks.apidog.io/list-deploy-keys-17915357e0.md): - repos [Create a deploy key](https://x2phlo4pks.apidog.io/create-a-deploy-key-17915358e0.md): You can create a read-only deploy key. - repos [Get a deploy key](https://x2phlo4pks.apidog.io/get-a-deploy-key-17915359e0.md): - repos [Delete a deploy key](https://x2phlo4pks.apidog.io/delete-a-deploy-key-17915360e0.md): Deploy keys are immutable. If you need to update a key, remove the key and create a new one instead. - repos [List repository languages](https://x2phlo4pks.apidog.io/list-repository-languages-17915361e0.md): Lists languages for the specified repository. The value shown for each language is the number of bytes of code written in that language. - repos [Enable Git LFS for a repository](https://x2phlo4pks.apidog.io/enable-git-lfs-for-a-repository-17915362e0.md): Enables Git LFS for a repository. - repos [Disable Git LFS for a repository](https://x2phlo4pks.apidog.io/disable-git-lfs-for-a-repository-17915363e0.md): Disables Git LFS for a repository. - repos [Sync a fork branch with the upstream repository](https://x2phlo4pks.apidog.io/sync-a-fork-branch-with-the-upstream-repository-17915364e0.md): Sync a branch of a forked repository to keep it up-to-date with the upstream repository. - repos [Merge a branch](https://x2phlo4pks.apidog.io/merge-a-branch-17915365e0.md): - repos [Get a GitHub Enterprise Server Pages site](https://x2phlo4pks.apidog.io/get-a-github-enterprise-server-pages-site-17915366e0.md): Gets information about a GitHub Enterprise Server Pages site. - repos [Create a GitHub Enterprise Server Pages site](https://x2phlo4pks.apidog.io/create-a-github-enterprise-server-pages-site-17915367e0.md): Configures a GitHub Enterprise Server Pages site. For more information, see "[About GitHub Pages](/github/working-with-github-pages/about-github-pages)." - repos [Update information about a GitHub Enterprise Server Pages site](https://x2phlo4pks.apidog.io/update-information-about-a-github-enterprise-server-pages-site-17915368e0.md): Updates information for a GitHub Enterprise Server Pages site. For more information, see "[About GitHub Pages](/github/working-with-github-pages/about-github-pages). - repos [Delete a GitHub Enterprise Server Pages site](https://x2phlo4pks.apidog.io/delete-a-github-enterprise-server-pages-site-17915369e0.md): Deletes a GitHub Enterprise Server Pages site. For more information, see "[About GitHub Pages](/github/working-with-github-pages/about-github-pages). - repos [List GitHub Enterprise Server Pages builds](https://x2phlo4pks.apidog.io/list-github-enterprise-server-pages-builds-17915370e0.md): Lists builts of a GitHub Enterprise Server Pages site. - repos [Request a GitHub Enterprise Server Pages build](https://x2phlo4pks.apidog.io/request-a-github-enterprise-server-pages-build-17915371e0.md): You can request that your site be built from the latest revision on the default branch. This has the same effect as pushing a commit to your default branch, but does not require an additional commit. Manually triggering page builds can be helpful when diagnosing build warnings and failures. - repos [Get latest Pages build](https://x2phlo4pks.apidog.io/get-latest-pages-build-17915372e0.md): Gets information about the single most recent build of a GitHub Enterprise Server Pages site. - repos [Get GitHub Enterprise Server Pages build](https://x2phlo4pks.apidog.io/get-github-enterprise-server-pages-build-17915373e0.md): Gets information about a GitHub Enterprise Server Pages build. - repos [Create a GitHub Pages deployment](https://x2phlo4pks.apidog.io/create-a-github-pages-deployment-17915374e0.md): Create a GitHub Pages deployment for a repository. - repos [Get a repository README](https://x2phlo4pks.apidog.io/get-a-repository-readme-17915375e0.md): Gets the preferred README for a repository. - repos [Get a repository README for a directory](https://x2phlo4pks.apidog.io/get-a-repository-readme-for-a-directory-17915376e0.md): Gets the README from a repository directory. - repos [List releases](https://x2phlo4pks.apidog.io/list-releases-17915377e0.md): This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the [Repository Tags API](https://docs.github.com/enterprise-server@3.9/rest/repos/repos#list-repository-tags). - repos [Create a release](https://x2phlo4pks.apidog.io/create-a-release-17915378e0.md): Users with push access to the repository can create a release. - repos [Get a release asset](https://x2phlo4pks.apidog.io/get-a-release-asset-17915379e0.md): To download the asset's binary content, set the `Accept` header of the request to [`application/octet-stream`](https://docs.github.com/enterprise-server@3.9/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types). The API will either redirect the client to the location, or stream it directly if possible. API clients should handle both a `200` or `302` response. - repos [Update a release asset](https://x2phlo4pks.apidog.io/update-a-release-asset-17915380e0.md): Users with push access to the repository can edit a release asset. - repos [Delete a release asset](https://x2phlo4pks.apidog.io/delete-a-release-asset-17915381e0.md): - repos [Generate release notes content for a release](https://x2phlo4pks.apidog.io/generate-release-notes-content-for-a-release-17915382e0.md): Generate a name and body describing a [release](https://docs.github.com/enterprise-server@3.9/rest/releases/releases#get-a-release). The body content will be markdown formatted and contain information like the changes since last release and users who contributed. The generated release notes are not saved anywhere. They are intended to be generated and used when creating a new release. - repos [Get the latest release](https://x2phlo4pks.apidog.io/get-the-latest-release-17915383e0.md): View the latest published full release for the repository. - repos [Get a release by tag name](https://x2phlo4pks.apidog.io/get-a-release-by-tag-name-17915384e0.md): Get a published release with the specified tag. - repos [Get a release](https://x2phlo4pks.apidog.io/get-a-release-17915385e0.md): Gets a public release with the specified release ID. - repos [Update a release](https://x2phlo4pks.apidog.io/update-a-release-17915386e0.md): Users with push access to the repository can edit a release. - repos [Delete a release](https://x2phlo4pks.apidog.io/delete-a-release-17915387e0.md): Users with push access to the repository can delete a release. - repos [List release assets](https://x2phlo4pks.apidog.io/list-release-assets-17915388e0.md): - repos [Upload a release asset](https://x2phlo4pks.apidog.io/upload-a-release-asset-17915389e0.md): This endpoint makes use of a [Hypermedia relation](https://docs.github.com/enterprise-server@3.9/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia) to determine which URL to access. The endpoint you call to upload release assets is specific to your release. Use the `upload_url` returned in - repos [List repository cache replication status](https://x2phlo4pks.apidog.io/list-repository-cache-replication-status-17915390e0.md): Lists the status of each repository cache replica. - repos [Get the weekly commit activity](https://x2phlo4pks.apidog.io/get-the-weekly-commit-activity-17915391e0.md): Returns a weekly aggregate of the number of additions and deletions pushed to a repository. - repos [Get the last year of commit activity](https://x2phlo4pks.apidog.io/get-the-last-year-of-commit-activity-17915392e0.md): Returns the last year of commit activity grouped by week. The `days` array is a group of commits per day, starting on `Sunday`. - repos [Get all contributor commit activity](https://x2phlo4pks.apidog.io/get-all-contributor-commit-activity-17915393e0.md): - repos [Get the weekly commit count](https://x2phlo4pks.apidog.io/get-the-weekly-commit-count-17915394e0.md): Returns the total commit counts for the `owner` and total commit counts in `all`. `all` is everyone combined, including the `owner` in the last 52 weeks. If you'd like to get the commit counts for non-owners, you can subtract `owner` from `all`. - repos [Get the hourly commit count for each day](https://x2phlo4pks.apidog.io/get-the-hourly-commit-count-for-each-day-17915395e0.md): Each array contains the day number, hour number, and number of commits: - repos [Create a commit status](https://x2phlo4pks.apidog.io/create-a-commit-status-17915396e0.md): Users with push access in a repository can create commit statuses for a given SHA. - repos [List repository tags](https://x2phlo4pks.apidog.io/list-repository-tags-17915397e0.md): - repos [Deprecated - List tag protection states for a repository](https://x2phlo4pks.apidog.io/deprecated-list-tag-protection-states-for-a-repository-17915398e0.md): **Note**: This operation is deprecated and will be removed after August 30th 2024 - repos [Deprecated - Create a tag protection state for a repository](https://x2phlo4pks.apidog.io/deprecated-create-a-tag-protection-state-for-a-repository-17915399e0.md): **Note**: This operation is deprecated and will be removed after August 30th 2024 - repos [Deprecated - Delete a tag protection state for a repository](https://x2phlo4pks.apidog.io/deprecated-delete-a-tag-protection-state-for-a-repository-17915400e0.md): **Note**: This operation is deprecated and will be removed after August 30th 2024 - repos [Download a repository archive (tar)](https://x2phlo4pks.apidog.io/download-a-repository-archive-tar-17915401e0.md): Gets a redirect URL to download a tar archive for a repository. If you omit `:ref`, the repository’s default branch (usually - repos [List repository teams](https://x2phlo4pks.apidog.io/list-repository-teams-17915402e0.md): Lists the teams that have access to the specified repository and that are also visible to the authenticated user. - repos [Get all repository topics](https://x2phlo4pks.apidog.io/get-all-repository-topics-17915403e0.md): - repos [Replace all repository topics](https://x2phlo4pks.apidog.io/replace-all-repository-topics-17915404e0.md): - repos [Transfer a repository](https://x2phlo4pks.apidog.io/transfer-a-repository-17915405e0.md): A transfer request will need to be accepted by the new owner when transferring a personal repository to another user. The response will contain the original `owner`, and the transfer will continue asynchronously. For more details on the requirements to transfer personal and organization-owned repositories, see [about repository transfers](https://docs.github.com/enterprise-server@3.9/articles/about-repository-transfers/). - repos [Check if vulnerability alerts are enabled for a repository](https://x2phlo4pks.apidog.io/check-if-vulnerability-alerts-are-enabled-for-a-repository-17915406e0.md): Shows whether dependency alerts are enabled or disabled for a repository. The authenticated user must have admin read access to the repository. For more information, see "[About security alerts for vulnerable dependencies](https://docs.github.com/enterprise-server@3.9/articles/about-security-alerts-for-vulnerable-dependencies)". - repos [Enable vulnerability alerts](https://x2phlo4pks.apidog.io/enable-vulnerability-alerts-17915407e0.md): Enables dependency alerts and the dependency graph for a repository. The authenticated user must have admin access to the repository. For more information, see "[About security alerts for vulnerable dependencies](https://docs.github.com/enterprise-server@3.9/articles/about-security-alerts-for-vulnerable-dependencies)". - repos [Disable vulnerability alerts](https://x2phlo4pks.apidog.io/disable-vulnerability-alerts-17915408e0.md): Disables dependency alerts for a repository. - repos [Download a repository archive (zip)](https://x2phlo4pks.apidog.io/download-a-repository-archive-zip-17915409e0.md): Gets a redirect URL to download a zip archive for a repository. If you omit `:ref`, the repository’s default branch (usually - repos [Create a repository using a template](https://x2phlo4pks.apidog.io/create-a-repository-using-a-template-17915410e0.md): Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template. If the repository is not public, the authenticated user must own or be a member of an organization that owns the repository. To check if a repository is available to use as a template, get the repository's information using the [Get a repository](https://docs.github.com/enterprise-server@3.9/rest/repos/repos#get-a-repository) endpoint and check that the `is_template` key is `true`. - repos [List public repositories](https://x2phlo4pks.apidog.io/list-public-repositories-17915411e0.md): Lists all public repositories in the order that they were created. - repos [List repositories for the authenticated user](https://x2phlo4pks.apidog.io/list-repositories-for-the-authenticated-user-17915412e0.md): Lists repositories that the authenticated user has explicit permission (`:read`, `:write`, or `:admin`) to access. - repos [Create a repository for the authenticated user](https://x2phlo4pks.apidog.io/create-a-repository-for-the-authenticated-user-17915413e0.md): Creates a new repository for the authenticated user. - repos [List repository invitations for the authenticated user](https://x2phlo4pks.apidog.io/list-repository-invitations-for-the-authenticated-user-17915414e0.md): When authenticating as a user, this endpoint will list all currently open repository invitations for that user. - repos [Accept a repository invitation](https://x2phlo4pks.apidog.io/accept-a-repository-invitation-17915415e0.md): - repos [Decline a repository invitation](https://x2phlo4pks.apidog.io/decline-a-repository-invitation-17915416e0.md): - repos [List repositories for a user](https://x2phlo4pks.apidog.io/list-repositories-for-a-user-17915417e0.md): Lists public repositories for the specified user. - reactions [List reactions for a team discussion comment](https://x2phlo4pks.apidog.io/list-reactions-for-a-team-discussion-comment-17915418e0.md): List the reactions to a [team discussion comment](https://docs.github.com/enterprise-server@3.9/rest/teams/discussion-comments#get-a-discussion-comment). - reactions [Create reaction for a team discussion comment](https://x2phlo4pks.apidog.io/create-reaction-for-a-team-discussion-comment-17915419e0.md): Create a reaction to a [team discussion comment](https://docs.github.com/enterprise-server@3.9/rest/teams/discussion-comments#get-a-discussion-comment). - reactions [Delete team discussion comment reaction](https://x2phlo4pks.apidog.io/delete-team-discussion-comment-reaction-17915420e0.md): **Note:** You can also specify a team or organization with `team_id` and `org_id` using the route `DELETE /organizations/:org_id/team/:team_id/discussions/:discussion_number/comments/:comment_number/reactions/:reaction_id`. - reactions [List reactions for a team discussion](https://x2phlo4pks.apidog.io/list-reactions-for-a-team-discussion-17915421e0.md): List the reactions to a [team discussion](https://docs.github.com/enterprise-server@3.9/rest/teams/discussions#get-a-discussion). - reactions [Create reaction for a team discussion](https://x2phlo4pks.apidog.io/create-reaction-for-a-team-discussion-17915422e0.md): Create a reaction to a [team discussion](https://docs.github.com/enterprise-server@3.9/rest/teams/discussions#get-a-discussion). - reactions [Delete team discussion reaction](https://x2phlo4pks.apidog.io/delete-team-discussion-reaction-17915423e0.md): **Note:** You can also specify a team or organization with `team_id` and `org_id` using the route `DELETE /organizations/:org_id/team/:team_id/discussions/:discussion_number/reactions/:reaction_id`. - reactions [List reactions for a commit comment](https://x2phlo4pks.apidog.io/list-reactions-for-a-commit-comment-17915424e0.md): List the reactions to a [commit comment](https://docs.github.com/enterprise-server@3.9/rest/commits/comments#get-a-commit-comment). - reactions [Create reaction for a commit comment](https://x2phlo4pks.apidog.io/create-reaction-for-a-commit-comment-17915425e0.md): Create a reaction to a [commit comment](https://docs.github.com/enterprise-server@3.9/rest/commits/comments#get-a-commit-comment). A response with an HTTP `200` status means that you already added the reaction type to this commit comment. - reactions [Delete a commit comment reaction](https://x2phlo4pks.apidog.io/delete-a-commit-comment-reaction-17915426e0.md): **Note:** You can also specify a repository by `repository_id` using the route `DELETE /repositories/:repository_id/comments/:comment_id/reactions/:reaction_id`. - reactions [List reactions for an issue comment](https://x2phlo4pks.apidog.io/list-reactions-for-an-issue-comment-17915427e0.md): List the reactions to an [issue comment](https://docs.github.com/enterprise-server@3.9/rest/issues/comments#get-an-issue-comment). - reactions [Create reaction for an issue comment](https://x2phlo4pks.apidog.io/create-reaction-for-an-issue-comment-17915428e0.md): Create a reaction to an [issue comment](https://docs.github.com/enterprise-server@3.9/rest/issues/comments#get-an-issue-comment). A response with an HTTP `200` status means that you already added the reaction type to this issue comment. - reactions [Delete an issue comment reaction](https://x2phlo4pks.apidog.io/delete-an-issue-comment-reaction-17915429e0.md): **Note:** You can also specify a repository by `repository_id` using the route `DELETE delete /repositories/:repository_id/issues/comments/:comment_id/reactions/:reaction_id`. - reactions [List reactions for an issue](https://x2phlo4pks.apidog.io/list-reactions-for-an-issue-17915430e0.md): List the reactions to an [issue](https://docs.github.com/enterprise-server@3.9/rest/issues/issues#get-an-issue). - reactions [Create reaction for an issue](https://x2phlo4pks.apidog.io/create-reaction-for-an-issue-17915431e0.md): Create a reaction to an [issue](https://docs.github.com/enterprise-server@3.9/rest/issues/issues#get-an-issue). A response with an HTTP `200` status means that you already added the reaction type to this issue. - reactions [Delete an issue reaction](https://x2phlo4pks.apidog.io/delete-an-issue-reaction-17915432e0.md): **Note:** You can also specify a repository by `repository_id` using the route `DELETE /repositories/:repository_id/issues/:issue_number/reactions/:reaction_id`. - reactions [List reactions for a pull request review comment](https://x2phlo4pks.apidog.io/list-reactions-for-a-pull-request-review-comment-17915433e0.md): List the reactions to a [pull request review comment](https://docs.github.com/enterprise-server@3.9/rest/pulls/comments#get-a-review-comment-for-a-pull-request). - reactions [Create reaction for a pull request review comment](https://x2phlo4pks.apidog.io/create-reaction-for-a-pull-request-review-comment-17915434e0.md): Create a reaction to a [pull request review comment](https://docs.github.com/enterprise-server@3.9/rest/pulls/comments#get-a-review-comment-for-a-pull-request). A response with an HTTP `200` status means that you already added the reaction type to this pull request review comment. - reactions [Delete a pull request comment reaction](https://x2phlo4pks.apidog.io/delete-a-pull-request-comment-reaction-17915435e0.md): **Note:** You can also specify a repository by `repository_id` using the route `DELETE /repositories/:repository_id/pulls/comments/:comment_id/reactions/:reaction_id.` - reactions [List reactions for a release](https://x2phlo4pks.apidog.io/list-reactions-for-a-release-17915436e0.md): List the reactions to a [release](https://docs.github.com/enterprise-server@3.9/rest/releases/releases#get-a-release). - reactions [Create reaction for a release](https://x2phlo4pks.apidog.io/create-reaction-for-a-release-17915437e0.md): Create a reaction to a [release](https://docs.github.com/enterprise-server@3.9/rest/releases/releases#get-a-release). A response with a `Status: 200 OK` means that you already added the reaction type to this release. - reactions [Delete a release reaction](https://x2phlo4pks.apidog.io/delete-a-release-reaction-17915438e0.md): **Note:** You can also specify a repository by `repository_id` using the route `DELETE delete /repositories/:repository_id/releases/:release_id/reactions/:reaction_id`. - reactions [List reactions for a team discussion comment (Legacy)](https://x2phlo4pks.apidog.io/list-reactions-for-a-team-discussion-comment-legacy-17915439e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion comment`](https://docs.github.com/enterprise-server@3.9/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment) endpoint. - reactions [Create reaction for a team discussion comment (Legacy)](https://x2phlo4pks.apidog.io/create-reaction-for-a-team-discussion-comment-legacy-17915440e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Create reaction for a team discussion comment](https://docs.github.com/enterprise-server@3.9/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment)" endpoint. - reactions [List reactions for a team discussion (Legacy)](https://x2phlo4pks.apidog.io/list-reactions-for-a-team-discussion-legacy-17915441e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion`](https://docs.github.com/enterprise-server@3.9/rest/reactions/reactions#list-reactions-for-a-team-discussion) endpoint. - reactions [Create reaction for a team discussion (Legacy)](https://x2phlo4pks.apidog.io/create-reaction-for-a-team-discussion-legacy-17915442e0.md): **Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create reaction for a team discussion`](https://docs.github.com/enterprise-server@3.9/rest/reactions/reactions#create-reaction-for-a-team-discussion) endpoint. - rate-limit [Get rate limit status for the authenticated user](https://x2phlo4pks.apidog.io/get-rate-limit-status-for-the-authenticated-user-17915443e0.md): **Note:** Accessing this endpoint does not count against your REST API rate limit. - checks [Create a check run](https://x2phlo4pks.apidog.io/create-a-check-run-17915444e0.md): Creates a new check run for a specific commit in a repository. - checks [Get a check run](https://x2phlo4pks.apidog.io/get-a-check-run-17915445e0.md): Gets a single check run using its `id`. - checks [Update a check run](https://x2phlo4pks.apidog.io/update-a-check-run-17915446e0.md): Updates a check run for a specific commit in a repository. - checks [List check run annotations](https://x2phlo4pks.apidog.io/list-check-run-annotations-17915447e0.md): Lists annotations for a check run using the annotation `id`. - checks [Rerequest a check run](https://x2phlo4pks.apidog.io/rerequest-a-check-run-17915448e0.md): Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-server@3.9/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared. - checks [Create a check suite](https://x2phlo4pks.apidog.io/create-a-check-suite-17915449e0.md): Creates a check suite manually. By default, check suites are automatically created when you create a [check run](https://docs.github.com/enterprise-server@3.9/rest/checks/runs). You only need to use this endpoint for manually creating check suites when you've disabled automatic creation using "[Update repository preferences for check suites](https://docs.github.com/enterprise-server@3.9/rest/checks/suites#update-repository-preferences-for-check-suites)". - checks [Update repository preferences for check suites](https://x2phlo4pks.apidog.io/update-repository-preferences-for-check-suites-17915450e0.md): Changes the default automatic flow when creating check suites. By default, a check suite is automatically created each time code is pushed to a repository. When you disable the automatic creation of check suites, you can manually [Create a check suite](https://docs.github.com/enterprise-server@3.9/rest/checks/suites#create-a-check-suite). - checks [Get a check suite](https://x2phlo4pks.apidog.io/get-a-check-suite-17915451e0.md): Gets a single check suite using its `id`. - checks [List check runs in a check suite](https://x2phlo4pks.apidog.io/list-check-runs-in-a-check-suite-17915452e0.md): Lists check runs for a check suite using its `id`. - checks [Rerequest a check suite](https://x2phlo4pks.apidog.io/rerequest-a-check-suite-17915453e0.md): Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-server@3.9/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared. - checks [List check runs for a Git reference](https://x2phlo4pks.apidog.io/list-check-runs-for-a-git-reference-17915454e0.md): Lists check runs for a commit ref. The `ref` can be a SHA, branch name, or a tag name. - checks [List check suites for a Git reference](https://x2phlo4pks.apidog.io/list-check-suites-for-a-git-reference-17915455e0.md): Lists check suites for a commit `ref`. The `ref` can be a SHA, branch name, or a tag name. - dependency-graph [Get a diff of the dependencies between commits](https://x2phlo4pks.apidog.io/get-a-diff-of-the-dependencies-between-commits-17915456e0.md): Gets the diff of the dependency changes between two commits of a repository, based on the changes to the dependency manifests made in those commits. - dependency-graph [Export a software bill of materials (SBOM) for a repository.](https://x2phlo4pks.apidog.io/export-a-software-bill-of-materials-sbom-for-a-repository-17915457e0.md): Exports the software bill of materials (SBOM) for a repository in SPDX JSON format. - dependency-graph [Create a snapshot of dependencies for a repository](https://x2phlo4pks.apidog.io/create-a-snapshot-of-dependencies-for-a-repository-17915458e0.md): Create a new snapshot of a repository's dependencies. - git [Create a blob](https://x2phlo4pks.apidog.io/create-a-blob-17915459e0.md): - git [Get a blob](https://x2phlo4pks.apidog.io/get-a-blob-17915460e0.md): The `content` in the response will always be Base64 encoded. - git [Create a commit](https://x2phlo4pks.apidog.io/create-a-commit-17915461e0.md): Creates a new Git [commit object](https://git-scm.com/book/en/v2/Git-Internals-Git-Objects). - git [Get a commit object](https://x2phlo4pks.apidog.io/get-a-commit-object-17915462e0.md): Gets a Git [commit object](https://git-scm.com/book/en/v2/Git-Internals-Git-Objects). - git [List matching references](https://x2phlo4pks.apidog.io/list-matching-references-17915463e0.md): Returns an array of references from your Git database that match the supplied name. The `:ref` in the URL must be formatted as `heads/` for branches and `tags/` for tags. If the `:ref` doesn't exist in the repository, but existing refs start with `:ref`, they will be returned as an array. - git [Get a reference](https://x2phlo4pks.apidog.io/get-a-reference-17915464e0.md): Returns a single reference from your Git database. The `:ref` in the URL must be formatted as `heads/` for branches and `tags/` for tags. If the `:ref` doesn't match an existing ref, a `404` is returned. - git [Create a reference](https://x2phlo4pks.apidog.io/create-a-reference-17915465e0.md): Creates a reference for your repository. You are unable to create new references for empty repositories, even if the commit SHA-1 hash used exists. Empty repositories are repositories without branches. - git [Update a reference](https://x2phlo4pks.apidog.io/update-a-reference-17915466e0.md): Updates the provided reference to point to a new SHA. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. - git [Delete a reference](https://x2phlo4pks.apidog.io/delete-a-reference-17915467e0.md): Deletes the provided reference. - git [Create a tag object](https://x2phlo4pks.apidog.io/create-a-tag-object-17915468e0.md): Note that creating a tag object does not create the reference that makes a tag in Git. If you want to create an annotated tag in Git, you have to do this call to create the tag object, and then [create](https://docs.github.com/enterprise-server@3.9/rest/git/refs#create-a-reference) the `refs/tags/[tag]` reference. If you want to create a lightweight tag, you only have to [create](https://docs.github.com/enterprise-server@3.9/rest/git/refs#create-a-reference) the tag reference - this call would be unnecessary. - git [Get a tag](https://x2phlo4pks.apidog.io/get-a-tag-17915469e0.md): **Signature verification object** - git [Create a tree](https://x2phlo4pks.apidog.io/create-a-tree-17915470e0.md): The tree creation API accepts nested entries. If you specify both a tree and a nested path modifying that tree, this endpoint will overwrite the contents of the tree with the new path contents, and create a new tree structure. - git [Get a tree](https://x2phlo4pks.apidog.io/get-a-tree-17915471e0.md): Returns a single tree using the SHA1 value or ref name for that tree. - pulls [List pull requests](https://x2phlo4pks.apidog.io/list-pull-requests-17915472e0.md): Lists pull requests in a specified repository. - pulls [Create a pull request](https://x2phlo4pks.apidog.io/create-a-pull-request-17915473e0.md): Draft pull requests are available in public repositories with GitHub Free and GitHub Free for organizations, GitHub Pro, and legacy per-repository billing plans, and in public and private repositories with GitHub Team and GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - pulls [List review comments in a repository](https://x2phlo4pks.apidog.io/list-review-comments-in-a-repository-17915474e0.md): Lists review comments for all pull requests in a repository. By default, - pulls [Get a review comment for a pull request](https://x2phlo4pks.apidog.io/get-a-review-comment-for-a-pull-request-17915475e0.md): Provides details for a specified review comment. - pulls [Update a review comment for a pull request](https://x2phlo4pks.apidog.io/update-a-review-comment-for-a-pull-request-17915476e0.md): Edits the content of a specified review comment. - pulls [Delete a review comment for a pull request](https://x2phlo4pks.apidog.io/delete-a-review-comment-for-a-pull-request-17915477e0.md): Deletes a review comment. - pulls [Get a pull request](https://x2phlo4pks.apidog.io/get-a-pull-request-17915478e0.md): Draft pull requests are available in public repositories with GitHub Free and GitHub Free for organizations, GitHub Pro, and legacy per-repository billing plans, and in public and private repositories with GitHub Team and GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - pulls [Update a pull request](https://x2phlo4pks.apidog.io/update-a-pull-request-17915479e0.md): Draft pull requests are available in public repositories with GitHub Free and GitHub Free for organizations, GitHub Pro, and legacy per-repository billing plans, and in public and private repositories with GitHub Team and GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/enterprise-server@3.9/github/getting-started-with-github/githubs-products) in the GitHub Help documentation. - pulls [List review comments on a pull request](https://x2phlo4pks.apidog.io/list-review-comments-on-a-pull-request-17915480e0.md): Lists all review comments for a specified pull request. By default, review comments - pulls [Create a review comment for a pull request](https://x2phlo4pks.apidog.io/create-a-review-comment-for-a-pull-request-17915481e0.md): Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see "[Create an issue comment](https://docs.github.com/enterprise-server@3.9/rest/issues/comments#create-an-issue-comment)." - pulls [Create a reply for a review comment](https://x2phlo4pks.apidog.io/create-a-reply-for-a-review-comment-17915482e0.md): Creates a reply to a review comment for a pull request. For the `comment_id`, provide the ID of the review comment you are replying to. This must be the ID of a _top-level review comment_, not a reply to that comment. Replies to replies are not supported. - pulls [List commits on a pull request](https://x2phlo4pks.apidog.io/list-commits-on-a-pull-request-17915483e0.md): Lists a maximum of 250 commits for a pull request. To receive a complete - pulls [List pull requests files](https://x2phlo4pks.apidog.io/list-pull-requests-files-17915484e0.md): Lists the files in a specified pull request. - pulls [Check if a pull request has been merged](https://x2phlo4pks.apidog.io/check-if-a-pull-request-has-been-merged-17915485e0.md): Checks if a pull request has been merged into the base branch. The HTTP status of the response indicates whether or not the pull request has been merged; the response body is empty. - pulls [Merge a pull request](https://x2phlo4pks.apidog.io/merge-a-pull-request-17915486e0.md): Merges a pull request into the base branch. - pulls [Get all requested reviewers for a pull request](https://x2phlo4pks.apidog.io/get-all-requested-reviewers-for-a-pull-request-17915487e0.md): Gets the users or teams whose review is requested for a pull request. Once a requested reviewer submits a review, they are no longer considered a requested reviewer. Their review will instead be returned by the [List reviews for a pull request](https://docs.github.com/enterprise-server@3.9/rest/pulls/reviews#list-reviews-for-a-pull-request) operation. - pulls [Request reviewers for a pull request](https://x2phlo4pks.apidog.io/request-reviewers-for-a-pull-request-17915488e0.md): Requests reviews for a pull request from a given set of users and/or teams. - pulls [Remove requested reviewers from a pull request](https://x2phlo4pks.apidog.io/remove-requested-reviewers-from-a-pull-request-17915489e0.md): Removes review requests from a pull request for a given set of users and/or teams. - pulls [List reviews for a pull request](https://x2phlo4pks.apidog.io/list-reviews-for-a-pull-request-17915490e0.md): Lists all reviews for a specified pull request. The list of reviews returns in chronological order. - pulls [Create a review for a pull request](https://x2phlo4pks.apidog.io/create-a-review-for-a-pull-request-17915491e0.md): Creates a review on a specified pull request. - pulls [Get a review for a pull request](https://x2phlo4pks.apidog.io/get-a-review-for-a-pull-request-17915492e0.md): Retrieves a pull request review by its ID. - pulls [Update a review for a pull request](https://x2phlo4pks.apidog.io/update-a-review-for-a-pull-request-17915493e0.md): Updates the contents of a specified review summary comment. - pulls [Delete a pending review for a pull request](https://x2phlo4pks.apidog.io/delete-a-pending-review-for-a-pull-request-17915494e0.md): Deletes a pull request review that has not been submitted. Submitted reviews cannot be deleted. - pulls [List comments for a pull request review](https://x2phlo4pks.apidog.io/list-comments-for-a-pull-request-review-17915495e0.md): Lists comments for a specific pull request review. - pulls [Dismiss a review for a pull request](https://x2phlo4pks.apidog.io/dismiss-a-review-for-a-pull-request-17915496e0.md): Dismisses a specified review on a pull request. - pulls [Submit a review for a pull request](https://x2phlo4pks.apidog.io/submit-a-review-for-a-pull-request-17915497e0.md): Submits a pending review for a pull request. For more information about creating a pending review for a pull request, see "[Create a review for a pull request](https://docs.github.com/enterprise-server@3.9/rest/pulls/reviews#create-a-review-for-a-pull-request)." - pulls [Update a pull request branch](https://x2phlo4pks.apidog.io/update-a-pull-request-branch-17915498e0.md): Updates the pull request branch with the latest upstream changes by merging HEAD from the base branch into the pull request branch. - search [Search code](https://x2phlo4pks.apidog.io/search-code-17915499e0.md): Searches for query terms inside of a file. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@3.9/rest/guides/using-pagination-in-the-rest-api). - search [Search commits](https://x2phlo4pks.apidog.io/search-commits-17915500e0.md): Find commits via various criteria on the default branch (usually `main`). This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@3.9/rest/guides/using-pagination-in-the-rest-api). - search [Search issues and pull requests](https://x2phlo4pks.apidog.io/search-issues-and-pull-requests-17915501e0.md): Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@3.9/rest/guides/using-pagination-in-the-rest-api). - search [Search labels](https://x2phlo4pks.apidog.io/search-labels-17915502e0.md): Find labels in a repository with names or descriptions that match search keywords. Returns up to 100 results [per page](https://docs.github.com/enterprise-server@3.9/rest/guides/using-pagination-in-the-rest-api). - search [Search repositories](https://x2phlo4pks.apidog.io/search-repositories-17915503e0.md): Find repositories via various criteria. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@3.9/rest/guides/using-pagination-in-the-rest-api). - search [Search topics](https://x2phlo4pks.apidog.io/search-topics-17915504e0.md): Find topics via various criteria. Results are sorted by best match. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@3.9/rest/guides/using-pagination-in-the-rest-api). See "[Searching topics](https://docs.github.com/enterprise-server@3.9/articles/searching-topics/)" for a detailed list of qualifiers. - search [Search users](https://x2phlo4pks.apidog.io/search-users-17915505e0.md): Find users via various criteria. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@3.9/rest/guides/using-pagination-in-the-rest-api). - users [Get the authenticated user](https://x2phlo4pks.apidog.io/get-the-authenticated-user-17915506e0.md): OAuth app tokens and personal access tokens (classic) need the `user` scope in order for the response to include private profile information. - users [Update the authenticated user](https://x2phlo4pks.apidog.io/update-the-authenticated-user-17915507e0.md): **Note:** If your email is set to private and you send an `email` parameter as part of this request to update your profile, your privacy settings are still enforced: the email address will not be displayed on your public profile or via the API. - users [List email addresses for the authenticated user](https://x2phlo4pks.apidog.io/list-email-addresses-for-the-authenticated-user-17915508e0.md): Lists all of your email addresses, and specifies which one is visible - users [Add an email address for the authenticated user](https://x2phlo4pks.apidog.io/add-an-email-address-for-the-authenticated-user-17915509e0.md): OAuth app tokens and personal access tokens (classic) need the `user` scope to use this endpoint. - users [Delete an email address for the authenticated user](https://x2phlo4pks.apidog.io/delete-an-email-address-for-the-authenticated-user-17915510e0.md): OAuth app tokens and personal access tokens (classic) need the `user` scope to use this endpoint. - users [List followers of the authenticated user](https://x2phlo4pks.apidog.io/list-followers-of-the-authenticated-user-17915511e0.md): Lists the people following the authenticated user. - users [List the people the authenticated user follows](https://x2phlo4pks.apidog.io/list-the-people-the-authenticated-user-follows-17915512e0.md): Lists the people who the authenticated user follows. - users [Check if a person is followed by the authenticated user](https://x2phlo4pks.apidog.io/check-if-a-person-is-followed-by-the-authenticated-user-17915513e0.md): - users [Follow a user](https://x2phlo4pks.apidog.io/follow-a-user-17915514e0.md): Note that you'll need to set `Content-Length` to zero when calling out to this endpoint. For more information, see "[HTTP verbs](https://docs.github.com/enterprise-server@3.9/rest/guides/getting-started-with-the-rest-api#http-method)." - users [Unfollow a user](https://x2phlo4pks.apidog.io/unfollow-a-user-17915515e0.md): OAuth app tokens and personal access tokens (classic) need the `user:follow` scope to use this endpoint. - users [List GPG keys for the authenticated user](https://x2phlo4pks.apidog.io/list-gpg-keys-for-the-authenticated-user-17915516e0.md): Lists the current user's GPG keys. - users [Create a GPG key for the authenticated user](https://x2phlo4pks.apidog.io/create-a-gpg-key-for-the-authenticated-user-17915517e0.md): Adds a GPG key to the authenticated user's GitHub account. - users [Get a GPG key for the authenticated user](https://x2phlo4pks.apidog.io/get-a-gpg-key-for-the-authenticated-user-17915518e0.md): View extended details for a single GPG key. - users [Delete a GPG key for the authenticated user](https://x2phlo4pks.apidog.io/delete-a-gpg-key-for-the-authenticated-user-17915519e0.md): Removes a GPG key from the authenticated user's GitHub account. - users [List public SSH keys for the authenticated user](https://x2phlo4pks.apidog.io/list-public-ssh-keys-for-the-authenticated-user-17915520e0.md): Lists the public SSH keys for the authenticated user's GitHub account. - users [Create a public SSH key for the authenticated user](https://x2phlo4pks.apidog.io/create-a-public-ssh-key-for-the-authenticated-user-17915521e0.md): Adds a public SSH key to the authenticated user's GitHub account. - users [Get a public SSH key for the authenticated user](https://x2phlo4pks.apidog.io/get-a-public-ssh-key-for-the-authenticated-user-17915522e0.md): View extended details for a single public SSH key. - users [Delete a public SSH key for the authenticated user](https://x2phlo4pks.apidog.io/delete-a-public-ssh-key-for-the-authenticated-user-17915523e0.md): Removes a public SSH key from the authenticated user's GitHub account. - users [List public email addresses for the authenticated user](https://x2phlo4pks.apidog.io/list-public-email-addresses-for-the-authenticated-user-17915524e0.md): Lists your publicly visible email address, which you can set with the - users [List social accounts for the authenticated user](https://x2phlo4pks.apidog.io/list-social-accounts-for-the-authenticated-user-17915525e0.md): Lists all of your social accounts. - users [Add social accounts for the authenticated user](https://x2phlo4pks.apidog.io/add-social-accounts-for-the-authenticated-user-17915526e0.md): Add one or more social accounts to the authenticated user's profile. - users [Delete social accounts for the authenticated user](https://x2phlo4pks.apidog.io/delete-social-accounts-for-the-authenticated-user-17915527e0.md): Deletes one or more social accounts from the authenticated user's profile. - users [List SSH signing keys for the authenticated user](https://x2phlo4pks.apidog.io/list-ssh-signing-keys-for-the-authenticated-user-17915528e0.md): Lists the SSH signing keys for the authenticated user's GitHub account. - users [Create a SSH signing key for the authenticated user](https://x2phlo4pks.apidog.io/create-a-ssh-signing-key-for-the-authenticated-user-17915529e0.md): Creates an SSH signing key for the authenticated user's GitHub account. - users [Get an SSH signing key for the authenticated user](https://x2phlo4pks.apidog.io/get-an-ssh-signing-key-for-the-authenticated-user-17915530e0.md): Gets extended details for an SSH signing key. - users [Delete an SSH signing key for the authenticated user](https://x2phlo4pks.apidog.io/delete-an-ssh-signing-key-for-the-authenticated-user-17915531e0.md): Deletes an SSH signing key from the authenticated user's GitHub account. - users [Get a user using their ID](https://x2phlo4pks.apidog.io/get-a-user-using-their-id-17915532e0.md): Provides publicly available information about someone with a GitHub account. This method takes their durable user `ID` instead of their `login`, which can change over time. - users [List users](https://x2phlo4pks.apidog.io/list-users-17915533e0.md): Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts. - users [Get a user](https://x2phlo4pks.apidog.io/get-a-user-17915534e0.md): Provides publicly available information about someone with a GitHub account. - users [List followers of a user](https://x2phlo4pks.apidog.io/list-followers-of-a-user-17915535e0.md): Lists the people following the specified user. - users [List the people a user follows](https://x2phlo4pks.apidog.io/list-the-people-a-user-follows-17915536e0.md): Lists the people who the specified user follows. - users [Check if a user follows another user](https://x2phlo4pks.apidog.io/check-if-a-user-follows-another-user-17915537e0.md): - users [List GPG keys for a user](https://x2phlo4pks.apidog.io/list-gpg-keys-for-a-user-17915538e0.md): Lists the GPG keys for a user. This information is accessible by anyone. - users [Get contextual information for a user](https://x2phlo4pks.apidog.io/get-contextual-information-for-a-user-17915539e0.md): Provides hovercard information. You can find out more about someone in relation to their pull requests, issues, repositories, and organizations. - users [List public keys for a user](https://x2phlo4pks.apidog.io/list-public-keys-for-a-user-17915540e0.md): Lists the _verified_ public SSH keys for a user. This is accessible by anyone. - users [List social accounts for a user](https://x2phlo4pks.apidog.io/list-social-accounts-for-a-user-17915541e0.md): Lists social media accounts for a user. This endpoint is accessible by anyone. - users [List SSH signing keys for a user](https://x2phlo4pks.apidog.io/list-ssh-signing-keys-for-a-user-17915542e0.md): Lists the SSH signing keys for a user. This operation is accessible by anyone. ## Schemas - Schemas [root](https://x2phlo4pks.apidog.io/root-7340669d0.md): - Schemas [global-hook](https://x2phlo4pks.apidog.io/global-hook-7340670d0.md): - Schemas [global-hook-2](https://x2phlo4pks.apidog.io/global-hook-2-7340671d0.md): - Schemas [public-key-full](https://x2phlo4pks.apidog.io/public-key-full-7340672d0.md): - Schemas [ldap-mapping-team](https://x2phlo4pks.apidog.io/ldap-mapping-team-7340673d0.md): - Schemas [ldap-mapping-user](https://x2phlo4pks.apidog.io/ldap-private-user-7340674d0.md): - Schemas [organization-simple](https://x2phlo4pks.apidog.io/organization-simple-7340675d0.md): - Schemas [pre-receive-environment](https://x2phlo4pks.apidog.io/pre-receive-environment-7340676d0.md): - Schemas [pre-receive-environment-download-status](https://x2phlo4pks.apidog.io/pre-receive-environment-download-status-7340677d0.md): - Schemas [pre-receive-hook](https://x2phlo4pks.apidog.io/pre-receive-hook-7340678d0.md): - Schemas [nullable-simple-user](https://x2phlo4pks.apidog.io/simple-user-7340679d0.md): - Schemas [app-permissions](https://x2phlo4pks.apidog.io/app-permissions-7340680d0.md): - Schemas [simple-user](https://x2phlo4pks.apidog.io/simple-user-7340681d0.md): - Schemas [nullable-scoped-installation](https://x2phlo4pks.apidog.io/scoped-installation-7340682d0.md): - Schemas [authorization](https://x2phlo4pks.apidog.io/authorization-7340683d0.md): - Schemas [integration](https://x2phlo4pks.apidog.io/github-app-7340684d0.md): - Schemas [basic-error](https://x2phlo4pks.apidog.io/basic-error-7340685d0.md): - Schemas [validation-error-simple](https://x2phlo4pks.apidog.io/validation-error-simple-7340686d0.md): - Schemas [webhook-config-url](https://x2phlo4pks.apidog.io/webhook-config-url-7340687d0.md): - Schemas [webhook-config-content-type](https://x2phlo4pks.apidog.io/webhook-config-content-type-7340688d0.md): - Schemas [webhook-config-secret](https://x2phlo4pks.apidog.io/webhook-config-secret-7340689d0.md): - Schemas [webhook-config-insecure-ssl](https://x2phlo4pks.apidog.io/webhook-config-insecure-ssl-7340690d0.md): - Schemas [webhook-config](https://x2phlo4pks.apidog.io/webhook-configuration-7340691d0.md): - Schemas [hook-delivery-item](https://x2phlo4pks.apidog.io/simple-webhook-delivery-7340692d0.md): - Schemas [scim-error](https://x2phlo4pks.apidog.io/scim-error-7340693d0.md): - Schemas [validation-error](https://x2phlo4pks.apidog.io/validation-error-7340694d0.md): - Schemas [hook-delivery](https://x2phlo4pks.apidog.io/webhook-delivery-7340695d0.md): - Schemas [enterprise](https://x2phlo4pks.apidog.io/enterprise-7340696d0.md): - Schemas [integration-installation-request](https://x2phlo4pks.apidog.io/integration-installation-request-7340697d0.md): - Schemas [installation](https://x2phlo4pks.apidog.io/installation-7340698d0.md): - Schemas [nullable-license-simple](https://x2phlo4pks.apidog.io/license-simple-7340699d0.md): - Schemas [repository](https://x2phlo4pks.apidog.io/repository-7340700d0.md): - Schemas [installation-token](https://x2phlo4pks.apidog.io/installation-token-7340701d0.md): - Schemas [application-grant](https://x2phlo4pks.apidog.io/application-grant-7340702d0.md): - Schemas [code-of-conduct](https://x2phlo4pks.apidog.io/code-of-conduct-7340703d0.md): - Schemas [announcement-message](https://x2phlo4pks.apidog.io/announcement-message-7340704d0.md): - Schemas [announcement-expiration](https://x2phlo4pks.apidog.io/announcement-expiration-7340705d0.md): - Schemas [announcement](https://x2phlo4pks.apidog.io/enterprise-announcement-7340706d0.md): - Schemas [license-info](https://x2phlo4pks.apidog.io/license-info-7340707d0.md): - Schemas [enterprise-repository-overview](https://x2phlo4pks.apidog.io/repository-enterprise-stats-7340708d0.md): - Schemas [enterprise-hook-overview](https://x2phlo4pks.apidog.io/hooks-enterprise-stats-7340709d0.md): - Schemas [enterprise-page-overview](https://x2phlo4pks.apidog.io/enterprise-pages-stats-7340710d0.md): - Schemas [enterprise-organization-overview](https://x2phlo4pks.apidog.io/enterprise-organization-stats-7340711d0.md): - Schemas [enterprise-user-overview](https://x2phlo4pks.apidog.io/enterprise-user-stats-7340712d0.md): - Schemas [enterprise-pull-request-overview](https://x2phlo4pks.apidog.io/enterprise-pull-request-stats-7340713d0.md): - Schemas [enterprise-issue-overview](https://x2phlo4pks.apidog.io/enterprise-issue-stats-7340714d0.md): - Schemas [enterprise-milestone-overview](https://x2phlo4pks.apidog.io/enterprise-milestone-stats-7340715d0.md): - Schemas [enterprise-gist-overview](https://x2phlo4pks.apidog.io/enterprise-gist-stats-7340716d0.md): - Schemas [enterprise-comment-overview](https://x2phlo4pks.apidog.io/enterprise-comment-stats-7340717d0.md): - Schemas [enterprise-overview](https://x2phlo4pks.apidog.io/enterprise-overview-7340718d0.md): - Schemas [actions-cache-usage-org-enterprise](https://x2phlo4pks.apidog.io/actions-cache-usage-org-enterprise-7340719d0.md): - Schemas [actions-cache-usage-policy-enterprise](https://x2phlo4pks.apidog.io/actions-cache-usage-policy-for-an-enterprise-7340720d0.md): - Schemas [enabled-organizations](https://x2phlo4pks.apidog.io/enabled-organizations-7340721d0.md): - Schemas [allowed-actions](https://x2phlo4pks.apidog.io/allowed-actions-7340722d0.md): - Schemas [selected-actions-url](https://x2phlo4pks.apidog.io/selected-actions-url-7340723d0.md): - Schemas [actions-enterprise-permissions](https://x2phlo4pks.apidog.io/actions-enterprise-permissions-7340724d0.md): - Schemas [selected-actions](https://x2phlo4pks.apidog.io/selected-actions-7340725d0.md): - Schemas [actions-default-workflow-permissions](https://x2phlo4pks.apidog.io/actions-default-workflow-permissions-7340726d0.md): - Schemas [actions-can-approve-pull-request-reviews](https://x2phlo4pks.apidog.io/actions-can-approve-pull-request-reviews-7340727d0.md): - Schemas [actions-get-default-workflow-permissions](https://x2phlo4pks.apidog.io/actions-get-default-workflow-permissions-7340728d0.md): - Schemas [actions-set-default-workflow-permissions](https://x2phlo4pks.apidog.io/actions-set-default-workflow-permissions-7340729d0.md): - Schemas [runner-groups-enterprise](https://x2phlo4pks.apidog.io/runner-groups-enterprise-7340730d0.md): - Schemas [runner-label](https://x2phlo4pks.apidog.io/self-hosted-runner-label-7340731d0.md): - Schemas [runner](https://x2phlo4pks.apidog.io/self-hosted-runners-7340732d0.md): - Schemas [runner-application](https://x2phlo4pks.apidog.io/runner-application-7340733d0.md): - Schemas [authentication-token](https://x2phlo4pks.apidog.io/authentication-token-7340734d0.md): - Schemas [audit-log-event](https://x2phlo4pks.apidog.io/audit-log-event-7340735d0.md): - Schemas [code-scanning-analysis-tool-name](https://x2phlo4pks.apidog.io/code-scanning-analysis-tool-name-7340736d0.md): - Schemas [code-scanning-analysis-tool-guid](https://x2phlo4pks.apidog.io/code-scanning-analysis-tool-guid-7340737d0.md): - Schemas [code-scanning-alert-state-query](https://x2phlo4pks.apidog.io/code-scanning-alert-state-query-7340738d0.md): - Schemas [alert-number](https://x2phlo4pks.apidog.io/alert-number-7340739d0.md): - Schemas [alert-created-at](https://x2phlo4pks.apidog.io/alert-created-at-7340740d0.md): - Schemas [alert-updated-at](https://x2phlo4pks.apidog.io/alert-updated-at-7340741d0.md): - Schemas [alert-url](https://x2phlo4pks.apidog.io/alert-url-7340742d0.md): - Schemas [alert-html-url](https://x2phlo4pks.apidog.io/alert-html-url-7340743d0.md): - Schemas [alert-instances-url](https://x2phlo4pks.apidog.io/alert-instances-url-7340744d0.md): - Schemas [code-scanning-alert-state](https://x2phlo4pks.apidog.io/code-scanning-alert-state-7340745d0.md): - Schemas [alert-fixed-at](https://x2phlo4pks.apidog.io/alert-fixed-at-7340746d0.md): - Schemas [alert-dismissed-at](https://x2phlo4pks.apidog.io/alert-dismissed-at-7340747d0.md): - Schemas [code-scanning-alert-dismissed-reason](https://x2phlo4pks.apidog.io/code-scanning-alert-dismissed-reason-7340748d0.md): - Schemas [code-scanning-alert-dismissed-comment](https://x2phlo4pks.apidog.io/code-scanning-alert-dismissed-comment-7340749d0.md): - Schemas [code-scanning-alert-rule-summary](https://x2phlo4pks.apidog.io/code-scanning-alert-rule-summary-7340750d0.md): - Schemas [code-scanning-analysis-tool-version](https://x2phlo4pks.apidog.io/code-scanning-analysis-tool-version-7340751d0.md): - Schemas [code-scanning-analysis-tool](https://x2phlo4pks.apidog.io/code-scanning-analysis-tool-7340752d0.md): - Schemas [code-scanning-ref](https://x2phlo4pks.apidog.io/code-scanning-ref-7340753d0.md): - Schemas [code-scanning-analysis-analysis-key](https://x2phlo4pks.apidog.io/code-scanning-analysis-analysis-key-7340754d0.md): - Schemas [code-scanning-alert-environment](https://x2phlo4pks.apidog.io/code-scanning-alert-environment-7340755d0.md): - Schemas [code-scanning-analysis-category](https://x2phlo4pks.apidog.io/code-scanning-analysis-category-7340756d0.md): - Schemas [code-scanning-alert-location](https://x2phlo4pks.apidog.io/code-scanning-alert-location-7340757d0.md): - Schemas [code-scanning-alert-classification](https://x2phlo4pks.apidog.io/code-scanning-alert-classification-7340758d0.md): - Schemas [code-scanning-alert-instance](https://x2phlo4pks.apidog.io/code-scanning-alert-instance-7340759d0.md): - Schemas [simple-repository](https://x2phlo4pks.apidog.io/simple-repository-7340760d0.md): - Schemas [code-scanning-organization-alert-items](https://x2phlo4pks.apidog.io/code-scanning-organization-alert-items-7340761d0.md): - Schemas [enterprise-security-analysis-settings](https://x2phlo4pks.apidog.io/enterprise-security-analysis-settings-7340762d0.md): - Schemas [dependabot-alert-package](https://x2phlo4pks.apidog.io/dependabot-alert-package-7340763d0.md): - Schemas [dependabot-alert-security-vulnerability](https://x2phlo4pks.apidog.io/dependabot-alert-security-vulnerability-7340764d0.md): - Schemas [dependabot-alert-security-advisory](https://x2phlo4pks.apidog.io/dependabot-alert-security-advisory-7340765d0.md): - Schemas [alert-auto-dismissed-at](https://x2phlo4pks.apidog.io/alert-auto-dismissed-at-7340766d0.md): - Schemas [dependabot-alert-with-repository](https://x2phlo4pks.apidog.io/dependabot-alert-with-repository-7340767d0.md): - Schemas [nullable-alert-updated-at](https://x2phlo4pks.apidog.io/nullable-alert-updated-at-7340768d0.md): - Schemas [secret-scanning-alert-state](https://x2phlo4pks.apidog.io/secret-scanning-alert-state-7340769d0.md): - Schemas [secret-scanning-alert-resolution](https://x2phlo4pks.apidog.io/secret-scanning-alert-resolution-7340770d0.md): - Schemas [organization-secret-scanning-alert](https://x2phlo4pks.apidog.io/organization-secret-scanning-alert-7340771d0.md): - Schemas [advanced-security-active-committers-user](https://x2phlo4pks.apidog.io/advanced-security-active-committers-user-7340772d0.md): - Schemas [advanced-security-active-committers-repository](https://x2phlo4pks.apidog.io/advanced-security-active-committers-repository-7340773d0.md): - Schemas [advanced-security-active-committers](https://x2phlo4pks.apidog.io/advanced-security-active-committers-7340774d0.md): - Schemas [actor](https://x2phlo4pks.apidog.io/actor-7340775d0.md): - Schemas [nullable-milestone](https://x2phlo4pks.apidog.io/milestone-7340776d0.md): - Schemas [nullable-integration](https://x2phlo4pks.apidog.io/github-app-7340777d0.md): - Schemas [author-association](https://x2phlo4pks.apidog.io/author-association-7340778d0.md): - Schemas [reaction-rollup](https://x2phlo4pks.apidog.io/reaction-rollup-7340779d0.md): - Schemas [issue](https://x2phlo4pks.apidog.io/issue-7340780d0.md): - Schemas [issue-comment](https://x2phlo4pks.apidog.io/issue-comment-7340781d0.md): - Schemas [event](https://x2phlo4pks.apidog.io/event-7340782d0.md): - Schemas [link-with-type](https://x2phlo4pks.apidog.io/link-with-type-7340783d0.md): - Schemas [feed](https://x2phlo4pks.apidog.io/feed-7340784d0.md): - Schemas [base-gist](https://x2phlo4pks.apidog.io/base-gist-7340785d0.md): - Schemas [public-user](https://x2phlo4pks.apidog.io/public-user-7340786d0.md): - Schemas [gist-history](https://x2phlo4pks.apidog.io/gist-history-7340787d0.md): - Schemas [gist-simple](https://x2phlo4pks.apidog.io/gist-simple-7340788d0.md): - Schemas [gist-comment](https://x2phlo4pks.apidog.io/gist-comment-7340789d0.md): - Schemas [gist-commit](https://x2phlo4pks.apidog.io/gist-commit-7340790d0.md): - Schemas [gitignore-template](https://x2phlo4pks.apidog.io/gitignore-template-7340791d0.md): - Schemas [license-simple](https://x2phlo4pks.apidog.io/license-simple-7340792d0.md): - Schemas [license](https://x2phlo4pks.apidog.io/license-7340793d0.md): - Schemas [ghes-cluster-topology](https://x2phlo4pks.apidog.io/ghes-cluster-topology-7340794d0.md): - Schemas [ghes-cluster-roles](https://x2phlo4pks.apidog.io/ghes-cluster-roles-7340795d0.md): - Schemas [ghes-config-nodes](https://x2phlo4pks.apidog.io/ghes-config-nodes-7340796d0.md): - Schemas [ghes-replication-status-indicator](https://x2phlo4pks.apidog.io/ghes-replication-status-indicator-7340797d0.md): - Schemas [ghes-replication-status](https://x2phlo4pks.apidog.io/ghes-replication-status-7340798d0.md): - Schemas [ghes-version](https://x2phlo4pks.apidog.io/ghes-version-7340799d0.md): - Schemas [api-overview](https://x2phlo4pks.apidog.io/api-overview-7340800d0.md): - Schemas [security-and-analysis](https://x2phlo4pks.apidog.io/security-and-analysis-7340801d0.md): - Schemas [minimal-repository](https://x2phlo4pks.apidog.io/minimal-repository-7340802d0.md): - Schemas [thread](https://x2phlo4pks.apidog.io/thread-7340803d0.md): - Schemas [thread-subscription](https://x2phlo4pks.apidog.io/thread-subscription-7340804d0.md): - Schemas [organization-custom-repository-role](https://x2phlo4pks.apidog.io/organization-custom-repository-role-7340805d0.md): - Schemas [organization-full](https://x2phlo4pks.apidog.io/organization-full-7340806d0.md): - Schemas [actions-cache-usage-by-repository](https://x2phlo4pks.apidog.io/actions-cache-usage-by-repository-7340807d0.md): - Schemas [oidc-custom-sub](https://x2phlo4pks.apidog.io/actions-oidc-subject-customization-7340808d0.md): - Schemas [empty-object](https://x2phlo4pks.apidog.io/empty-object-7340809d0.md): - Schemas [enabled-repositories](https://x2phlo4pks.apidog.io/enabled-repositories-7340810d0.md): - Schemas [actions-organization-permissions](https://x2phlo4pks.apidog.io/actions-organization-permissions-7340811d0.md): - Schemas [runner-groups-org](https://x2phlo4pks.apidog.io/runner-groups-org-7340812d0.md): - Schemas [organization-actions-secret](https://x2phlo4pks.apidog.io/actions-secret-for-an-organization-7340813d0.md): - Schemas [actions-public-key](https://x2phlo4pks.apidog.io/actionspublickey-7340814d0.md): - Schemas [organization-actions-variable](https://x2phlo4pks.apidog.io/actions-variable-for-an-organization-7340815d0.md): - Schemas [announcement-user-dismissible](https://x2phlo4pks.apidog.io/announcement-user-dismissible-7340816d0.md): - Schemas [announcement-banner](https://x2phlo4pks.apidog.io/announcement-banner-7340817d0.md): - Schemas [code-scanning-alert-severity](https://x2phlo4pks.apidog.io/code-scanning-alert-severity-7340818d0.md): - Schemas [organization-custom-repository-role-create-schema](https://x2phlo4pks.apidog.io/organization-custom-repository-role-create-schema-7340819d0.md): - Schemas [organization-custom-repository-role-update-schema](https://x2phlo4pks.apidog.io/organization-custom-repository-role-update-schema-7340820d0.md): - Schemas [organization-dependabot-secret](https://x2phlo4pks.apidog.io/dependabot-secret-for-an-organization-7340821d0.md): - Schemas [dependabot-public-key](https://x2phlo4pks.apidog.io/dependabotpublickey-7340822d0.md): - Schemas [nullable-minimal-repository](https://x2phlo4pks.apidog.io/minimal-repository-7340823d0.md): - Schemas [package](https://x2phlo4pks.apidog.io/package-7340824d0.md): - Schemas [external-group](https://x2phlo4pks.apidog.io/externalgroup-7340825d0.md): - Schemas [external-groups](https://x2phlo4pks.apidog.io/externalgroups-7340826d0.md): - Schemas [org-hook](https://x2phlo4pks.apidog.io/org-hook-7340827d0.md): - Schemas [org-membership](https://x2phlo4pks.apidog.io/org-membership-7340828d0.md): - Schemas [migration](https://x2phlo4pks.apidog.io/migration-7340829d0.md): - Schemas [package-version](https://x2phlo4pks.apidog.io/package-version-7340830d0.md): - Schemas [org-pre-receive-hook](https://x2phlo4pks.apidog.io/org-pre-receive-hook-7340831d0.md): - Schemas [project](https://x2phlo4pks.apidog.io/project-7340832d0.md): - Schemas [nullable-repository](https://x2phlo4pks.apidog.io/repository-7340833d0.md): - Schemas [code-of-conduct-simple](https://x2phlo4pks.apidog.io/code-of-conduct-simple-7340834d0.md): - Schemas [full-repository](https://x2phlo4pks.apidog.io/full-repository-7340835d0.md): - Schemas [repository-fine-grained-permission](https://x2phlo4pks.apidog.io/repository-fine-grained-permission-7340836d0.md): - Schemas [team-simple](https://x2phlo4pks.apidog.io/team-simple-7340837d0.md): - Schemas [nullable-team-simple](https://x2phlo4pks.apidog.io/team-simple-7340838d0.md): - Schemas [team](https://x2phlo4pks.apidog.io/team-7340839d0.md): - Schemas [team-organization](https://x2phlo4pks.apidog.io/team-organization-7340840d0.md): - Schemas [team-full](https://x2phlo4pks.apidog.io/full-team-7340841d0.md): - Schemas [team-discussion](https://x2phlo4pks.apidog.io/team-discussion-7340842d0.md): - Schemas [team-discussion-comment](https://x2phlo4pks.apidog.io/team-discussion-comment-7340843d0.md): - Schemas [reaction](https://x2phlo4pks.apidog.io/reaction-7340844d0.md): - Schemas [team-membership](https://x2phlo4pks.apidog.io/team-membership-7340845d0.md): - Schemas [team-project](https://x2phlo4pks.apidog.io/team-project-7340846d0.md): - Schemas [team-repository](https://x2phlo4pks.apidog.io/team-repository-7340847d0.md): - Schemas [project-card](https://x2phlo4pks.apidog.io/project-card-7340848d0.md): - Schemas [project-column](https://x2phlo4pks.apidog.io/project-column-7340849d0.md): - Schemas [project-collaborator-permission](https://x2phlo4pks.apidog.io/project-collaborator-permission-7340850d0.md): - Schemas [rate-limit](https://x2phlo4pks.apidog.io/rate-limit-7340851d0.md): - Schemas [rate-limit-overview](https://x2phlo4pks.apidog.io/rate-limit-overview-7340852d0.md): - Schemas [artifact](https://x2phlo4pks.apidog.io/artifact-7340853d0.md): - Schemas [actions-cache-usage-policy-for-repository](https://x2phlo4pks.apidog.io/actions-cache-usage-policy-for-repository-7340854d0.md): - Schemas [actions-cache-list](https://x2phlo4pks.apidog.io/repository-actions-caches-7340855d0.md): - Schemas [job](https://x2phlo4pks.apidog.io/job-7340856d0.md): - Schemas [oidc-custom-sub-repo](https://x2phlo4pks.apidog.io/actions-oidc-subject-customization-for-a-repository-7340857d0.md): - Schemas [actions-secret](https://x2phlo4pks.apidog.io/actions-secret-7340858d0.md): - Schemas [actions-variable](https://x2phlo4pks.apidog.io/actions-variable-7340859d0.md): - Schemas [actions-enabled](https://x2phlo4pks.apidog.io/actions-enabled-7340860d0.md): - Schemas [actions-repository-permissions](https://x2phlo4pks.apidog.io/actions-repository-permissions-7340861d0.md): - Schemas [actions-workflow-access-to-repository](https://x2phlo4pks.apidog.io/actions-workflow-access-to-repository-7340862d0.md): - Schemas [referenced-workflow](https://x2phlo4pks.apidog.io/referenced-workflow-7340863d0.md): - Schemas [pull-request-minimal](https://x2phlo4pks.apidog.io/pull-request-minimal-7340864d0.md): - Schemas [nullable-simple-commit](https://x2phlo4pks.apidog.io/simple-commit-7340865d0.md): - Schemas [workflow-run](https://x2phlo4pks.apidog.io/workflow-run-7340866d0.md): - Schemas [environment-approvals](https://x2phlo4pks.apidog.io/environment-approval-7340867d0.md): - Schemas [deployment-reviewer-type](https://x2phlo4pks.apidog.io/deployment-reviewer-type-7340868d0.md): - Schemas [pending-deployment](https://x2phlo4pks.apidog.io/pending-deployment-7340869d0.md): - Schemas [deployment](https://x2phlo4pks.apidog.io/deployment-7340870d0.md): - Schemas [workflow](https://x2phlo4pks.apidog.io/workflow-7340871d0.md): - Schemas [autolink](https://x2phlo4pks.apidog.io/autolink-reference-7340872d0.md): - Schemas [protected-branch-required-status-check](https://x2phlo4pks.apidog.io/protected-branch-required-status-check-7340873d0.md): - Schemas [protected-branch-admin-enforced](https://x2phlo4pks.apidog.io/protected-branch-admin-enforced-7340874d0.md): - Schemas [protected-branch-pull-request-review](https://x2phlo4pks.apidog.io/protected-branch-pull-request-review-7340875d0.md): - Schemas [branch-restriction-policy](https://x2phlo4pks.apidog.io/branch-restriction-policy-7340876d0.md): - Schemas [branch-protection](https://x2phlo4pks.apidog.io/branch-protection-7340877d0.md): - Schemas [short-branch](https://x2phlo4pks.apidog.io/short-branch-7340878d0.md): - Schemas [nullable-git-user](https://x2phlo4pks.apidog.io/git-user-7340879d0.md): - Schemas [verification](https://x2phlo4pks.apidog.io/verification-7340880d0.md): - Schemas [diff-entry](https://x2phlo4pks.apidog.io/diff-entry-7340881d0.md): - Schemas [commit](https://x2phlo4pks.apidog.io/commit-7340882d0.md): - Schemas [branch-with-protection](https://x2phlo4pks.apidog.io/branch-with-protection-7340883d0.md): - Schemas [status-check-policy](https://x2phlo4pks.apidog.io/status-check-policy-7340884d0.md): - Schemas [protected-branch](https://x2phlo4pks.apidog.io/protected-branch-7340885d0.md): - Schemas [deployment-simple](https://x2phlo4pks.apidog.io/deployment-7340886d0.md): - Schemas [check-run](https://x2phlo4pks.apidog.io/checkrun-7340887d0.md): - Schemas [check-annotation](https://x2phlo4pks.apidog.io/check-annotation-7340888d0.md): - Schemas [simple-commit](https://x2phlo4pks.apidog.io/simple-commit-7340889d0.md): - Schemas [check-suite](https://x2phlo4pks.apidog.io/checksuite-7340890d0.md): - Schemas [check-suite-preference](https://x2phlo4pks.apidog.io/check-suite-preference-7340891d0.md): - Schemas [code-scanning-alert-items](https://x2phlo4pks.apidog.io/code-scanning-alert-items-7340892d0.md): - Schemas [code-scanning-alert-rule](https://x2phlo4pks.apidog.io/code-scanning-alert-rule-7340893d0.md): - Schemas [code-scanning-alert](https://x2phlo4pks.apidog.io/code-scanning-alert-7340894d0.md): - Schemas [code-scanning-alert-set-state](https://x2phlo4pks.apidog.io/code-scanning-alert-set-state-7340895d0.md): - Schemas [code-scanning-analysis-sarif-id](https://x2phlo4pks.apidog.io/code-scanning-analysis-sarif-id-7340896d0.md): - Schemas [code-scanning-analysis-commit-sha](https://x2phlo4pks.apidog.io/code-scanning-analysis-commit-sha-7340897d0.md): - Schemas [code-scanning-analysis-environment](https://x2phlo4pks.apidog.io/code-scanning-analysis-environment-7340898d0.md): - Schemas [code-scanning-analysis-created-at](https://x2phlo4pks.apidog.io/code-scanning-analysis-created-at-7340899d0.md): - Schemas [code-scanning-analysis-url](https://x2phlo4pks.apidog.io/code-scanning-analysis-url-7340900d0.md): - Schemas [code-scanning-analysis](https://x2phlo4pks.apidog.io/code-scanning-analysis-7340901d0.md): - Schemas [code-scanning-analysis-deletion](https://x2phlo4pks.apidog.io/analysis-deletion-7340902d0.md): - Schemas [code-scanning-default-setup](https://x2phlo4pks.apidog.io/code-scanning-default-setup-7340903d0.md): - Schemas [code-scanning-default-setup-update](https://x2phlo4pks.apidog.io/code-scanning-default-setup-update-7340904d0.md): - Schemas [code-scanning-default-setup-update-response](https://x2phlo4pks.apidog.io/code-scanning-default-setup-update-response-7340905d0.md): - Schemas [code-scanning-ref-full](https://x2phlo4pks.apidog.io/code-scanning-ref-full-7340906d0.md): - Schemas [code-scanning-analysis-sarif-file](https://x2phlo4pks.apidog.io/code-scanning-analysis-sarif-file-7340907d0.md): - Schemas [code-scanning-sarifs-receipt](https://x2phlo4pks.apidog.io/code-scanning-sarifs-receipt-7340908d0.md): - Schemas [code-scanning-sarifs-status](https://x2phlo4pks.apidog.io/code-scanning-sarifs-status-7340909d0.md): - Schemas [codeowners-errors](https://x2phlo4pks.apidog.io/codeowners-errors-7340910d0.md): - Schemas [collaborator](https://x2phlo4pks.apidog.io/collaborator-7340911d0.md): - Schemas [nullable-collaborator](https://x2phlo4pks.apidog.io/collaborator-7340912d0.md): - Schemas [repository-collaborator-permission](https://x2phlo4pks.apidog.io/repository-collaborator-permission-7340913d0.md): - Schemas [commit-comment](https://x2phlo4pks.apidog.io/commit-comment-7340914d0.md): - Schemas [branch-short](https://x2phlo4pks.apidog.io/branch-short-7340915d0.md): - Schemas [link](https://x2phlo4pks.apidog.io/link-7340916d0.md): - Schemas [auto-merge](https://x2phlo4pks.apidog.io/auto-merge-7340917d0.md): - Schemas [pull-request-simple](https://x2phlo4pks.apidog.io/pull-request-simple-7340918d0.md): - Schemas [simple-commit-status](https://x2phlo4pks.apidog.io/simple-commit-status-7340919d0.md): - Schemas [combined-commit-status](https://x2phlo4pks.apidog.io/combined-commit-status-7340920d0.md): - Schemas [status](https://x2phlo4pks.apidog.io/status-7340921d0.md): - Schemas [commit-comparison](https://x2phlo4pks.apidog.io/commit-comparison-7340922d0.md): - Schemas [content-tree](https://x2phlo4pks.apidog.io/content-tree-7340923d0.md): - Schemas [content-directory](https://x2phlo4pks.apidog.io/content-directory-7340924d0.md): - Schemas [content-file](https://x2phlo4pks.apidog.io/content-file-7340925d0.md): - Schemas [content-symlink](https://x2phlo4pks.apidog.io/symlink-content-7340926d0.md): - Schemas [content-submodule](https://x2phlo4pks.apidog.io/submodule-content-7340927d0.md): - Schemas [file-commit](https://x2phlo4pks.apidog.io/file-commit-7340928d0.md): - Schemas [contributor](https://x2phlo4pks.apidog.io/contributor-7340929d0.md): - Schemas [dependabot-alert](https://x2phlo4pks.apidog.io/dependabot-alert-7340930d0.md): - Schemas [dependabot-secret](https://x2phlo4pks.apidog.io/dependabot-secret-7340931d0.md): - Schemas [dependency-graph-diff](https://x2phlo4pks.apidog.io/dependency-graph-diff-7340932d0.md): - Schemas [dependency-graph-spdx-sbom](https://x2phlo4pks.apidog.io/dependency-graph-spdx-sbom-7340933d0.md): - Schemas [metadata](https://x2phlo4pks.apidog.io/metadata-7340934d0.md): - Schemas [dependency](https://x2phlo4pks.apidog.io/dependency-7340935d0.md): - Schemas [manifest](https://x2phlo4pks.apidog.io/manifest-7340936d0.md): - Schemas [snapshot](https://x2phlo4pks.apidog.io/snapshot-7340937d0.md): - Schemas [deployment-status](https://x2phlo4pks.apidog.io/deployment-status-7340938d0.md): - Schemas [wait-timer](https://x2phlo4pks.apidog.io/wait-timer-7340939d0.md): - Schemas [deployment-branch-policy-settings](https://x2phlo4pks.apidog.io/deployment-branch-policy-settings-7340940d0.md): - Schemas [environment](https://x2phlo4pks.apidog.io/environment-7340941d0.md): - Schemas [deployment-branch-policy](https://x2phlo4pks.apidog.io/deployment-branch-policy-7340942d0.md): - Schemas [deployment-branch-policy-name-pattern-with-type](https://x2phlo4pks.apidog.io/deployment-branch-and-tag-policy-name-pattern-7340943d0.md): - Schemas [deployment-branch-policy-name-pattern](https://x2phlo4pks.apidog.io/deployment-branch-policy-name-pattern-7340944d0.md): - Schemas [short-blob](https://x2phlo4pks.apidog.io/short-blob-7340945d0.md): - Schemas [blob](https://x2phlo4pks.apidog.io/blob-7340946d0.md): - Schemas [git-commit](https://x2phlo4pks.apidog.io/git-commit-7340947d0.md): - Schemas [git-ref](https://x2phlo4pks.apidog.io/git-reference-7340948d0.md): - Schemas [git-tag](https://x2phlo4pks.apidog.io/git-tag-7340949d0.md): - Schemas [git-tree](https://x2phlo4pks.apidog.io/git-tree-7340950d0.md): - Schemas [hook-response](https://x2phlo4pks.apidog.io/hook-response-7340951d0.md): - Schemas [hook](https://x2phlo4pks.apidog.io/webhook-7340952d0.md): - Schemas [repository-invitation](https://x2phlo4pks.apidog.io/repository-invitation-7340953d0.md): - Schemas [nullable-issue](https://x2phlo4pks.apidog.io/issue-7340954d0.md): - Schemas [issue-event-label](https://x2phlo4pks.apidog.io/issue-event-label-7340955d0.md): - Schemas [issue-event-dismissed-review](https://x2phlo4pks.apidog.io/issue-event-dismissed-review-7340956d0.md): - Schemas [issue-event-milestone](https://x2phlo4pks.apidog.io/issue-event-milestone-7340957d0.md): - Schemas [issue-event-project-card](https://x2phlo4pks.apidog.io/issue-event-project-card-7340958d0.md): - Schemas [issue-event-rename](https://x2phlo4pks.apidog.io/issue-event-rename-7340959d0.md): - Schemas [issue-event](https://x2phlo4pks.apidog.io/issue-event-7340960d0.md): - Schemas [labeled-issue-event](https://x2phlo4pks.apidog.io/labeled-issue-event-7340961d0.md): - Schemas [unlabeled-issue-event](https://x2phlo4pks.apidog.io/unlabeled-issue-event-7340962d0.md): - Schemas [assigned-issue-event](https://x2phlo4pks.apidog.io/assigned-issue-event-7340963d0.md): - Schemas [unassigned-issue-event](https://x2phlo4pks.apidog.io/unassigned-issue-event-7340964d0.md): - Schemas [milestoned-issue-event](https://x2phlo4pks.apidog.io/milestoned-issue-event-7340965d0.md): - Schemas [demilestoned-issue-event](https://x2phlo4pks.apidog.io/demilestoned-issue-event-7340966d0.md): - Schemas [renamed-issue-event](https://x2phlo4pks.apidog.io/renamed-issue-event-7340967d0.md): - Schemas [review-requested-issue-event](https://x2phlo4pks.apidog.io/review-requested-issue-event-7340968d0.md): - Schemas [review-request-removed-issue-event](https://x2phlo4pks.apidog.io/review-request-removed-issue-event-7340969d0.md): - Schemas [review-dismissed-issue-event](https://x2phlo4pks.apidog.io/review-dismissed-issue-event-7340970d0.md): - Schemas [locked-issue-event](https://x2phlo4pks.apidog.io/locked-issue-event-7340971d0.md): - Schemas [added-to-project-issue-event](https://x2phlo4pks.apidog.io/added-to-project-issue-event-7340972d0.md): - Schemas [moved-column-in-project-issue-event](https://x2phlo4pks.apidog.io/moved-column-in-project-issue-event-7340973d0.md): - Schemas [removed-from-project-issue-event](https://x2phlo4pks.apidog.io/removed-from-project-issue-event-7340974d0.md): - Schemas [converted-note-to-issue-issue-event](https://x2phlo4pks.apidog.io/converted-note-to-issue-issue-event-7340975d0.md): - Schemas [issue-event-for-issue](https://x2phlo4pks.apidog.io/issue-event-for-issue-7340976d0.md): - Schemas [label](https://x2phlo4pks.apidog.io/label-7340977d0.md): - Schemas [timeline-comment-event](https://x2phlo4pks.apidog.io/timeline-comment-event-7340978d0.md): - Schemas [timeline-cross-referenced-event](https://x2phlo4pks.apidog.io/timeline-cross-referenced-event-7340979d0.md): - Schemas [timeline-committed-event](https://x2phlo4pks.apidog.io/timeline-committed-event-7340980d0.md): - Schemas [timeline-reviewed-event](https://x2phlo4pks.apidog.io/timeline-reviewed-event-7340981d0.md): - Schemas [pull-request-review-comment](https://x2phlo4pks.apidog.io/pull-request-review-comment-7340982d0.md): - Schemas [timeline-line-commented-event](https://x2phlo4pks.apidog.io/timeline-line-commented-event-7340983d0.md): - Schemas [timeline-commit-commented-event](https://x2phlo4pks.apidog.io/timeline-commit-commented-event-7340984d0.md): - Schemas [timeline-assigned-issue-event](https://x2phlo4pks.apidog.io/timeline-assigned-issue-event-7340985d0.md): - Schemas [timeline-unassigned-issue-event](https://x2phlo4pks.apidog.io/timeline-unassigned-issue-event-7340986d0.md): - Schemas [state-change-issue-event](https://x2phlo4pks.apidog.io/state-change-issue-event-7340987d0.md): - Schemas [timeline-issue-events](https://x2phlo4pks.apidog.io/timeline-event-7340988d0.md): - Schemas [deploy-key](https://x2phlo4pks.apidog.io/deploy-key-7340989d0.md): - Schemas [language](https://x2phlo4pks.apidog.io/language-7340990d0.md): - Schemas [license-content](https://x2phlo4pks.apidog.io/license-content-7340991d0.md): - Schemas [merged-upstream](https://x2phlo4pks.apidog.io/merged-upstream-7340992d0.md): - Schemas [milestone](https://x2phlo4pks.apidog.io/milestone-7340993d0.md): - Schemas [pages-source-hash](https://x2phlo4pks.apidog.io/pages-source-hash-7340994d0.md): - Schemas [pages-https-certificate](https://x2phlo4pks.apidog.io/pages-https-certificate-7340995d0.md): - Schemas [page](https://x2phlo4pks.apidog.io/github-pages-7340996d0.md): - Schemas [page-build](https://x2phlo4pks.apidog.io/page-build-7340997d0.md): - Schemas [page-build-status](https://x2phlo4pks.apidog.io/page-build-status-7340998d0.md): - Schemas [page-deployment](https://x2phlo4pks.apidog.io/github-pages-7340999d0.md): - Schemas [repository-pre-receive-hook](https://x2phlo4pks.apidog.io/repository-pre-receive-hook-7341000d0.md): - Schemas [pull-request](https://x2phlo4pks.apidog.io/pull-request-7341001d0.md): - Schemas [pull-request-merge-result](https://x2phlo4pks.apidog.io/pull-request-merge-result-7341002d0.md): - Schemas [pull-request-review-request](https://x2phlo4pks.apidog.io/pull-request-review-request-7341003d0.md): - Schemas [pull-request-review](https://x2phlo4pks.apidog.io/pull-request-review-7341004d0.md): - Schemas [review-comment](https://x2phlo4pks.apidog.io/legacy-review-comment-7341005d0.md): - Schemas [release-asset](https://x2phlo4pks.apidog.io/release-asset-7341006d0.md): - Schemas [release](https://x2phlo4pks.apidog.io/release-7341007d0.md): - Schemas [release-notes-content](https://x2phlo4pks.apidog.io/generated-release-notes-content-7341008d0.md): - Schemas [secret-scanning-alert](https://x2phlo4pks.apidog.io/secret-scanning-alert-7341009d0.md): - Schemas [secret-scanning-alert-resolution-comment](https://x2phlo4pks.apidog.io/secret-scanning-alert-resolution-comment-7341010d0.md): - Schemas [secret-scanning-location-commit](https://x2phlo4pks.apidog.io/secret-scanning-location-commit-7341011d0.md): - Schemas [secret-scanning-location-issue-title](https://x2phlo4pks.apidog.io/secret-scanning-location-issue-title-7341012d0.md): - Schemas [secret-scanning-location-issue-body](https://x2phlo4pks.apidog.io/secret-scanning-location-issue-body-7341013d0.md): - Schemas [secret-scanning-location-issue-comment](https://x2phlo4pks.apidog.io/secret-scanning-location-issue-comment-7341014d0.md): - Schemas [secret-scanning-location-discussion-title](https://x2phlo4pks.apidog.io/secret-scanning-location-discussion-title-7341015d0.md): - Schemas [secret-scanning-location-discussion-body](https://x2phlo4pks.apidog.io/secret-scanning-location-discussion-body-7341016d0.md): - Schemas [secret-scanning-location-discussion-comment](https://x2phlo4pks.apidog.io/secret-scanning-location-discussion-comment-7341017d0.md): - Schemas [secret-scanning-location-pull-request-title](https://x2phlo4pks.apidog.io/secret-scanning-location-pull-request-title-7341018d0.md): - Schemas [secret-scanning-location-pull-request-body](https://x2phlo4pks.apidog.io/secret-scanning-location-pull-request-body-7341019d0.md): - Schemas [secret-scanning-location-pull-request-comment](https://x2phlo4pks.apidog.io/secret-scanning-location-pull-request-comment-7341020d0.md): - Schemas [secret-scanning-location-pull-request-review](https://x2phlo4pks.apidog.io/secret-scanning-location-pull-request-review-7341021d0.md): - Schemas [secret-scanning-location-pull-request-review-comment](https://x2phlo4pks.apidog.io/secret-scanning-location-pull-request-review-comment-7341022d0.md): - Schemas [secret-scanning-location](https://x2phlo4pks.apidog.io/secret-scanning-location-7341023d0.md): - Schemas [stargazer](https://x2phlo4pks.apidog.io/stargazer-7341024d0.md): - Schemas [code-frequency-stat](https://x2phlo4pks.apidog.io/code-frequency-stat-7341025d0.md): - Schemas [commit-activity](https://x2phlo4pks.apidog.io/commit-activity-7341026d0.md): - Schemas [contributor-activity](https://x2phlo4pks.apidog.io/contributor-activity-7341027d0.md): - Schemas [participation-stats](https://x2phlo4pks.apidog.io/participation-stats-7341028d0.md): - Schemas [repository-subscription](https://x2phlo4pks.apidog.io/repository-invitation-7341029d0.md): - Schemas [tag](https://x2phlo4pks.apidog.io/tag-7341030d0.md): - Schemas [tag-protection](https://x2phlo4pks.apidog.io/tag-protection-7341031d0.md): - Schemas [topic](https://x2phlo4pks.apidog.io/topic-7341032d0.md): - Schemas [group-response](https://x2phlo4pks.apidog.io/group-response-7341033d0.md): - Schemas [meta](https://x2phlo4pks.apidog.io/meta-7341034d0.md): - Schemas [scim-enterprise-group-response](https://x2phlo4pks.apidog.io/scim-enterprise-group-response-7341035d0.md): - Schemas [scim-enterprise-group-list](https://x2phlo4pks.apidog.io/scim-enterprise-group-list-7341036d0.md): - Schemas [group](https://x2phlo4pks.apidog.io/group-7341037d0.md): - Schemas [patch-schema](https://x2phlo4pks.apidog.io/patch-schema-7341038d0.md): - Schemas [user-name-response](https://x2phlo4pks.apidog.io/user-name-response-7341039d0.md): - Schemas [user-emails-response](https://x2phlo4pks.apidog.io/user-emails-response-7341040d0.md): - Schemas [user-role](https://x2phlo4pks.apidog.io/user-role-7341041d0.md): - Schemas [user-response](https://x2phlo4pks.apidog.io/user-response-7341042d0.md): - Schemas [scim-enterprise-user-response](https://x2phlo4pks.apidog.io/scim-enterprise-user-response-7341043d0.md): - Schemas [scim-enterprise-user-list](https://x2phlo4pks.apidog.io/scim-enterprise-user-list-7341044d0.md): - Schemas [user-name](https://x2phlo4pks.apidog.io/user-name-7341045d0.md): - Schemas [user-emails](https://x2phlo4pks.apidog.io/user-emails-7341046d0.md): - Schemas [user](https://x2phlo4pks.apidog.io/user-7341047d0.md): - Schemas [search-result-text-matches](https://x2phlo4pks.apidog.io/search-result-text-matches-7341048d0.md): - Schemas [code-search-result-item](https://x2phlo4pks.apidog.io/code-search-result-item-7341049d0.md): - Schemas [commit-search-result-item](https://x2phlo4pks.apidog.io/commit-search-result-item-7341050d0.md): - Schemas [issue-search-result-item](https://x2phlo4pks.apidog.io/issue-search-result-item-7341051d0.md): - Schemas [label-search-result-item](https://x2phlo4pks.apidog.io/label-search-result-item-7341052d0.md): - Schemas [repo-search-result-item](https://x2phlo4pks.apidog.io/repo-search-result-item-7341053d0.md): - Schemas [topic-search-result-item](https://x2phlo4pks.apidog.io/topic-search-result-item-7341054d0.md): - Schemas [user-search-result-item](https://x2phlo4pks.apidog.io/user-search-result-item-7341055d0.md): - Schemas [configuration-status](https://x2phlo4pks.apidog.io/configuration-status-7341056d0.md): - Schemas [maintenance-status](https://x2phlo4pks.apidog.io/maintenance-status-7341057d0.md): - Schemas [enterprise-settings](https://x2phlo4pks.apidog.io/enterprise-settings-7341058d0.md): - Schemas [ssh-key](https://x2phlo4pks.apidog.io/ssh-key-7341059d0.md): - Schemas [private-user](https://x2phlo4pks.apidog.io/private-user-7341060d0.md): - Schemas [email](https://x2phlo4pks.apidog.io/email-7341061d0.md): - Schemas [gpg-key](https://x2phlo4pks.apidog.io/gpg-key-7341062d0.md): - Schemas [key](https://x2phlo4pks.apidog.io/key-7341063d0.md): - Schemas [social-account](https://x2phlo4pks.apidog.io/social-account-7341064d0.md): - Schemas [ssh-signing-key](https://x2phlo4pks.apidog.io/ssh-signing-key-7341065d0.md): - Schemas [starred-repository](https://x2phlo4pks.apidog.io/starred-repository-7341066d0.md): - Schemas [hovercard](https://x2phlo4pks.apidog.io/hovercard-7341067d0.md): - Schemas [key-simple](https://x2phlo4pks.apidog.io/key-simple-7341068d0.md): - Schemas [enterprise-webhooks](https://x2phlo4pks.apidog.io/enterprise-7341069d0.md): - Schemas [simple-installation](https://x2phlo4pks.apidog.io/simple-installation-7341070d0.md): - Schemas [organization-simple-webhooks](https://x2phlo4pks.apidog.io/organization-simple-7341071d0.md): - Schemas [repository-webhooks](https://x2phlo4pks.apidog.io/repository-7341072d0.md): - Schemas [webhooks_rule](https://x2phlo4pks.apidog.io/branch-protection-rule-7341073d0.md): - Schemas [simple-user-webhooks](https://x2phlo4pks.apidog.io/simple-user-7341074d0.md): - Schemas [simple-check-suite](https://x2phlo4pks.apidog.io/simple-check-suite-7341075d0.md): - Schemas [check-run-with-simple-check-suite](https://x2phlo4pks.apidog.io/checkrun-7341076d0.md): - Schemas [webhooks_code_scanning_commit_oid](https://x2phlo4pks.apidog.io/webhooks-code-scanning-commit-oid-7341077d0.md): - Schemas [webhooks_code_scanning_ref](https://x2phlo4pks.apidog.io/webhooks-code-scanning-ref-7341078d0.md): - Schemas [webhooks_deploy_pusher_type](https://x2phlo4pks.apidog.io/webhooks-deploy-pusher-type-7341079d0.md): - Schemas [webhooks_ref_0](https://x2phlo4pks.apidog.io/webhooks-ref-0-7341080d0.md): - Schemas [webhooks_deploy_key](https://x2phlo4pks.apidog.io/webhooks-deploy-key-7341081d0.md): - Schemas [webhooks_workflow](https://x2phlo4pks.apidog.io/workflow-7341082d0.md): - Schemas [webhooks_approver](https://x2phlo4pks.apidog.io/webhooks-approver-7341083d0.md): - Schemas [webhooks_reviewers](https://x2phlo4pks.apidog.io/webhooks-reviewers-7341084d0.md): - Schemas [webhooks_workflow_job_run](https://x2phlo4pks.apidog.io/webhooks-workflow-job-run-7341085d0.md): - Schemas [webhooks_user](https://x2phlo4pks.apidog.io/user-7341086d0.md): - Schemas [webhooks_answer](https://x2phlo4pks.apidog.io/webhooks-answer-7341087d0.md): - Schemas [discussion](https://x2phlo4pks.apidog.io/discussion-7341088d0.md): - Schemas [webhooks_comment](https://x2phlo4pks.apidog.io/webhooks-comment-7341089d0.md): - Schemas [webhooks_label](https://x2phlo4pks.apidog.io/label-7341090d0.md): - Schemas [webhooks_repositories](https://x2phlo4pks.apidog.io/webhooks-repositories-7341091d0.md): - Schemas [webhooks_repositories_added](https://x2phlo4pks.apidog.io/webhooks-repositories-added-7341092d0.md): - Schemas [webhooks_repository_selection](https://x2phlo4pks.apidog.io/webhooks-repository-selection-7341093d0.md): - Schemas [webhooks_issue_comment](https://x2phlo4pks.apidog.io/issue-comment-7341094d0.md): - Schemas [webhooks_changes](https://x2phlo4pks.apidog.io/webhooks-changes-7341095d0.md): - Schemas [webhooks_issue](https://x2phlo4pks.apidog.io/issue-7341096d0.md): - Schemas [webhooks_milestone](https://x2phlo4pks.apidog.io/milestone-7341097d0.md): - Schemas [webhooks_issue_2](https://x2phlo4pks.apidog.io/issue-7341098d0.md): - Schemas [webhooks_user_mannequin](https://x2phlo4pks.apidog.io/user-7341099d0.md): - Schemas [webhooks_team](https://x2phlo4pks.apidog.io/team-7341100d0.md): - Schemas [nullable-repository-webhooks](https://x2phlo4pks.apidog.io/repository-7341101d0.md): - Schemas [webhooks_milestone_3](https://x2phlo4pks.apidog.io/milestone-7341102d0.md): - Schemas [webhooks_membership](https://x2phlo4pks.apidog.io/membership-7341103d0.md): - Schemas [webhooks_project_card](https://x2phlo4pks.apidog.io/project-card-7341104d0.md): - Schemas [webhooks_project](https://x2phlo4pks.apidog.io/project-7341105d0.md): - Schemas [webhooks_project_column](https://x2phlo4pks.apidog.io/project-column-7341106d0.md): - Schemas [projects-v2](https://x2phlo4pks.apidog.io/projects-v2-project-7341107d0.md): - Schemas [webhooks_project_changes](https://x2phlo4pks.apidog.io/webhooks-project-changes-7341108d0.md): - Schemas [projects-v2-item-content-type](https://x2phlo4pks.apidog.io/projects-v2-item-content-type-7341109d0.md): - Schemas [projects-v2-item](https://x2phlo4pks.apidog.io/projects-v2-item-7341110d0.md): - Schemas [webhooks_number](https://x2phlo4pks.apidog.io/webhooks-number-7341111d0.md): - Schemas [pull-request-webhook](https://x2phlo4pks.apidog.io/pull-request-webhook-7341112d0.md): - Schemas [webhooks_pull_request_5](https://x2phlo4pks.apidog.io/pull-request-7341113d0.md): - Schemas [webhooks_review_comment](https://x2phlo4pks.apidog.io/pull-request-review-comment-7341114d0.md): - Schemas [webhooks_review](https://x2phlo4pks.apidog.io/webhooks-review-7341115d0.md): - Schemas [webhooks_nullable_string](https://x2phlo4pks.apidog.io/webhooks-nullable-string-7341116d0.md): - Schemas [webhooks_release](https://x2phlo4pks.apidog.io/release-7341117d0.md): - Schemas [webhooks_release_1](https://x2phlo4pks.apidog.io/release-7341118d0.md): - Schemas [webhooks_alert](https://x2phlo4pks.apidog.io/repository-vulnerability-alert-alert-7341119d0.md): - Schemas [secret-scanning-alert-resolution-webhook](https://x2phlo4pks.apidog.io/secret-scanning-alert-resolution-webhook-7341120d0.md): - Schemas [secret-scanning-alert-webhook](https://x2phlo4pks.apidog.io/secret-scanning-alert-webhook-7341121d0.md): - Schemas [webhooks_security_advisory](https://x2phlo4pks.apidog.io/webhooks-security-advisory-7341122d0.md): - Schemas [webhooks_sponsorship](https://x2phlo4pks.apidog.io/webhooks-sponsorship-7341123d0.md): - Schemas [webhooks_effective_date](https://x2phlo4pks.apidog.io/webhooks-effective-date-7341124d0.md): - Schemas [webhooks_changes_8](https://x2phlo4pks.apidog.io/webhooks-changes-8-7341125d0.md): - Schemas [webhooks_team_1](https://x2phlo4pks.apidog.io/team-7341126d0.md): - Schemas [webhook-branch-protection-rule-created](https://x2phlo4pks.apidog.io/branch-protection-rule-created-event-7341127d0.md): - Schemas [webhook-branch-protection-rule-deleted](https://x2phlo4pks.apidog.io/branch-protection-rule-deleted-event-7341128d0.md): - Schemas [webhook-branch-protection-rule-edited](https://x2phlo4pks.apidog.io/branch-protection-rule-edited-event-7341129d0.md): - Schemas [webhook-cache-sync](https://x2phlo4pks.apidog.io/webhook-cache-sync-7341130d0.md): - Schemas [webhook-check-run-completed](https://x2phlo4pks.apidog.io/check-run-completed-event-7341131d0.md): - Schemas [webhook-check-run-completed-form-encoded](https://x2phlo4pks.apidog.io/check-run-completed-event-7341132d0.md): - Schemas [webhook-check-run-created](https://x2phlo4pks.apidog.io/check-run-created-event-7341133d0.md): - Schemas [webhook-check-run-created-form-encoded](https://x2phlo4pks.apidog.io/check-run-created-event-7341134d0.md): - Schemas [webhook-check-run-requested-action](https://x2phlo4pks.apidog.io/check-run-requested-action-event-7341135d0.md): - Schemas [webhook-check-run-requested-action-form-encoded](https://x2phlo4pks.apidog.io/check-run-requested-action-event-7341136d0.md): - Schemas [webhook-check-run-rerequested](https://x2phlo4pks.apidog.io/check-run-re-requested-event-7341137d0.md): - Schemas [webhook-check-run-rerequested-form-encoded](https://x2phlo4pks.apidog.io/check-run-re-requested-event-7341138d0.md): - Schemas [webhook-check-suite-completed](https://x2phlo4pks.apidog.io/check-suite-completed-event-7341139d0.md): - Schemas [webhook-check-suite-requested](https://x2phlo4pks.apidog.io/check-suite-requested-event-7341140d0.md): - Schemas [webhook-check-suite-rerequested](https://x2phlo4pks.apidog.io/check-suite-rerequested-event-7341141d0.md): - Schemas [webhook-code-scanning-alert-appeared-in-branch](https://x2phlo4pks.apidog.io/code-scanning-alert-appeared-in-branch-event-7341142d0.md): - Schemas [webhook-code-scanning-alert-closed-by-user](https://x2phlo4pks.apidog.io/code-scanning-alert-closed-by-user-event-7341143d0.md): - Schemas [webhook-code-scanning-alert-created](https://x2phlo4pks.apidog.io/code-scanning-alert-created-event-7341144d0.md): - Schemas [webhook-code-scanning-alert-fixed](https://x2phlo4pks.apidog.io/code-scanning-alert-fixed-event-7341145d0.md): - Schemas [webhook-code-scanning-alert-reopened](https://x2phlo4pks.apidog.io/code-scanning-alert-reopened-event-7341146d0.md): - Schemas [webhook-code-scanning-alert-reopened-by-user](https://x2phlo4pks.apidog.io/code-scanning-alert-reopened-by-user-event-7341147d0.md): - Schemas [webhook-commit-comment-created](https://x2phlo4pks.apidog.io/commit-comment-created-event-7341148d0.md): - Schemas [webhook-create](https://x2phlo4pks.apidog.io/create-event-7341149d0.md): - Schemas [webhook-delete](https://x2phlo4pks.apidog.io/delete-event-7341150d0.md): - Schemas [webhook-dependabot-alert-created](https://x2phlo4pks.apidog.io/dependabot-alert-created-event-7341151d0.md): - Schemas [webhook-dependabot-alert-dismissed](https://x2phlo4pks.apidog.io/dependabot-alert-dismissed-event-7341152d0.md): - Schemas [webhook-dependabot-alert-fixed](https://x2phlo4pks.apidog.io/dependabot-alert-fixed-event-7341153d0.md): - Schemas [webhook-dependabot-alert-reintroduced](https://x2phlo4pks.apidog.io/dependabot-alert-reintroduced-event-7341154d0.md): - Schemas [webhook-dependabot-alert-reopened](https://x2phlo4pks.apidog.io/dependabot-alert-reopened-event-7341155d0.md): - Schemas [webhook-deploy-key-created](https://x2phlo4pks.apidog.io/deploy-key-created-event-7341156d0.md): - Schemas [webhook-deploy-key-deleted](https://x2phlo4pks.apidog.io/deploy-key-deleted-event-7341157d0.md): - Schemas [webhook-deployment-created](https://x2phlo4pks.apidog.io/deployment-created-event-7341158d0.md): - Schemas [webhook-deployment-review-approved](https://x2phlo4pks.apidog.io/webhook-deployment-review-approved-7341159d0.md): - Schemas [webhook-deployment-review-rejected](https://x2phlo4pks.apidog.io/webhook-deployment-review-rejected-7341160d0.md): - Schemas [webhook-deployment-review-requested](https://x2phlo4pks.apidog.io/webhook-deployment-review-requested-7341161d0.md): - Schemas [webhook-deployment-status-created](https://x2phlo4pks.apidog.io/deployment-status-created-event-7341162d0.md): - Schemas [webhook-discussion-answered](https://x2phlo4pks.apidog.io/discussion-answered-event-7341163d0.md): - Schemas [webhook-discussion-category-changed](https://x2phlo4pks.apidog.io/discussion-category-changed-event-7341164d0.md): - Schemas [webhook-discussion-closed](https://x2phlo4pks.apidog.io/discussion-closed-event-7341165d0.md): - Schemas [webhook-discussion-comment-created](https://x2phlo4pks.apidog.io/discussion-comment-created-event-7341166d0.md): - Schemas [webhook-discussion-comment-deleted](https://x2phlo4pks.apidog.io/discussion-comment-deleted-event-7341167d0.md): - Schemas [webhook-discussion-comment-edited](https://x2phlo4pks.apidog.io/discussion-comment-edited-event-7341168d0.md): - Schemas [webhook-discussion-created](https://x2phlo4pks.apidog.io/discussion-created-event-7341169d0.md): - Schemas [webhook-discussion-deleted](https://x2phlo4pks.apidog.io/discussion-deleted-event-7341170d0.md): - Schemas [webhook-discussion-edited](https://x2phlo4pks.apidog.io/discussion-edited-event-7341171d0.md): - Schemas [webhook-discussion-labeled](https://x2phlo4pks.apidog.io/discussion-labeled-event-7341172d0.md): - Schemas [webhook-discussion-locked](https://x2phlo4pks.apidog.io/discussion-locked-event-7341173d0.md): - Schemas [webhook-discussion-pinned](https://x2phlo4pks.apidog.io/discussion-pinned-event-7341174d0.md): - Schemas [webhook-discussion-reopened](https://x2phlo4pks.apidog.io/discussion-reopened-event-7341175d0.md): - Schemas [webhook-discussion-transferred](https://x2phlo4pks.apidog.io/discussion-transferred-event-7341176d0.md): - Schemas [webhook-discussion-unanswered](https://x2phlo4pks.apidog.io/discussion-unanswered-event-7341177d0.md): - Schemas [webhook-discussion-unlabeled](https://x2phlo4pks.apidog.io/discussion-unlabeled-event-7341178d0.md): - Schemas [webhook-discussion-unlocked](https://x2phlo4pks.apidog.io/discussion-unlocked-event-7341179d0.md): - Schemas [webhook-discussion-unpinned](https://x2phlo4pks.apidog.io/discussion-unpinned-event-7341180d0.md): - Schemas [webhook-enterprise-anonymous-access-disabled](https://x2phlo4pks.apidog.io/webhook-enterprise-anonymous-access-disabled-7341181d0.md): - Schemas [webhook-enterprise-anonymous-access-enabled](https://x2phlo4pks.apidog.io/webhook-enterprise-anonymous-access-enabled-7341182d0.md): - Schemas [webhook-fork](https://x2phlo4pks.apidog.io/fork-event-7341183d0.md): - Schemas [webhook-github-app-authorization-revoked](https://x2phlo4pks.apidog.io/github-app-authorization-revoked-event-7341184d0.md): - Schemas [webhook-gollum](https://x2phlo4pks.apidog.io/gollum-event-7341185d0.md): - Schemas [webhook-installation-created](https://x2phlo4pks.apidog.io/installation-created-event-7341186d0.md): - Schemas [webhook-installation-deleted](https://x2phlo4pks.apidog.io/installation-deleted-event-7341187d0.md): - Schemas [webhook-installation-new-permissions-accepted](https://x2phlo4pks.apidog.io/installation-new-permissions-accepted-event-7341188d0.md): - Schemas [webhook-installation-repositories-added](https://x2phlo4pks.apidog.io/installation-repositories-added-event-7341189d0.md): - Schemas [webhook-installation-repositories-removed](https://x2phlo4pks.apidog.io/installation-repositories-removed-event-7341190d0.md): - Schemas [webhook-installation-suspend](https://x2phlo4pks.apidog.io/installation-suspend-event-7341191d0.md): - Schemas [webhook-installation-target-renamed](https://x2phlo4pks.apidog.io/webhook-installation-target-renamed-7341192d0.md): - Schemas [webhook-installation-unsuspend](https://x2phlo4pks.apidog.io/installation-unsuspend-event-7341193d0.md): - Schemas [webhook-issue-comment-created](https://x2phlo4pks.apidog.io/issue-comment-created-event-7341194d0.md): - Schemas [webhook-issue-comment-deleted](https://x2phlo4pks.apidog.io/issue-comment-deleted-event-7341195d0.md): - Schemas [webhook-issue-comment-edited](https://x2phlo4pks.apidog.io/issue-comment-edited-event-7341196d0.md): - Schemas [webhook-issues-assigned](https://x2phlo4pks.apidog.io/issues-assigned-event-7341197d0.md): - Schemas [webhook-issues-closed](https://x2phlo4pks.apidog.io/issues-closed-event-7341198d0.md): - Schemas [webhook-issues-deleted](https://x2phlo4pks.apidog.io/issues-deleted-event-7341199d0.md): - Schemas [webhook-issues-demilestoned](https://x2phlo4pks.apidog.io/issues-demilestoned-event-7341200d0.md): - Schemas [webhook-issues-edited](https://x2phlo4pks.apidog.io/issues-edited-event-7341201d0.md): - Schemas [webhook-issues-labeled](https://x2phlo4pks.apidog.io/issues-labeled-event-7341202d0.md): - Schemas [webhook-issues-locked](https://x2phlo4pks.apidog.io/issues-locked-event-7341203d0.md): - Schemas [webhook-issues-milestoned](https://x2phlo4pks.apidog.io/issues-milestoned-event-7341204d0.md): - Schemas [webhook-issues-opened](https://x2phlo4pks.apidog.io/issues-opened-event-7341205d0.md): - Schemas [webhook-issues-pinned](https://x2phlo4pks.apidog.io/issues-pinned-event-7341206d0.md): - Schemas [webhook-issues-reopened](https://x2phlo4pks.apidog.io/issues-reopened-event-7341207d0.md): - Schemas [webhook-issues-transferred](https://x2phlo4pks.apidog.io/issues-transferred-event-7341208d0.md): - Schemas [webhook-issues-unassigned](https://x2phlo4pks.apidog.io/issues-unassigned-event-7341209d0.md): - Schemas [webhook-issues-unlabeled](https://x2phlo4pks.apidog.io/issues-unlabeled-event-7341210d0.md): - Schemas [webhook-issues-unlocked](https://x2phlo4pks.apidog.io/issues-unlocked-event-7341211d0.md): - Schemas [webhook-issues-unpinned](https://x2phlo4pks.apidog.io/issues-unpinned-event-7341212d0.md): - Schemas [webhook-label-created](https://x2phlo4pks.apidog.io/label-created-event-7341213d0.md): - Schemas [webhook-label-deleted](https://x2phlo4pks.apidog.io/label-deleted-event-7341214d0.md): - Schemas [webhook-label-edited](https://x2phlo4pks.apidog.io/label-edited-event-7341215d0.md): - Schemas [webhook-member-added](https://x2phlo4pks.apidog.io/member-added-event-7341216d0.md): - Schemas [webhook-member-edited](https://x2phlo4pks.apidog.io/member-edited-event-7341217d0.md): - Schemas [webhook-member-removed](https://x2phlo4pks.apidog.io/member-removed-event-7341218d0.md): - Schemas [webhook-membership-added](https://x2phlo4pks.apidog.io/membership-added-event-7341219d0.md): - Schemas [webhook-membership-removed](https://x2phlo4pks.apidog.io/membership-removed-event-7341220d0.md): - Schemas [webhook-meta-deleted](https://x2phlo4pks.apidog.io/meta-deleted-event-7341221d0.md): - Schemas [webhook-milestone-closed](https://x2phlo4pks.apidog.io/milestone-closed-event-7341222d0.md): - Schemas [webhook-milestone-created](https://x2phlo4pks.apidog.io/milestone-created-event-7341223d0.md): - Schemas [webhook-milestone-deleted](https://x2phlo4pks.apidog.io/milestone-deleted-event-7341224d0.md): - Schemas [webhook-milestone-edited](https://x2phlo4pks.apidog.io/milestone-edited-event-7341225d0.md): - Schemas [webhook-milestone-opened](https://x2phlo4pks.apidog.io/milestone-opened-event-7341226d0.md): - Schemas [webhook-organization-deleted](https://x2phlo4pks.apidog.io/organization-deleted-event-7341227d0.md): - Schemas [webhook-organization-member-added](https://x2phlo4pks.apidog.io/organization-member-added-event-7341228d0.md): - Schemas [webhook-organization-member-invited](https://x2phlo4pks.apidog.io/organization-member-invited-event-7341229d0.md): - Schemas [webhook-organization-member-removed](https://x2phlo4pks.apidog.io/organization-member-removed-event-7341230d0.md): - Schemas [webhook-organization-renamed](https://x2phlo4pks.apidog.io/organization-renamed-event-7341231d0.md): - Schemas [webhook-rubygems-metadata](https://x2phlo4pks.apidog.io/ruby-gems-metadata-7341232d0.md): - Schemas [webhook-package-published](https://x2phlo4pks.apidog.io/package-published-event-7341233d0.md): - Schemas [webhook-package-updated](https://x2phlo4pks.apidog.io/package-updated-event-7341234d0.md): - Schemas [webhook-page-build](https://x2phlo4pks.apidog.io/page-build-event-7341235d0.md): - Schemas [webhook-ping](https://x2phlo4pks.apidog.io/webhook-ping-7341236d0.md): - Schemas [webhook-ping-form-encoded](https://x2phlo4pks.apidog.io/webhook-ping-form-encoded-7341237d0.md): - Schemas [webhook-project-card-converted](https://x2phlo4pks.apidog.io/project-card-converted-event-7341238d0.md): - Schemas [webhook-project-card-created](https://x2phlo4pks.apidog.io/project-card-created-event-7341239d0.md): - Schemas [webhook-project-card-deleted](https://x2phlo4pks.apidog.io/project-card-deleted-event-7341240d0.md): - Schemas [webhook-project-card-edited](https://x2phlo4pks.apidog.io/project-card-edited-event-7341241d0.md): - Schemas [webhook-project-card-moved](https://x2phlo4pks.apidog.io/project-card-moved-event-7341242d0.md): - Schemas [webhook-project-closed](https://x2phlo4pks.apidog.io/project-closed-event-7341243d0.md): - Schemas [webhook-project-column-created](https://x2phlo4pks.apidog.io/project-column-created-event-7341244d0.md): - Schemas [webhook-project-column-deleted](https://x2phlo4pks.apidog.io/project-column-deleted-event-7341245d0.md): - Schemas [webhook-project-column-edited](https://x2phlo4pks.apidog.io/project-column-edited-event-7341246d0.md): - Schemas [webhook-project-column-moved](https://x2phlo4pks.apidog.io/project-column-moved-event-7341247d0.md): - Schemas [webhook-project-created](https://x2phlo4pks.apidog.io/project-created-event-7341248d0.md): - Schemas [webhook-project-deleted](https://x2phlo4pks.apidog.io/project-deleted-event-7341249d0.md): - Schemas [webhook-project-edited](https://x2phlo4pks.apidog.io/project-edited-event-7341250d0.md): - Schemas [webhook-project-reopened](https://x2phlo4pks.apidog.io/project-reopened-event-7341251d0.md): - Schemas [webhook-projects-v2-project-closed](https://x2phlo4pks.apidog.io/projects-v2-project-closed-event-7341252d0.md): - Schemas [webhook-projects-v2-project-created](https://x2phlo4pks.apidog.io/webhook-projects-v2-project-created-7341253d0.md): - Schemas [webhook-projects-v2-project-deleted](https://x2phlo4pks.apidog.io/projects-v2-project-deleted-event-7341254d0.md): - Schemas [webhook-projects-v2-project-edited](https://x2phlo4pks.apidog.io/projects-v2-project-edited-event-7341255d0.md): - Schemas [webhook-projects-v2-item-archived](https://x2phlo4pks.apidog.io/projects-v2-item-archived-event-7341256d0.md): - Schemas [webhook-projects-v2-item-converted](https://x2phlo4pks.apidog.io/projects-v2-item-converted-event-7341257d0.md): - Schemas [webhook-projects-v2-item-created](https://x2phlo4pks.apidog.io/projects-v2-item-created-event-7341258d0.md): - Schemas [webhook-projects-v2-item-deleted](https://x2phlo4pks.apidog.io/projects-v2-item-deleted-event-7341259d0.md): - Schemas [webhook-projects-v2-item-edited](https://x2phlo4pks.apidog.io/projects-v2-item-edited-event-7341260d0.md): - Schemas [webhook-projects-v2-item-reordered](https://x2phlo4pks.apidog.io/projects-v2-item-reordered-event-7341261d0.md): - Schemas [webhook-projects-v2-item-restored](https://x2phlo4pks.apidog.io/projects-v2-item-restored-event-7341262d0.md): - Schemas [webhook-projects-v2-project-reopened](https://x2phlo4pks.apidog.io/projects-v2-project-reopened-event-7341263d0.md): - Schemas [webhook-public](https://x2phlo4pks.apidog.io/public-event-7341264d0.md): - Schemas [webhook-pull-request-assigned](https://x2phlo4pks.apidog.io/pull-request-assigned-event-7341265d0.md): - Schemas [webhook-pull-request-auto-merge-disabled](https://x2phlo4pks.apidog.io/pull-request-auto-merge-disabled-event-7341266d0.md): - Schemas [webhook-pull-request-auto-merge-enabled](https://x2phlo4pks.apidog.io/pull-request-auto-merge-enabled-event-7341267d0.md): - Schemas [webhook-pull-request-closed](https://x2phlo4pks.apidog.io/pull-request-closed-event-7341268d0.md): - Schemas [webhook-pull-request-converted-to-draft](https://x2phlo4pks.apidog.io/pull-request-converted-to-draft-event-7341269d0.md): - Schemas [webhook-pull-request-demilestoned](https://x2phlo4pks.apidog.io/pull-request-demilestoned-event-7341270d0.md): - Schemas [webhook-pull-request-edited](https://x2phlo4pks.apidog.io/pull-request-edited-event-7341271d0.md): - Schemas [webhook-pull-request-labeled](https://x2phlo4pks.apidog.io/pull-request-labeled-event-7341272d0.md): - Schemas [webhook-pull-request-locked](https://x2phlo4pks.apidog.io/pull-request-locked-event-7341273d0.md): - Schemas [webhook-pull-request-milestoned](https://x2phlo4pks.apidog.io/pull-request-milestoned-event-7341274d0.md): - Schemas [webhook-pull-request-opened](https://x2phlo4pks.apidog.io/pull-request-opened-event-7341275d0.md): - Schemas [webhook-pull-request-ready-for-review](https://x2phlo4pks.apidog.io/pull-request-ready-for-review-event-7341276d0.md): - Schemas [webhook-pull-request-reopened](https://x2phlo4pks.apidog.io/pull-request-reopened-event-7341277d0.md): - Schemas [webhook-pull-request-review-comment-created](https://x2phlo4pks.apidog.io/pull-request-review-comment-created-event-7341278d0.md): - Schemas [webhook-pull-request-review-comment-deleted](https://x2phlo4pks.apidog.io/pull-request-review-comment-deleted-event-7341279d0.md): - Schemas [webhook-pull-request-review-comment-edited](https://x2phlo4pks.apidog.io/pull-request-review-comment-edited-event-7341280d0.md): - Schemas [webhook-pull-request-review-dismissed](https://x2phlo4pks.apidog.io/pull-request-review-dismissed-event-7341281d0.md): - Schemas [webhook-pull-request-review-edited](https://x2phlo4pks.apidog.io/pull-request-review-edited-event-7341282d0.md): - Schemas [webhook-pull-request-review-submitted](https://x2phlo4pks.apidog.io/pull-request-review-submitted-event-7341285d0.md): - Schemas [webhook-pull-request-review-thread-resolved](https://x2phlo4pks.apidog.io/pull-request-review-thread-resolved-event-7341286d0.md): - Schemas [webhook-pull-request-review-thread-unresolved](https://x2phlo4pks.apidog.io/pull-request-review-thread-unresolved-event-7341287d0.md): - Schemas [webhook-pull-request-synchronize](https://x2phlo4pks.apidog.io/pull-request-synchronize-event-7341288d0.md): - Schemas [webhook-pull-request-unassigned](https://x2phlo4pks.apidog.io/pull-request-unassigned-event-7341289d0.md): - Schemas [webhook-pull-request-unlabeled](https://x2phlo4pks.apidog.io/pull-request-unlabeled-event-7341290d0.md): - Schemas [webhook-pull-request-unlocked](https://x2phlo4pks.apidog.io/pull-request-unlocked-event-7341291d0.md): - Schemas [webhook-push](https://x2phlo4pks.apidog.io/push-event-7341292d0.md): - Schemas [webhook-registry-package-published](https://x2phlo4pks.apidog.io/webhook-registry-package-published-7341293d0.md): - Schemas [webhook-registry-package-updated](https://x2phlo4pks.apidog.io/webhook-registry-package-updated-7341294d0.md): - Schemas [webhook-release-created](https://x2phlo4pks.apidog.io/release-created-event-7341295d0.md): - Schemas [webhook-release-deleted](https://x2phlo4pks.apidog.io/release-deleted-event-7341296d0.md): - Schemas [webhook-release-edited](https://x2phlo4pks.apidog.io/release-edited-event-7341297d0.md): - Schemas [webhook-release-prereleased](https://x2phlo4pks.apidog.io/release-prereleased-event-7341298d0.md): - Schemas [webhook-release-published](https://x2phlo4pks.apidog.io/release-published-event-7341299d0.md): - Schemas [webhook-release-released](https://x2phlo4pks.apidog.io/release-released-event-7341300d0.md): - Schemas [webhook-release-unpublished](https://x2phlo4pks.apidog.io/release-unpublished-event-7341301d0.md): - Schemas [webhook-repository-anonymous-access-disabled](https://x2phlo4pks.apidog.io/webhook-repository-anonymous-access-disabled-7341302d0.md): - Schemas [webhook-repository-anonymous-access-enabled](https://x2phlo4pks.apidog.io/webhook-repository-anonymous-access-enabled-7341303d0.md): - Schemas [webhook-repository-archived](https://x2phlo4pks.apidog.io/repository-archived-event-7341304d0.md): - Schemas [webhook-repository-created](https://x2phlo4pks.apidog.io/repository-created-event-7341305d0.md): - Schemas [webhook-repository-deleted](https://x2phlo4pks.apidog.io/repository-deleted-event-7341306d0.md): - Schemas [webhook-repository-dispatch-sample](https://x2phlo4pks.apidog.io/repository-dispatch-event-7341307d0.md): - Schemas [webhook-repository-edited](https://x2phlo4pks.apidog.io/repository-edited-event-7341308d0.md): - Schemas [webhook-repository-privatized](https://x2phlo4pks.apidog.io/repository-privatized-event-7341309d0.md): - Schemas [webhook-repository-publicized](https://x2phlo4pks.apidog.io/repository-publicized-event-7341310d0.md): - Schemas [webhook-repository-renamed](https://x2phlo4pks.apidog.io/repository-renamed-event-7341311d0.md): - Schemas [webhook-repository-transferred](https://x2phlo4pks.apidog.io/repository-transferred-event-7341312d0.md): - Schemas [webhook-repository-unarchived](https://x2phlo4pks.apidog.io/repository-unarchived-event-7341313d0.md): - Schemas [webhook-repository-vulnerability-alert-create](https://x2phlo4pks.apidog.io/repository-vulnerability-alert-create-event-7341314d0.md): - Schemas [webhook-repository-vulnerability-alert-dismiss](https://x2phlo4pks.apidog.io/repository-vulnerability-alert-dismiss-event-7341315d0.md): - Schemas [webhook-repository-vulnerability-alert-reopen](https://x2phlo4pks.apidog.io/repository-vulnerability-alert-reopen-event-7341316d0.md): - Schemas [webhook-repository-vulnerability-alert-resolve](https://x2phlo4pks.apidog.io/repository-vulnerability-alert-resolve-event-7341317d0.md): - Schemas [webhook-secret-scanning-alert-created](https://x2phlo4pks.apidog.io/secret-scanning-alert-created-event-7341318d0.md): - Schemas [webhook-secret-scanning-alert-location-created](https://x2phlo4pks.apidog.io/secret-scanning-alert-location-created-event-7341319d0.md): - Schemas [webhook-secret-scanning-alert-location-created-form-encoded](https://x2phlo4pks.apidog.io/secret-scanning-alert-location-created-event-7341320d0.md): - Schemas [webhook-secret-scanning-alert-reopened](https://x2phlo4pks.apidog.io/secret-scanning-alert-reopened-event-7341321d0.md): - Schemas [webhook-secret-scanning-alert-resolved](https://x2phlo4pks.apidog.io/secret-scanning-alert-resolved-event-7341322d0.md): - Schemas [webhook-security-advisory-published](https://x2phlo4pks.apidog.io/security-advisory-published-event-7341323d0.md): - Schemas [webhook-security-advisory-updated](https://x2phlo4pks.apidog.io/security-advisory-updated-event-7341324d0.md): - Schemas [webhook-security-advisory-withdrawn](https://x2phlo4pks.apidog.io/security-advisory-withdrawn-event-7341325d0.md): - Schemas [webhook-security-and-analysis](https://x2phlo4pks.apidog.io/security-and-analysis-event-7341326d0.md): - Schemas [webhook-sponsorship-cancelled](https://x2phlo4pks.apidog.io/sponsorship-cancelled-event-7341327d0.md): - Schemas [webhook-sponsorship-created](https://x2phlo4pks.apidog.io/sponsorship-created-event-7341328d0.md): - Schemas [webhook-sponsorship-edited](https://x2phlo4pks.apidog.io/sponsorship-edited-event-7341329d0.md): - Schemas [webhook-sponsorship-pending-cancellation](https://x2phlo4pks.apidog.io/sponsorship-pending-cancellation-event-7341330d0.md): - Schemas [webhook-sponsorship-pending-tier-change](https://x2phlo4pks.apidog.io/sponsorship-pending-tier-change-event-7341331d0.md): - Schemas [webhook-sponsorship-tier-changed](https://x2phlo4pks.apidog.io/sponsorship-tier-changed-event-7341332d0.md): - Schemas [webhook-star-created](https://x2phlo4pks.apidog.io/star-created-event-7341333d0.md): - Schemas [webhook-star-deleted](https://x2phlo4pks.apidog.io/star-deleted-event-7341334d0.md): - Schemas [webhook-status](https://x2phlo4pks.apidog.io/status-event-7341335d0.md): - Schemas [webhook-team-add](https://x2phlo4pks.apidog.io/team-add-event-7341336d0.md): - Schemas [webhook-team-added-to-repository](https://x2phlo4pks.apidog.io/team-added-to-repository-event-7341337d0.md): - Schemas [webhook-team-created](https://x2phlo4pks.apidog.io/team-created-event-7341338d0.md): - Schemas [webhook-team-deleted](https://x2phlo4pks.apidog.io/team-deleted-event-7341339d0.md): - Schemas [webhook-team-edited](https://x2phlo4pks.apidog.io/team-edited-event-7341340d0.md): - Schemas [webhook-team-removed-from-repository](https://x2phlo4pks.apidog.io/team-removed-from-repository-event-7341341d0.md): - Schemas [webhook-user-created](https://x2phlo4pks.apidog.io/webhook-user-created-7341342d0.md): - Schemas [webhook-user-deleted](https://x2phlo4pks.apidog.io/webhook-user-deleted-7341343d0.md): - Schemas [webhook-watch-started](https://x2phlo4pks.apidog.io/watch-started-event-7341344d0.md): - Schemas [webhook-workflow-dispatch](https://x2phlo4pks.apidog.io/workflow-dispatch-event-7341345d0.md): - Schemas [webhook-workflow-job-completed](https://x2phlo4pks.apidog.io/workflow-job-completed-event-7341346d0.md): - Schemas [webhook-workflow-job-in-progress](https://x2phlo4pks.apidog.io/workflow-job-in-progress-event-7341347d0.md): - Schemas [webhook-workflow-job-queued](https://x2phlo4pks.apidog.io/workflow-job-queued-event-7341348d0.md): - Schemas [webhook-workflow-job-waiting](https://x2phlo4pks.apidog.io/workflow-job-waiting-event-7341349d0.md): - Schemas [webhook-workflow-run-completed](https://x2phlo4pks.apidog.io/workflow-run-completed-event-7341350d0.md): - Schemas [webhook-workflow-run-in-progress](https://x2phlo4pks.apidog.io/workflow-run-in-progress-event-7341351d0.md): - Schemas [webhook-workflow-run-requested](https://x2phlo4pks.apidog.io/workflow-run-requested-event-7341352d0.md): - Response [not_found](https://x2phlo4pks.apidog.io/not-found-7341353d0.md): - Response [validation_failed_simple](https://x2phlo4pks.apidog.io/validation-failed-simple-7341354d0.md): - Response [bad_request](https://x2phlo4pks.apidog.io/bad-request-7341355d0.md): - Response [validation_failed](https://x2phlo4pks.apidog.io/validation-failed-7341356d0.md): - Response [accepted](https://x2phlo4pks.apidog.io/accepted-7341357d0.md): - Response [requires_authentication](https://x2phlo4pks.apidog.io/requires-authentication-7341358d0.md): - Response [forbidden](https://x2phlo4pks.apidog.io/forbidden-7341359d0.md): - Response [gone](https://x2phlo4pks.apidog.io/gone-7341360d0.md): - Response [actions_runner_labels](https://x2phlo4pks.apidog.io/actions-runner-labels-7341361d0.md): - Response [actions_runner_labels_readonly](https://x2phlo4pks.apidog.io/actions-runner-labels-readonly-7341362d0.md): - Response [service_unavailable](https://x2phlo4pks.apidog.io/service-unavailable-7341363d0.md): - Response [code_scanning_forbidden_read](https://x2phlo4pks.apidog.io/code-scanning-forbidden-read-7341364d0.md): - Response [forbidden_gist](https://x2phlo4pks.apidog.io/forbidden-gist-7341365d0.md): - Response [moved_permanently](https://x2phlo4pks.apidog.io/moved-permanently-7341366d0.md): - Response [conflict](https://x2phlo4pks.apidog.io/conflict-7341367d0.md): - Response [temporary_redirect](https://x2phlo4pks.apidog.io/temporary-redirect-7341368d0.md): - Response [internal_error](https://x2phlo4pks.apidog.io/internal-error-7341369d0.md): - Response [code_scanning_forbidden_write](https://x2phlo4pks.apidog.io/code-scanning-forbidden-write-7341370d0.md): - Response [code_scanning_conflict](https://x2phlo4pks.apidog.io/code-scanning-conflict-7341371d0.md): - Response [dependency_review_forbidden](https://x2phlo4pks.apidog.io/dependency-review-forbidden-7341372d0.md): - Response [unacceptable](https://x2phlo4pks.apidog.io/unacceptable-7341373d0.md): - Response [scim_bad_request](https://x2phlo4pks.apidog.io/scim-bad-request-7341374d0.md): - Response [scim_too_many_requests](https://x2phlo4pks.apidog.io/scim-too-many-requests-7341375d0.md): - Response [scim_internal_error](https://x2phlo4pks.apidog.io/scim-internal-error-7341376d0.md):