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/apps/Types.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2531,15 +2531,15 @@ public enum Components {
2531
2531
///
2532
2532
/// - Remark: Generated from `#/components/schemas/app-permissions/organization_custom_org_roles`.
2533
2533
public var organizationCustomOrgRoles: Components.Schemas.AppPermissions.OrganizationCustomOrgRolesPayload?
2534
-
/// The level of permission to grant the access token for custom property management.
2534
+
/// The level of permission to grant the access token for repository custom properties management at the organization level.
2535
2535
///
2536
2536
/// - Remark: Generated from `#/components/schemas/app-permissions/organization_custom_properties`.
2537
2537
@frozen public enum OrganizationCustomPropertiesPayload: String, Codable, Hashable, Sendable, CaseIterable {
2538
2538
case read = "read"
2539
2539
case write = "write"
2540
2540
case admin = "admin"
2541
2541
}
2542
-
/// The level of permission to grant the access token for custom property management.
2542
+
/// The level of permission to grant the access token for repository custom properties management at the organization level.
2543
2543
///
2544
2544
/// - Remark: Generated from `#/components/schemas/app-permissions/organization_custom_properties`.
2545
2545
public var organizationCustomProperties: Components.Schemas.AppPermissions.OrganizationCustomPropertiesPayload?
@@ -2790,7 +2790,7 @@ public enum Components {
2790
2790
/// - organizationAdministration: The level of permission to grant the access token to manage access to an organization.
2791
2791
/// - organizationCustomRoles: The level of permission to grant the access token for custom repository roles management.
2792
2792
/// - organizationCustomOrgRoles: The level of permission to grant the access token for custom organization roles management.
2793
-
/// - organizationCustomProperties: The level of permission to grant the access token for custom property management.
2793
+
/// - organizationCustomProperties: The level of permission to grant the access token for repository custom properties management at the organization level.
2794
2794
/// - organizationCopilotSeatManagement: The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
2795
2795
/// - organizationAnnouncementBanners: The level of permission to grant the access token to view and manage announcement banners for an organization.
2796
2796
/// - organizationEvents: The level of permission to grant the access token to view events triggered by an activity in an organization.
0 commit comments