Skip to content

Commit c8f11dd

Browse files
Commit via running ake Sources/copilot
1 parent b246f82 commit c8f11dd

File tree

2 files changed

+80
-40
lines changed

2 files changed

+80
-40
lines changed

Sources/copilot/Client.swift

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ public struct Client: APIProtocol {
4040
}
4141
/// List all Copilot seat assignments for an enterprise
4242
///
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.
4445
///
4546
/// Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.
4647
///
@@ -224,7 +225,8 @@ public struct Client: APIProtocol {
224225
}
225226
/// Get a summary of Copilot usage for enterprise members
226227
///
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.
228230
///
229231
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
230232
/// 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 {
416418
}
417419
/// Get Copilot seat information and settings for an organization
418420
///
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.
420423
///
421424
/// Gets information about an organization's Copilot subscription, including seat breakdown
422425
/// and feature policies. To configure these settings, go to your organization's settings on GitHub.com.
@@ -578,7 +581,8 @@ public struct Client: APIProtocol {
578581
}
579582
/// List all Copilot seat assignments for an organization
580583
///
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.
582586
///
583587
/// Lists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription.
584588
/// Only organization owners can view assigned seats.
@@ -757,7 +761,8 @@ public struct Client: APIProtocol {
757761
}
758762
/// Add teams to the Copilot subscription for an organization
759763
///
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.
761766
///
762767
/// Purchases a GitHub Copilot seat for all users within each specified team.
763768
/// 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 {
933938
}
934939
/// Remove teams from the Copilot subscription for an organization
935940
///
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.
937943
///
938944
/// Cancels the Copilot seat assignment for all members of each team specified.
939945
/// 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 {
11071113
}
11081114
/// Add users to the Copilot subscription for an organization
11091115
///
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.
11111118
///
11121119
/// Purchases a GitHub Copilot seat for each user specified.
11131120
/// 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 {
12831290
}
12841291
/// Remove users from the Copilot subscription for an organization
12851292
///
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.
12871295
///
12881296
/// Cancels the Copilot seat assignment for each user specified.
12891297
/// 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 {
14571465
}
14581466
/// Get a summary of Copilot usage for organization members
14591467
///
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.
14611470
///
14621471
/// You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE
14631472
/// 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 {
16491658
}
16501659
/// Get Copilot seat assignment details for a user
16511660
///
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.
16531663
///
16541664
/// Gets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.
16551665
///

0 commit comments

Comments
 (0)