pub async fn teams_slash_update_in_org(
configuration: &Configuration,
org: &str,
team_slug: &str,
teams_update_in_org_request: Option<TeamsUpdateInOrgRequest>,
) -> Result<TeamFull, Error<TeamsSlashUpdateInOrgError>>
Expand description
To edit a team, the authenticated user must either be an organization owner or a team maintainer. Note: You can also specify a team by org_id
and team_id
using the route PATCH /organizations/{org_id}/team/{team_id}
.