pub async fn issue_label_update<T: DeserializeOwned + GraphQLFields<FullType = IssueLabel>>(
client: &Client,
replace_team_labels: Option<bool>,
input: IssueLabelUpdateInput,
id: String,
) -> Result<T, LinearError>Expand description
Updates a label.
Full type: IssueLabel