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: Sources/copilot/Client.swift
-196
Original file line number
Diff line number
Diff line change
@@ -1623,200 +1623,4 @@ public struct Client: APIProtocol {
1623
1623
}
1624
1624
)
1625
1625
}
1626
-
/// Get a summary of Copilot usage for a team
1627
-
///
1628
-
/// **Note**: This endpoint is in beta and is subject to change.
1629
-
///
1630
-
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
1631
-
/// for users within a team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.
1632
-
/// See the response schema tab for detailed metrics definitions.
1633
-
///
1634
-
/// The response contains metrics for the prior 28 days. Usage metrics are processed once per day for the previous day,
1635
-
/// and the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,
1636
-
/// they must have telemetry enabled in their IDE.
1637
-
///
1638
-
/// **Note**: This endpoint will only return results for a given day if the team had five or more members on that day.
1639
-
///
1640
-
/// Copilot Business or Copilot Enterprise organization owners for the organization that contains this team,
1641
-
/// and owners and billing managers of their parent enterprises, can view Copilot usage metrics for a team.
1642
-
///
1643
-
/// OAuth app tokens and personal access tokens (classic) need the `copilot`, `manage_billing:copilot`, `admin:org`, `admin:enterprise`, or `manage_billing:enterprise` scope to use this endpoint.
0 commit comments