From 822423af38ed5f650cfa2c86dfee88fe10ba7b52 Mon Sep 17 00:00:00 2001 From: Paul Tirk Date: Wed, 24 Mar 2021 19:23:22 +0100 Subject: use last modified timestamp data instead of removed 'updatedAt' field Signed-off-by: Paul Tirk --- docs/externalapi/External-Api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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" -- cgit v1.2.3