pub fn set_article_label(
    article_ids: Vec<i64>,
    label_id: i64,
    assign: bool
) -> Result<Response, TTRSSAPIError>
Expand description

Set an article’s label.