docs/content/rest
Matt Pollard 05a858f607
GitHub Enterprise Server 3.7 release candidate (#31313)
2022-10-25 18:35:59 +02:00
..
actions update link on artifact use to new location 2022-10-10 19:46:40 +01:00
activity PAT v2 beta (#31013) 2022-10-18 15:11:04 +00:00
apps Make product variables for Enterprise translation-friendly (#31628) 2022-10-17 18:54:05 +00:00
branches Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
checks Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
codespaces Update codespaces.md to add support for GitHub Apps (#31639) 2022-10-18 07:04:30 +00:00
collaborators Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
commits Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
dependabot Add the Dependabot alerts subcategory (#30764) 2022-09-22 14:27:15 -04:00
dependency-graph Support GHAE internal-only semantic versioning (#29178) 2022-09-22 08:26:58 +02:00
deployments Cleaned up a bit of grammar. 2022-08-24 09:47:42 +02:00
enterprise-admin GitHub Enterprise Server 3.7 release candidate (#31313) 2022-10-25 18:35:59 +02:00
gists Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
git Fix broken links (#31895) 2022-10-24 15:32:32 +00:00
guides PAT v2 beta (#31013) 2022-10-18 15:11:04 +00:00
interactions Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
issues Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
metrics Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
migrations PAT v2 beta (#31013) 2022-10-18 15:11:04 +00:00
orgs Support GHAE internal-only semantic versioning (#29178) 2022-09-22 08:26:58 +02:00
overview PAT v2 beta (#31013) 2022-10-18 15:11:04 +00:00
projects PAT v2 beta (#31013) 2022-10-18 15:11:04 +00:00
pulls Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
releases Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
repos Bug fixes for Enterprise content, 2022-09-09 (#30644) 2022-09-12 13:45:05 +00:00
teams PAT v2 beta (#31013) 2022-10-18 15:11:04 +00:00
users Add header to signing keys page in REST API docs (#30452) 2022-09-02 23:09:10 +00:00
webhooks Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
README.md
billing.md Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
code-scanning.md Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
codes-of-conduct.md Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
deploy-keys.md Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
emojis.md Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
gitignore.md Make product variables for Enterprise translation-friendly (#31628) 2022-10-17 18:54:05 +00:00
index.md REST new user guidance (#29642) 2022-08-23 19:31:01 +00:00
licenses.md Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
markdown.md Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
meta.md Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
oauth-authorizations.md Delete OAuth Authorizations API for free/pro/team and GHEC (#29335) 2022-08-02 08:21:43 +10:00
packages.md PAT v2 beta (#31013) 2022-10-18 15:11:04 +00:00
pages.md Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
quickstart.md PAT v2 beta (#31013) 2022-10-18 15:11:04 +00:00
rate-limit.md Remove hardcoded links from GHEC docs to FPT GraphQL docs (#28973) 2022-07-12 16:54:51 +00:00
reactions.md Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
scim.md PAT v2 beta (#31013) 2022-10-18 15:11:04 +00:00
search.md Add search API scope limits (#31064) 2022-09-27 18:12:17 +00:00
secret-scanning.md Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00

README.md

REST

The /content/rest directory is where the GitHub REST API docs live!

  • The /content/rest/guides and /content/rest/overview directories contain regular articles. These are human-editable.

  • The /content/rest/reference directory contains an article for each group of endpoints in the GitHub REST API. Most of the content in this directory is rendered using include tags.

    The content rendered by include tags is sourced from the /lib/rest/static directory, which is automatically generated from the API source code internally in GitHub, and should not be edited by a human. For more information, see the /lib/rest/README.md.

    We cannot accept changes to content that is rendered by include tags. However, you can open an issue describing the changes you would like to see.