removedInput schema / properties / author
Removed value: -{
- "description": "item author",
- "type": "string"
-}
addedInput schema / properties / auto_download
Added value: +{
+ "description": "If set to true, the downloader will automatically download new items",
+ "type": "boolean"
+}
changedInput schema / properties / desc / description
Previous value: -"item description"New value: +"Feed description (extracted from the RSS)"
removedInput schema / properties / enclosure_length
Removed value: -{
- "description": "enclosure size in bytes (if specified in RSS feed)",
- "type": "integer"
-}
removedInput schema / properties / enclosure_type
Removed value: -{
- "description": "enclosure mime type (if specified in RSS feed)",
- "type": "string"
-}
removedInput schema / properties / enclosure_url
Removed value: -{
- "description": "enclosure URL (if specified in RSS feed)",
- "type": "string"
-}
addedInput schema / properties / error
Added value: +{
+ "description": "Error code (same as used in Download or DownloadFile ).",
+ "type": "string"
+}
removedInput schema / properties / feed_id / description
Removed value: -"id of the DownloadFeed"
removedInput schema / properties / feed_id__path
Removed value: -{
- "description": "id of the DownloadFeed containing the item (Path parameter)",
- "type": "integer"
-}
changedInput schema / properties / fetch_ts / description
Previous value: -"timestamp of the item creation — Unix timestamp (seconds since epoch)."New value: +"Last time the feed was fetched — Unix timestamp (seconds since epoch)."
addedInput schema / properties / image_url
Added value: +{
+ "description": "Feed image URL (extracted from the RSS)",
+ "type": "string"
+}
removedInput schema / properties / is_downloaded
Removed value: -{
- "description": "mark downloaded items, automatically set to true when RSS item is downloaded",
- "type": "boolean"
-}
removedInput schema / properties / is_read
Removed value: -{
- "description": "you can mark the item as read manually, or it is marked as read automatically when the item is downloaded",
- "type": "boolean"
-}
removedInput schema / properties / item_id / description
Removed value: -"id of the DownloadFeedItem to update"
removedInput schema / properties / link
Removed value: -{
- "description": "URL of the RSS feed attachment",
- "type": "string"
-}
addedInput schema / properties / nb_read
Added value: +{
+ "description": "Number of read items in the feed",
+ "type": "integer"
+}
addedInput schema / properties / nb_unread
Added value: +{
+ "description": "Number of unread items in the feed",
+ "type": "integer"
+}
changedInput schema / properties / pub_ts / description
Previous value: -"item publish timestamp — Unix timestamp (seconds since epoch)."New value: +"Last time the feed was published on remote server — Unix timestamp (seconds since epoch)."
addedInput schema / properties / status
Added value: +{
+ "description": "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",
+ "enum": [
+ "ready",
+ "fetching",
+ "error"
+ ],
+ "type": "string"
+}
changedInput schema / properties / title / description
Previous value: -"item title"New value: +"Feed title (extracted from the RSS)"
addedInput schema / properties / url
Added value: +{
+ "description": "Feed URL",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "feed_id__path",
- "item_id"
-]New value: +[
+ "feed_id",
+ "item_id"
+]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "type": "object"
+}