1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/content/rest
hubwriter 1105f03181 Enable/disable advanced security via the REST API's repository endpoint (GA) (#19859)
* Add has_advanced_security parameter

* Add temp (locally generated) JSON files

* Add temp (locally generated) JSON files

* Fix 'details' wording mentioned by Marco

* Add temp (locally generated) JSON files

* Add temp (locally generated) JSON files

* Remove locally generated JSON files

* Add locally generated JSON files

* Remove development mode JSON files

* Update OpenAPI Descriptions (#20149)

* Update OpenAPI Descriptions

* Add decorated OpenAPI schema files

Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>

* Update OpenAPI Descriptions (#20151)

* Update OpenAPI Descriptions

* Add decorated OpenAPI schema files

Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>

* Update OpenAPI Descriptions (#20150)

* Update OpenAPI Descriptions

* Add decorated OpenAPI schema files

Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>

Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
2021-06-29 12:55:51 +00:00
..
2021-06-28 21:01:54 +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 /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.

    As a result, we cannot accept contributions to REST API reference content in this repository.