pub async fn issues_slash_remove_all_labels(
configuration: &Configuration,
owner: &str,
repo: &str,
issue_number: i32,
) -> Result<(), Error<IssuesSlashRemoveAllLabelsError>>
Expand description
Removes all labels from an issue.
pub async fn issues_slash_remove_all_labels(
configuration: &Configuration,
owner: &str,
repo: &str,
issue_number: i32,
) -> Result<(), Error<IssuesSlashRemoveAllLabelsError>>
Removes all labels from an issue.