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
+40-40Lines changed: 40 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,13 @@ public struct Client: APIProtocol {
38
38
privatevarconverter:Converter{
39
39
client.converter
40
40
}
41
-
/// Get Copilot Business seat information and settings for an organization
41
+
/// Get Copilot seat information and settings for an organization
42
42
///
43
43
/// **Note**: This endpoint is in beta and is subject to change.
44
44
///
45
-
/// Gets information about an organization's Copilot Business subscription, including seat breakdown
45
+
/// Gets information about an organization's Copilot subscription, including seat breakdown
46
46
/// and code matching policies. To configure these settings, go to your organization's settings on GitHub.com.
47
-
/// For more information, see "[Managing policies for Copilot Business in your organization](https://docs.github.com/copilot/managing-copilot-business/managing-policies-for-copilot-business-in-your-organization)".
47
+
/// For more information, see "[Managing policies for Copilot in your organization](https://docs.github.com/copilot/managing-copilot/managing-policies-for-copilot-business-in-your-organization)".
48
48
///
49
49
/// Only organization owners can configure and view details about the organization's Copilot Business subscription.
50
50
///
@@ -198,13 +198,13 @@ public struct Client: APIProtocol {
198
198
}
199
199
)
200
200
}
201
-
/// List all Copilot Business seat assignments for an organization
201
+
/// List all Copilot seat assignments for an organization
202
202
///
203
203
/// **Note**: This endpoint is in beta and is subject to change.
204
204
///
205
-
/// Lists all Copilot Business seat assignments for an organization that are currently being billed (either active or pending cancellation at the start of the next billing cycle).
205
+
/// Lists all Copilot seat assignments for an organization that are currently being billed (either active or pending cancellation at the start of the next billing cycle).
206
206
///
207
-
/// Only organization owners can configure and view details about the organization's Copilot Business subscription.
207
+
/// Only organization owners can configure and view details about the organization's Copilot Business or Enterprise subscription.
208
208
///
209
209
/// OAuth app tokens and personal access tokens (classic) need the `manage_billing:copilot` scope to use this endpoint.
210
210
///
@@ -378,27 +378,27 @@ public struct Client: APIProtocol {
378
378
}
379
379
)
380
380
}
381
-
/// Add teams to the Copilot Business subscription for an organization
381
+
/// Add teams to the Copilot subscription for an organization
382
382
///
383
383
/// **Note**: This endpoint is in beta and is subject to change.
384
384
///
385
-
/// Purchases a GitHub Copilot Business seat for all users within each specified team.
386
-
/// The organization will be billed accordingly. For more information about Copilot Business pricing, see "[Pricing for GitHub Copilot Business](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot#pricing-for-github-copilot-business)".
385
+
/// Purchases a GitHub Copilot seat for all users within each specified team.
386
+
/// 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)".
387
387
///
388
-
/// Only organization owners can configure GitHub Copilot in their organization.
388
+
/// Only organization owners can configure GitHub Copilot in their organization.
389
389
///
390
-
/// In order for an admin to use this endpoint, the organization must have a Copilot Business subscription and a configured suggestion matching policy.
391
-
/// For more information about setting up a Copilot Business subscription, see "[Setting up a Copilot Business subscription for your organization](https://docs.github.com/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription-for-your-organization-or-enterprise#setting-up-a-copilot-business-subscription-for-your-organization)".
392
-
/// For more information about setting a suggestion matching policy, see "[Configuring suggestion matching policies for GitHub Copilot in your organization](https://docs.github.com/copilot/managing-copilot-business/managing-policies-for-copilot-business-in-your-organization#configuring-suggestion-matching-policies-for-github-copilot-in-your-organization)".
390
+
/// In order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.
391
+
/// For more information about setting up a Copilot subscription, see "[Setting up a Copilot subscription for your organization](https://docs.github.com/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription-for-your-organization-or-enterprise)".
392
+
/// For more information about setting a suggestion matching policy, see "[Configuring suggestion matching policies for GitHub Copilot in your organization](https://docs.github.com/copilot/managing-copilot/managing-policies-for-github-copilot-in-your-organization#configuring-suggestion-matching-policies-for-github-copilot-in-your-organization)".
393
393
///
394
-
/// OAuth app tokens and personal access tokens (classic) need the `manage_billing:copilot` scope to use this endpoint.
394
+
/// OAuth app tokens and personal access tokens (classic) need the `manage_billing:copilot` scope to use this endpoint.
@@ -552,16 +552,16 @@ public struct Client: APIProtocol {
552
552
}
553
553
)
554
554
}
555
-
/// Remove teams from the Copilot Business subscription for an organization
555
+
/// Remove teams from the Copilot subscription for an organization
556
556
///
557
557
/// **Note**: This endpoint is in beta and is subject to change.
558
558
///
559
-
/// Cancels the Copilot Business seat assignment for all members of each team specified.
559
+
/// Cancels the Copilot seat assignment for all members of each team specified.
560
560
/// 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.
561
561
///
562
-
/// For more information about Copilot Business pricing, see "[Pricing for GitHub Copilot Business](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot#pricing-for-github-copilot-business)".
562
+
/// 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)".
563
563
///
564
-
/// For more information about disabling access to Copilot Business, see "[Revoking access to GitHub Copilot for specific users in your organization](https://docs.github.com/copilot/managing-copilot-business/managing-access-for-copilot-business-in-your-organization#revoking-access-to-github-copilot-for-specific-users-in-your-organization)".
564
+
/// For more information about disabling access to Copilot Business or Enterprise, see "[Revoking access to GitHub Copilot for specific users in your organization](https://docs.github.com/copilot/managing-copilot/managing-access-for-copilot-in-your-organization#revoking-access-to-github-copilot-for-specific-users-in-your-organization)".
565
565
///
566
566
/// Only organization owners can configure GitHub Copilot in their organization.
567
567
///
@@ -726,27 +726,27 @@ public struct Client: APIProtocol {
726
726
}
727
727
)
728
728
}
729
-
/// Add users to the Copilot Business subscription for an organization
729
+
/// Add users to the Copilot subscription for an organization
730
730
///
731
731
/// **Note**: This endpoint is in beta and is subject to change.
732
732
///
733
-
/// Purchases a GitHub Copilot Business seat for each user specified.
734
-
/// The organization will be billed accordingly. For more information about Copilot Business pricing, see "[Pricing for GitHub Copilot Business](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot#pricing-for-github-copilot-business)".
733
+
/// Purchases a GitHub Copilot seat for each user specified.
734
+
/// 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)".
735
735
///
736
736
/// Only organization owners can configure GitHub Copilot in their organization.
737
737
///
738
-
/// In order for an admin to use this endpoint, the organization must have a Copilot Business subscription and a configured suggestion matching policy.
739
-
/// For more information about setting up a Copilot Business subscription, see "[Setting up a Copilot Business subscription for your organization](https://docs.github.com/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription-for-your-organization-or-enterprise#setting-up-a-copilot-business-subscription-for-your-organization)".
740
-
/// For more information about setting a suggestion matching policy, see "[Configuring suggestion matching policies for GitHub Copilot in your organization](https://docs.github.com/copilot/managing-copilot-business/managing-policies-for-copilot-business-in-your-organization#configuring-suggestion-matching-policies-for-github-copilot-in-your-organization)".
738
+
/// In order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.
739
+
/// For more information about setting up a Copilot subscription, see "[Setting up a Copilot subscription for your organization](https://docs.github.com/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription-for-your-organization-or-enterprise)".
740
+
/// For more information about setting a suggestion matching policy, see "[Configuring suggestion matching policies for GitHub Copilot in your organization](https://docs.github.com/copilot/managing-copilot/managing-policies-for-github-copilot-in-your-organization#configuring-suggestion-matching-policies-for-github-copilot-in-your-organization)".
741
741
///
742
742
/// OAuth app tokens and personal access tokens (classic) need the `manage_billing:copilot` scope to use this endpoint.
@@ -900,16 +900,16 @@ public struct Client: APIProtocol {
900
900
}
901
901
)
902
902
}
903
-
/// Remove users from the Copilot Business subscription for an organization
903
+
/// Remove users from the Copilot subscription for an organization
904
904
///
905
905
/// **Note**: This endpoint is in beta and is subject to change.
906
906
///
907
-
/// Cancels the Copilot Business seat assignment for each user specified.
907
+
/// Cancels the Copilot seat assignment for each user specified.
908
908
/// 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.
909
909
///
910
-
/// For more information about Copilot Business pricing, see "[Pricing for GitHub Copilot Business](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot#pricing-for-github-copilot-business)"
910
+
/// 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)".
911
911
///
912
-
/// For more information about disabling access to Copilot Business, see "[Revoking access to GitHub Copilot for specific users in your organization](https://docs.github.com/copilot/managing-copilot-business/managing-access-for-copilot-business-in-your-organization#revoking-access-to-github-copilot-for-specific-users-in-your-organization)".
912
+
/// For more information about disabling access to Copilot Business or Enterprise, see "[Revoking access to GitHub Copilot for specific users in your organization](https://docs.github.com/copilot/managing-copilot/managing-access-for-copilot-in-your-organization#revoking-access-to-github-copilot-for-specific-users-in-your-organization)".
913
913
///
914
914
/// Only organization owners can configure GitHub Copilot in their organization.
915
915
///
@@ -1074,11 +1074,11 @@ public struct Client: APIProtocol {
1074
1074
}
1075
1075
)
1076
1076
}
1077
-
/// Get Copilot Business seat assignment details for a user
1077
+
/// Get Copilot seat assignment details for a user
1078
1078
///
1079
1079
/// **Note**: This endpoint is in beta and is subject to change.
1080
1080
///
1081
-
/// Gets the GitHub Copilot Business seat assignment details for a member of an organization who currently has access to GitHub Copilot.
1081
+
/// Gets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.
1082
1082
///
1083
1083
/// Organization owners can view GitHub Copilot seat assignment details for members in their organization.
0 commit comments