Implementing TTRSS: Catch Up Feed #88

Closed
opened 2017-09-11 16:31:35 -04:00 by jking · 0 comments
Owner

catchupFeed

Required version: version:1.4.3

Tries to catchup (e.g. mark as read) specified feed.

Parameters:

  • feed_id (integer) - ID of feed to update
  • is_cat (boolean) - true if the specified feed_id is a category

Returns status-message if the operation has been completed.

{"status":"OK"}
### catchupFeed Required version: version:1.4.3 Tries to catchup (e.g. mark as read) specified feed. Parameters: - feed\_id (integer) - ID of feed to update - is\_cat (boolean) - true if the specified feed\_id is a category Returns status-message if the operation has been completed. ```json {"status":"OK"} ```
jking added this to the 0.2.0 milestone 2017-09-11 16:31:35 -04:00
jking closed this issue 2017-10-30 23:18:48 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

-

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#88
No description provided.