docs/content/rest
Xenocidy 96c81fc536
Adjust versions for SCIM enterprise (#30934)
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
2022-09-20 15:48:58 +00:00
..
actions Update OpenAPI Descriptions (#30924) 2022-09-19 10:28:23 -07:00
activity Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
apps Update installations.md 2022-08-29 16:29:50 -07: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 OpenAPI Descriptions (#30924) 2022-09-19 10:28:23 -07: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 Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
dependency-graph Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
deployments Cleaned up a bit of grammar. 2022-08-24 09:47:42 +02:00
enterprise-admin Adjust versions for SCIM enterprise (#30934) 2022-09-20 15:48:58 +00:00
gists Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
git Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
guides Use Bearer instead of token in Authorization header for REST examples (#30351) 2022-08-31 16:32:06 +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 Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
orgs add feature flag issue for ghae version 2022-07-27 14:37:34 -04:00
overview Update permissions-required-for-github-apps.md 2022-09-12 15:23:35 +01:00
projects Projects GA 2022-07-27 15:55:35 +01: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 Update OpenAPI Descriptions (#30924) 2022-09-19 10:28:23 -07: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 Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +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 Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
pages.md Deprecate GHES 3.1 (#28798) 2022-07-11 21:17:09 +00:00
quickstart.md Use Bearer instead of token in Authorization header for REST examples (#30351) 2022-08-31 16:32:06 +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 Update OpenAPI Descriptions (#30924) 2022-09-19 10:28:23 -07:00
search.md Fix reactions and search large rest pages (#29012) 2022-07-13 21:08:21 +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.