You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/v3/enterprise.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,6 @@ GitHub Enterprise supports the same powerful API available on GitHub.com as well
15
15
- Use the [Management Console][] API to perform common administrative tasks
16
16
- Use the [User Administration][] API to promote, demote, suspend, and unsuspend users
17
17
18
-
[Admin Stats]: admin_stats/
19
-
[License]: license/
20
-
[Search Indexing]: search_indexing/
21
-
[Management Console]: management_console/
22
-
[User Administration]: /v3/users/administration/
23
-
24
18
## Endpoint URLs
25
19
26
20
All API endpoints—except [Management Console][] API endpoints—are prefixed with the following URL:
@@ -39,12 +33,17 @@ http(s)://<em>hostname</em>/
39
33
40
34
Your Enterprise installation's API endpoints accept [the same authentication methods](http://developer.github.com/v3/#authentication) as the GitHub.com API. Specifically, you can authenticate yourself with **[OAuth tokens][]** (which can be created using the [Authorizations API][]) or **[basic authentication][]**.
41
35
42
-
[OAuth tokens]: /v3/oauth/
43
-
[basic authentication]: /v3/#basic-authentication
44
-
45
-
The [Admin Stats][], [License][], [Search Indexing][], and [User Administration][] API endpoints are only accessible to GitHub Enterprise site administrators. The [Management Console][] API endpoints are only accessible with a valid license file.
36
+
The [Admin Stats][], [License][], [Search Indexing][], and [User Administration][] API endpoints are only accessible to GitHub Enterprise site administrators. The [Management Console][] API endpoints are only accessible via the [Management Console password][].
Copy file name to clipboardExpand all lines: content/v3/enterprise/management_console.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,23 +11,18 @@ The Management Console API helps you manage your GitHub Enterprise installation.
11
11
12
12
## Authentication
13
13
14
-
You need to pass [an MD5 hash](https://en.wikipedia.org/wiki/MD5#MD5_hashes) of your license file as an authentication token to every Management Console API endpoint except [`/setup/api/start`](#upload-a-license-and-software-package-for-the-first-time). On most systems, you can get this hash by simply calling `md5sum` on the license file:
14
+
You need to pass your [Management Console password](https://enterprise.github.com/help/articles/setting-the-management-console-password)as an authentication token to every Management Console API endpoint except [`/setup/api/start`](#upload-a-license-and-software-package-for-the-first-time).
0 commit comments