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: github/enterprise_manage_ghes.go
+4-4
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ type ReleaseVersion struct {
74
74
75
75
// CheckSystemRequirements checks if GHES system nodes meet the system requirements.
76
76
//
77
-
// GitHub API docs: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/manage-ghes#get-the-system-requirement-check-results-for-configured-cluster-nodes
77
+
// GitHub API docs: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/manage-ghes#get-the-system-requirement-check-results-for-configured-cluster-nodes
78
78
//
79
79
//meta:operation GET /manage/v1/checks/system-requirements
@@ -95,7 +95,7 @@ func (s *EnterpriseService) CheckSystemRequirements(ctx context.Context) (*Syste
95
95
96
96
// ClusterStatus gets the status of all services running on each cluster node.
97
97
//
98
-
// GitHub API docs: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/manage-ghes#get-the-status-of-services-running-on-all-cluster-nodes
98
+
// GitHub API docs: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/manage-ghes#get-the-status-of-services-running-on-all-cluster-nodes
@@ -116,7 +116,7 @@ func (s *EnterpriseService) ClusterStatus(ctx context.Context) (*ClusterStatus,
116
116
117
117
// ReplicationStatus gets the status of all services running on each replica node.
118
118
//
119
-
// GitHub API docs: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/manage-ghes#get-the-status-of-services-running-on-all-replica-nodes
119
+
// GitHub API docs: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/manage-ghes#get-the-status-of-services-running-on-all-replica-nodes
120
120
//
121
121
//meta:operation GET /manage/v1/replication/status
// InitialConfig initializes the GitHub Enterprise instance with a license and password.
331
331
// After initializing the instance, you need to run an apply to apply the configuration.
332
332
//
333
-
// GitHub API docs: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/manage-ghes#initialize-instance-configuration-with-license-and-password
333
+
// GitHub API docs: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/manage-ghes#initialize-instance-configuration-with-license-and-password
0 commit comments