summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2020-05-23 08:14:08 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-05-23 10:55:16 +0200
commit8ef3994bb90ac00818586530ec9180538a3b686c (patch)
treebb8067cab12abdf006454f1e37881e8e2c835ac8
parentad6ae3ee36bef364da157806d8e9c1271fdea92b (diff)
Update legacy API documentation
Add rtl and media attributes to Item documentation Signed-off-by: Daniel Schaal <daniel@schaal.email>
-rw-r--r--docs/externalapi/Legacy.md5
1 files changed, 5 insertions, 0 deletions
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": "<p>At first I have to say...</p>",
"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