put_downloads_feeds_feed_id_items_item_id
Modifies a specific download feed item's properties, such as status, title, or auto-download, to control RSS feed downloads on a Freebox.
Instructions
Returns the collection of all DownloadFeedItems for a given DownloadFeed
Error codes: feed_not_found, item_not_found, feed_is_recent, internal_error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed_id | Yes | ||
| item_id | Yes | ||
| id | No | id | |
| status | No | The feed can have the following status — Values: `ready`: feed is up to date; `fetching`: feed is updating; `error`: there was an error trying to refresh this feed, see error | |
| url | No | Feed URL | |
| title | No | Feed title (extracted from the RSS) | |
| desc | No | Feed description (extracted from the RSS) | |
| image_url | No | Feed image URL (extracted from the RSS) | |
| nb_read | No | Number of read items in the feed | |
| nb_unread | No | Number of unread items in the feed | |
| auto_download | No | If set to true, the downloader will automatically download new items | |
| fetch_ts | No | Last time the feed was fetched — Unix timestamp (seconds since epoch). | |
| pub_ts | No | Last time the feed was published on remote server — Unix timestamp (seconds since epoch). | |
| error | No | Error code (same as used in Download or DownloadFile ). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||