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/copilot.go
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -491,6 +491,10 @@ func (s *CopilotService) GetSeatDetails(ctx context.Context, org, user string) (
491
491
492
492
// GetEnterpriseMetrics gets Copilot usage metrics for an enterprise.
493
493
//
494
+
// Deprecated: This endpoint was closed down on April 2, 2026 for github.com.
495
+
// It may still be available for GitHub Enterprise Server. Use GetEnterpriseDailyMetricsReport
496
+
// or GetEnterpriseMetricsReport instead.
497
+
//
494
498
// GitHub API docs: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-metrics?apiVersion=2022-11-28#get-copilot-metrics-for-an-enterprise
495
499
//
496
500
//meta:operation GET /enterprises/{enterprise}/copilot/metrics
@@ -517,6 +521,10 @@ func (s *CopilotService) GetEnterpriseMetrics(ctx context.Context, enterprise st
517
521
518
522
// GetEnterpriseTeamMetrics gets Copilot usage metrics for an enterprise team.
519
523
//
524
+
// Deprecated: This endpoint was closed down on April 2, 2026 for github.com.
525
+
// It may still be available for GitHub Enterprise Server. Use GetEnterpriseDailyMetricsReport
526
+
// or GetEnterpriseMetricsReport instead.
527
+
//
520
528
// GitHub API docs: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-metrics?apiVersion=2022-11-28#get-copilot-metrics-for-an-enterprise-team
521
529
//
522
530
//meta:operation GET /enterprises/{enterprise}/team/{team_slug}/copilot/metrics
@@ -543,6 +551,10 @@ func (s *CopilotService) GetEnterpriseTeamMetrics(ctx context.Context, enterpris
543
551
544
552
// GetOrganizationMetrics gets Copilot usage metrics for an organization.
545
553
//
554
+
// Deprecated: This endpoint was closed down on April 2, 2026 for github.com.
555
+
// It may still be available for GitHub Enterprise Server. Use GetOrganizationDailyMetricsReport
556
+
// or GetOrganizationMetricsReport instead.
557
+
//
546
558
// GitHub API docs: https://docs.github.com/rest/copilot/copilot-metrics?apiVersion=2022-11-28#get-copilot-metrics-for-an-organization
0 commit comments