Implementing TTRSS: Update Articles #83
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
-
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
updateArticle
Update information on specified articles.
Parameters:
operate on
set to true, 2 - toggle)
(since api level 1)
E.g. to set unread status of articles X and Y to false use the
following:
?article_ids=X,Y&mode=0&field=2
Since version:1.5.0 returns a status message:
“Updated” is number of articles updated by the query.