Skip to content

Commit 690995c

Browse files
Commit via running: make Sources/teams
1 parent ac598b9 commit 690995c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/teams/Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5717,7 +5717,7 @@ public enum Operations {
57175717
///
57185718
/// - Remark: Generated from `#/paths/orgs/{org}/teams/POST/requestBody/json/description`.
57195719
public var description: Swift.String?
5720-
/// List GitHub IDs for organization members who will become team maintainers.
5720+
/// List GitHub usernames for organization members who will become team maintainers.
57215721
///
57225722
/// - Remark: Generated from `#/paths/orgs/{org}/teams/POST/requestBody/json/maintainers`.
57235723
public var maintainers: [Swift.String]?
@@ -5787,7 +5787,7 @@ public enum Operations {
57875787
/// - Parameters:
57885788
/// - name: The name of the team.
57895789
/// - description: The description of the team.
5790-
/// - maintainers: List GitHub IDs for organization members who will become team maintainers.
5790+
/// - maintainers: List GitHub usernames for organization members who will become team maintainers.
57915791
/// - repoNames: The full name (e.g., "organization-name/repository-name") of repositories to add the team to.
57925792
/// - privacy: The level of privacy this team should have. The options are:
57935793
/// - notificationSetting: The notification setting the team has chosen. The options are:

0 commit comments

Comments
 (0)