issues_slash_update_label

Function issues_slash_update_label 

Source
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.