docs/content/rest
Guillaume Perrot ecce822d9d
Add missing API in FG token permissions (#35445)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
2023-03-14 17:05:32 +00:00
..
actions Update OpenAPI Description (#35219) 2023-03-01 20:29:31 +00:00
activity Clarify watchers vs. subscribers count (#35321) 2023-03-07 19:15:47 +00:00
announcement-banners update rest versioning to match openapi (#35442) 2023-03-09 18:32:55 +00:00
apps Add App authentication overview article (#35271) 2023-03-07 18:18:44 +00:00
branches sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
checks sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
codespaces sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
collaborators sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
commits sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
dependabot Update OpenAPI Description (#35219) 2023-03-01 20:29:31 +00:00
dependency-graph update rest versioning to match openapi (#35442) 2023-03-09 18:32:55 +00:00
deployments sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
enterprise-admin sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
gists sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
git sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
guides Move article about authentication with OAuth apps to OAuth apps docs (#35329) 2023-03-07 19:03:08 +00:00
interactions sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
issues sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
metrics sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
migrations sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
orgs Update OpenAPI Description (#35219) 2023-03-01 20:29:31 +00:00
overview Add missing API in FG token permissions (#35445) 2023-03-14 17:05:32 +00:00
projects sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
pulls sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
releases sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
repos Update OpenAPI Description (#35219) 2023-03-01 20:29:31 +00:00
teams sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
users Update OpenAPI Description (#35353) 2023-03-08 09:51:22 +00:00
webhooks sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
README.md Reorganize REST code (#34323) 2023-02-14 02:13:21 +00:00
billing.md add pipeline name as value for autogenerated frontmatter property (#35069) 2023-02-24 18:10:33 +00:00
code-scanning.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
codes-of-conduct.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
deploy-keys.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
emojis.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
gitignore.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
index.md Make landing page titles descriptive (#35407) 2023-03-10 17:43:11 +00:00
licenses.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
markdown.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
meta.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
oauth-authorizations.md add pipeline name as value for autogenerated frontmatter property (#35069) 2023-02-24 18:10:33 +00:00
packages.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
pages.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
quickstart.md Add App authentication overview article (#35271) 2023-03-07 18:18:44 +00:00
rate-limit.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
reactions.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +00:00
scim.md Add App authentication overview article (#35271) 2023-03-07 18:18:44 +00:00
search.md [REST API] Add note about Code Search endpoint changes (#35453) 2023-03-10 20:30:43 +00:00
secret-scanning.md sort rest markdown versions frontmatter alphabetically (#35152) 2023-03-01 00:14:16 +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 /src/rest/data 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 /src/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.