pub async fn issues_slash_update_label(
configuration: &Configuration,
owner: &str,
repo: &str,
name: &str,
issues_update_label_request: Option<IssuesUpdateLabelRequest>,
) -> Result<Label, Error<IssuesSlashUpdateLabelError>>
Expand description
Updates a label using the given label name.