From 8ef3994bb90ac00818586530ec9180538a3b686c Mon Sep 17 00:00:00 2001 From: Daniel Schaal Date: Sat, 23 May 2020 08:14:08 +0200 Subject: Update legacy API documentation Add rtl and media attributes to Item documentation Signed-off-by: Daniel Schaal --- docs/externalapi/Legacy.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/externalapi/Legacy.md b/docs/externalapi/Legacy.md index 28809d2c6..f8ec4fb61 100644 --- a/docs/externalapi/Legacy.md +++ b/docs/externalapi/Legacy.md @@ -394,6 +394,8 @@ The following attributes are **not sanitized** meaning: including them in your w * **url** * **enclosureMime** * **enclosureLink** +* **mediaThumbnail** +* **mediaDescription** ## Get items * **Status**: Implemented @@ -425,9 +427,12 @@ The following attributes are **not sanitized** meaning: including them in your w "body": "

At first I have to say...

", "enclosureMime": null, "enclosureLink": null, + "mediaThumbnail": null, // new in 14.1.4-rc1 + "mediaDescription": null, // new in 14.1.4-rc1 "feedId": 67, "unread": true, "starred": false, + "rtl": false, // new in 6.0.2 "lastModified": 1367273003, "fingerprint": "aeaae2123" // new in 8.4.0 hash over title, enclosures, body and url. Same fingerprint means same item and it's advised to locally mark the other one read as well and filter out duplicates in folder and all articles view }, // etc -- cgit v1.2.3