1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Files
docs/content/rest
Sophie 2e7adc3bd4 GitHub Enterprise Server 3.15 release candidate (#52803)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
Co-authored-by: Pallavi <96553709+pallsama@users.noreply.github.com>
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
Co-authored-by: isaacmbrown <isaacmbrown@github.com>
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: docs-bot <77750099+docs-bot@users.noreply.github.com>
Co-authored-by: Hector Alfaro <hectorsector@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2024-11-12 18:39:41 +00:00
..
2024-03-07 18:08:04 +00:00
2024-07-12 17:52:15 +00:00
2024-03-07 18:08:04 +00:00
2024-08-08 13:52:25 +01:00
2024-06-24 21:11:54 +00:00
2024-06-20 18:14:53 +00:00
2023-02-14 02:13:21 +00:00

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.