File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5717,7 +5717,7 @@ public enum Operations {
5717
5717
///
5718
5718
/// - Remark: Generated from `#/paths/orgs/{org}/teams/POST/requestBody/json/description`.
5719
5719
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.
5721
5721
///
5722
5722
/// - Remark: Generated from `#/paths/orgs/{org}/teams/POST/requestBody/json/maintainers`.
5723
5723
public var maintainers: [Swift.String]?
@@ -5787,7 +5787,7 @@ public enum Operations {
5787
5787
/// - Parameters:
5788
5788
/// - name: The name of the team.
5789
5789
/// - 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.
5791
5791
/// - repoNames: The full name (e.g., "organization-name/repository-name") of repositories to add the team to.
5792
5792
/// - privacy: The level of privacy this team should have. The options are:
5793
5793
/// - notificationSetting: The notification setting the team has chosen. The options are:
You can’t perform that action at this time.
0 commit comments