pub fn update_article(
    article_ids: Vec<i64>,
    mode: UpdateMode,
    field: UpdateArticleField,
    data: String
) -> Result<Response, TTRSSAPIError>
Expand description

Update an article.