Skip to content

Commit e6e9cd7

Browse files
Commit via running: make Sources/apps
1 parent 5823afc commit e6e9cd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/apps/Types.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,15 +2531,15 @@ public enum Components {
25312531
///
25322532
/// - Remark: Generated from `#/components/schemas/app-permissions/organization_custom_org_roles`.
25332533
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.
25352535
///
25362536
/// - Remark: Generated from `#/components/schemas/app-permissions/organization_custom_properties`.
25372537
@frozen public enum OrganizationCustomPropertiesPayload: String, Codable, Hashable, Sendable, CaseIterable {
25382538
case read = "read"
25392539
case write = "write"
25402540
case admin = "admin"
25412541
}
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.
25432543
///
25442544
/// - Remark: Generated from `#/components/schemas/app-permissions/organization_custom_properties`.
25452545
public var organizationCustomProperties: Components.Schemas.AppPermissions.OrganizationCustomPropertiesPayload?
@@ -2790,7 +2790,7 @@ public enum Components {
27902790
/// - organizationAdministration: The level of permission to grant the access token to manage access to an organization.
27912791
/// - organizationCustomRoles: The level of permission to grant the access token for custom repository roles management.
27922792
/// - 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.
27942794
/// - 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.
27952795
/// - organizationAnnouncementBanners: The level of permission to grant the access token to view and manage announcement banners for an organization.
27962796
/// - organizationEvents: The level of permission to grant the access token to view events triggered by an activity in an organization.

0 commit comments

Comments
 (0)