pub async fn teams_slash_update_legacy(
configuration: &Configuration,
team_id: i32,
teams_update_legacy_request: TeamsUpdateLegacyRequest,
) -> Result<TeamFull, Error<TeamsSlashUpdateLegacyError>>
Expand description
Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint. To edit a team, the authenticated user must either be an organization owner or a team maintainer. Note: With nested teams, the privacy
for parent teams cannot be secret
.