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
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public struct Client: APIProtocol {
41
41
/// List all Copilot seat assignments for an enterprise
42
42
///
43
43
/// > [!NOTE]
44
-
/// > This endpoint is in beta and is subject to change.
44
+
/// > This endpoint is in public preview and is subject to change.
45
45
///
46
46
/// Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.
47
47
///
@@ -226,7 +226,7 @@ public struct Client: APIProtocol {
226
226
/// Get a summary of Copilot usage for enterprise members
227
227
///
228
228
/// > [!NOTE]
229
-
/// > This endpoint is in beta and is subject to change.
229
+
/// > This endpoint is in public preview and is subject to change.
230
230
///
231
231
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
232
232
/// for all users across organizations with access to Copilot within your enterprise, with a further breakdown of suggestions, acceptances,
@@ -419,7 +419,7 @@ public struct Client: APIProtocol {
419
419
/// Get a summary of Copilot usage for an enterprise team
420
420
///
421
421
/// > [!NOTE]
422
-
/// > This endpoint is in beta and is subject to change.
422
+
/// > This endpoint is in public preview and is subject to change.
423
423
///
424
424
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
425
425
/// for users within an enterprise team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.
@@ -616,7 +616,7 @@ public struct Client: APIProtocol {
616
616
/// Get Copilot seat information and settings for an organization
617
617
///
618
618
/// > [!NOTE]
619
-
/// > This endpoint is in beta and is subject to change.
619
+
/// > This endpoint is in public preview and is subject to change.
620
620
///
621
621
/// Gets information about an organization's Copilot subscription, including seat breakdown
622
622
/// and feature policies. To configure these settings, go to your organization's settings on GitHub.com.
@@ -779,7 +779,7 @@ public struct Client: APIProtocol {
779
779
/// List all Copilot seat assignments for an organization
780
780
///
781
781
/// > [!NOTE]
782
-
/// > This endpoint is in beta and is subject to change.
782
+
/// > This endpoint is in public preview and is subject to change.
783
783
///
784
784
/// Lists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription.
785
785
/// Only organization owners can view assigned seats.
@@ -959,7 +959,7 @@ public struct Client: APIProtocol {
959
959
/// Add teams to the Copilot subscription for an organization
960
960
///
961
961
/// > [!NOTE]
962
-
/// > This endpoint is in beta and is subject to change.
962
+
/// > This endpoint is in public preview and is subject to change.
963
963
///
964
964
/// Purchases a GitHub Copilot seat for all users within each specified team.
965
965
/// The organization will be billed accordingly. For more information about Copilot pricing, see "[Pricing for GitHub Copilot](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot#about-billing-for-github-copilot)".
@@ -1136,7 +1136,7 @@ public struct Client: APIProtocol {
1136
1136
/// Remove teams from the Copilot subscription for an organization
1137
1137
///
1138
1138
/// > [!NOTE]
1139
-
/// > This endpoint is in beta and is subject to change.
1139
+
/// > This endpoint is in public preview and is subject to change.
1140
1140
///
1141
1141
/// Cancels the Copilot seat assignment for all members of each team specified.
1142
1142
/// This will cause the members of the specified team(s) to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.
@@ -1311,7 +1311,7 @@ public struct Client: APIProtocol {
1311
1311
/// Add users to the Copilot subscription for an organization
1312
1312
///
1313
1313
/// > [!NOTE]
1314
-
/// > This endpoint is in beta and is subject to change.
1314
+
/// > This endpoint is in public preview and is subject to change.
1315
1315
///
1316
1316
/// Purchases a GitHub Copilot seat for each user specified.
1317
1317
/// The organization will be billed accordingly. For more information about Copilot pricing, see "[Pricing for GitHub Copilot](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot#about-billing-for-github-copilot)".
@@ -1488,7 +1488,7 @@ public struct Client: APIProtocol {
1488
1488
/// Remove users from the Copilot subscription for an organization
1489
1489
///
1490
1490
/// > [!NOTE]
1491
-
/// > This endpoint is in beta and is subject to change.
1491
+
/// > This endpoint is in public preview and is subject to change.
1492
1492
///
1493
1493
/// Cancels the Copilot seat assignment for each user specified.
1494
1494
/// This will cause the specified users to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.
@@ -1663,7 +1663,7 @@ public struct Client: APIProtocol {
1663
1663
/// Get a summary of Copilot usage for organization members
1664
1664
///
1665
1665
/// > [!NOTE]
1666
-
/// > This endpoint is in beta and is subject to change.
1666
+
/// > This endpoint is in public preview and is subject to change.
1667
1667
///
1668
1668
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
1669
1669
/// across an organization, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.
@@ -1856,7 +1856,7 @@ public struct Client: APIProtocol {
1856
1856
/// Get Copilot seat assignment details for a user
1857
1857
///
1858
1858
/// > [!NOTE]
1859
-
/// > This endpoint is in beta and is subject to change.
1859
+
/// > This endpoint is in public preview and is subject to change.
1860
1860
///
1861
1861
/// Gets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.
1862
1862
///
@@ -2018,7 +2018,7 @@ public struct Client: APIProtocol {
2018
2018
/// Get a summary of Copilot usage for a team
2019
2019
///
2020
2020
/// > [!NOTE]
2021
-
/// > This endpoint is in beta and is subject to change.
2021
+
/// > This endpoint is in public preview and is subject to change.
2022
2022
///
2023
2023
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
2024
2024
/// for users within a team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.
0 commit comments