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 {
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:
You can’t perform that action at this time.
0 commit comments