Skip to main content
설명서에 자주 업데이트를 게시하며 이 페이지의 번역이 계속 진행 중일 수 있습니다. 최신 정보는 영어 설명서를 참조하세요.
GitHub AE는 현재 제한된 릴리스에 있습니다.

최근에 REST API 설명서 중 일부를 이동했습니다. 원하는 항목을 찾을 수 없는 경우 동작 REST API 페이지를 사용해 볼 수 있습니다.

GitHub Enterprise 관리

REST API를 사용하여 엔터프라이즈를 관리합니다.

Endpoint URLs

These endpoints are prefixed with the following URL:

https://HOSTNAME/api/v3

Authentication

Your GitHub AE installation's API endpoints accept the same authentication methods as the GitHub API. For more information, see "Authenticating to the REST API."

These endpoints are only accessible to authenticated GitHub AE site administrators.

Version information

The current version of your enterprise is returned in the REST API response header: X-GitHub-Enterprise-Version: github-ae@latest.0 You can also read the current version by calling the meta endpoint.

Endpoints