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
+20-10Lines changed: 20 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,8 @@ public struct Client: APIProtocol {
40
40
}
41
41
/// List all Copilot seat assignments for an enterprise
42
42
///
43
-
/// **Note**: This endpoint is in beta and is subject to change.
43
+
/// > [!NOTE]
44
+
/// > This endpoint is in beta and is subject to change.
44
45
///
45
46
/// Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.
46
47
///
@@ -224,7 +225,8 @@ public struct Client: APIProtocol {
224
225
}
225
226
/// Get a summary of Copilot usage for enterprise members
226
227
///
227
-
/// **Note**: This endpoint is in beta and is subject to change.
228
+
/// > [!NOTE]
229
+
/// > This endpoint is in beta and is subject to change.
228
230
///
229
231
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
230
232
/// for all users across organizations with access to Copilot within your enterprise, with a further breakdown of suggestions, acceptances,
@@ -416,7 +418,8 @@ public struct Client: APIProtocol {
416
418
}
417
419
/// Get Copilot seat information and settings for an organization
418
420
///
419
-
/// **Note**: This endpoint is in beta and is subject to change.
421
+
/// > [!NOTE]
422
+
/// > This endpoint is in beta and is subject to change.
420
423
///
421
424
/// Gets information about an organization's Copilot subscription, including seat breakdown
422
425
/// and feature policies. To configure these settings, go to your organization's settings on GitHub.com.
@@ -578,7 +581,8 @@ public struct Client: APIProtocol {
578
581
}
579
582
/// List all Copilot seat assignments for an organization
580
583
///
581
-
/// **Note**: This endpoint is in beta and is subject to change.
584
+
/// > [!NOTE]
585
+
/// > This endpoint is in beta and is subject to change.
582
586
///
583
587
/// Lists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription.
584
588
/// Only organization owners can view assigned seats.
@@ -757,7 +761,8 @@ public struct Client: APIProtocol {
757
761
}
758
762
/// Add teams to the Copilot subscription for an organization
759
763
///
760
-
/// **Note**: This endpoint is in beta and is subject to change.
764
+
/// > [!NOTE]
765
+
/// > This endpoint is in beta and is subject to change.
761
766
///
762
767
/// Purchases a GitHub Copilot seat for all users within each specified team.
763
768
/// 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)".
@@ -933,7 +938,8 @@ public struct Client: APIProtocol {
933
938
}
934
939
/// Remove teams from the Copilot subscription for an organization
935
940
///
936
-
/// **Note**: This endpoint is in beta and is subject to change.
941
+
/// > [!NOTE]
942
+
/// > This endpoint is in beta and is subject to change.
937
943
///
938
944
/// Cancels the Copilot seat assignment for all members of each team specified.
939
945
/// 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.
@@ -1107,7 +1113,8 @@ public struct Client: APIProtocol {
1107
1113
}
1108
1114
/// Add users to the Copilot subscription for an organization
1109
1115
///
1110
-
/// **Note**: This endpoint is in beta and is subject to change.
1116
+
/// > [!NOTE]
1117
+
/// > This endpoint is in beta and is subject to change.
1111
1118
///
1112
1119
/// Purchases a GitHub Copilot seat for each user specified.
1113
1120
/// 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)".
@@ -1283,7 +1290,8 @@ public struct Client: APIProtocol {
1283
1290
}
1284
1291
/// Remove users from the Copilot subscription for an organization
1285
1292
///
1286
-
/// **Note**: This endpoint is in beta and is subject to change.
1293
+
/// > [!NOTE]
1294
+
/// > This endpoint is in beta and is subject to change.
1287
1295
///
1288
1296
/// Cancels the Copilot seat assignment for each user specified.
1289
1297
/// 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.
@@ -1457,7 +1465,8 @@ public struct Client: APIProtocol {
1457
1465
}
1458
1466
/// Get a summary of Copilot usage for organization members
1459
1467
///
1460
-
/// **Note**: This endpoint is in beta and is subject to change.
1468
+
/// > [!NOTE]
1469
+
/// > This endpoint is in beta and is subject to change.
1461
1470
///
1462
1471
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
1463
1472
/// across an organization, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.
@@ -1649,7 +1658,8 @@ public struct Client: APIProtocol {
1649
1658
}
1650
1659
/// Get Copilot seat assignment details for a user
1651
1660
///
1652
-
/// **Note**: This endpoint is in beta and is subject to change.
1661
+
/// > [!NOTE]
1662
+
/// > This endpoint is in beta and is subject to change.
1653
1663
///
1654
1664
/// Gets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.
0 commit comments