File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,14 +81,17 @@ async def create(
8181 ) of repositories to add the team to.
8282 privacy: The level of privacy this team should have. The options
8383 are:
84+
8485 For a non-nested team:
8586 * secret - only visible to organization owners and members
8687 of this team.
8788 * closed - visible to all members of this organization.
89+
8890 Default: secret
8991
9092 For a parent or child team:
9193 * closed - visible to all members of this organization.
94+
9295 Default for child team: closed
9396 parent_team_id: The ID of a team to set as the parent team.
9497
@@ -182,14 +185,17 @@ async def update(
182185 description: The description of the team.
183186 privacy: The level of privacy this team should have. The options
184187 are:
188+
185189 For a non-nested team:
186190 * secret - only visible to organization owners and members
187191 of this team.
188192 * closed - visible to all members of this organization.
193+
189194 Default: secret
190195
191196 For a parent or child team:
192197 * closed - visible to all members of this organization.
198+
193199 Default for child team: closed
194200 parent_team_id: The ID of a team to set as the parent team.
195201
You can’t perform that action at this time.
0 commit comments