summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Tirk <paultirk@paultirk.com>2021-03-24 19:23:22 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 10:23:11 +0200
commit822423af38ed5f650cfa2c86dfee88fe10ba7b52 (patch)
tree7c4ca91b4966fedc4fc04b3948cb279579fa790c /docs
parent8b5715c6277279ccb9731000e930252d9d6fc085 (diff)
use last modified timestamp data instead of removed 'updatedAt' field
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/externalapi/External-Api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/externalapi/External-Api.md b/docs/externalapi/External-Api.md
index 61ff6259f..aa8c41605 100644
--- a/docs/externalapi/External-Api.md
+++ b/docs/externalapi/External-Api.md
@@ -602,7 +602,7 @@ The attributes mean the following:
* **title**: Abitrary long text, item's title
* **author**: Abitrary long text, name of the author/authors
* **publishedAt**: String representing an ISO 8601 DateTime object, when the item was published
-* **updatedAt**: String representing an ISO 8601 DateTime object, when the item was updated
+* **lastModifiedAt**: String representing an ISO 8601 DateTime object, when the item was last modified
* **enclosure**: An enclosure object or null if none is present
* **mimeType**: Abitrary long text, the enclosures mime type
* **url**: Abitrary long text, location of the enclosure
@@ -624,7 +624,7 @@ A full item contains the full content:
"title": "Plasma-nm after the solid sprint",
"author": "Jan Grulich (grulja)",
"publishedAt": "2005-08-15T15:52:01+0000",
- "updatedAt": "2005-08-15T15:52:01+0000",
+ "lastModifiedAt": "2005-08-15T15:52:01+0000",
"enclosure": {
"mimeType": "video/webm",
"url": "http://video.webmfiles.org/elephants-dream.webm"