Implementing TTRSS: Update a Feed #86

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

updateFeed

Tries to update specified feed. This operation is not performed in the
background, so it might take considerable time and, potentially, be
aborted by the HTTP server.

  • feed_id (integer) - ID of feed to update

Returns status-message if the operation has been completed.

{"status":"OK"}
### updateFeed Tries to update specified feed. This operation is not performed in the background, so it might take considerable time and, potentially, be aborted by the HTTP server. - feed\_id (integer) - ID of feed to update 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:27:31 -04:00
jking closed this issue 2017-10-03 16:14:54 -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#86
No description provided.