Function issues_slash_create_label

Source
pub async fn issues_slash_create_label(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    issues_create_label_request: IssuesCreateLabelRequest,
) -> Result<Label, Error<IssuesSlashCreateLabelError>>
Expand description

Creates a label for the specified repository with the given name and color. The name and color parameters are required. The color must be a valid hexadecimal color code.