Skip to main content

team_update

Function team_update 

Source
pub async fn team_update<T: DeserializeOwned + GraphQLFields<FullType = Team>>(
    client: &Client,
    mapping: Option<InheritanceEntityMapping>,
    input: TeamUpdateInput,
    id: String,
) -> Result<T, LinearError>
Expand description

Updates a team’s settings, properties, or configuration. Requires team owner or workspace admin permissions for most changes.

Full type: Team