From 2e40eecb12e24e2d55a87a5c2e06263ca29d2542 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 2 Dec 2024 08:47:46 +0100 Subject: [PATCH] fix: Show FeaturedTag.last_status_at as a date (#1566) * fix: FeaturedTag.last_status_at is a date * Update example --- content/en/entities/FeaturedTag.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/entities/FeaturedTag.md b/content/en/entities/FeaturedTag.md index 1ada8a3..59641ab 100644 --- a/content/en/entities/FeaturedTag.md +++ b/content/en/entities/FeaturedTag.md @@ -20,7 +20,7 @@ aliases: [ "name": "nowplaying", "url": "https://mastodon.social/@trwnh/tagged/nowplaying", "statuses_count": "70", - "last_status_at": "2022-08-29T12:03:35.061Z" + "last_status_at": "2022-08-29" } ``` @@ -56,8 +56,8 @@ aliases: [ ### `last_status_at` {#last_status_at} -**Description:** The timestamp of the last authored status containing this hashtag.\ -**Type:** String ([Datetime](/api/datetime-format#datetime))\ +**Description:** The date of the last authored status containing this hashtag.\ +**Type:** String ([Date](/api/datetime-format#date))\ **Version history:**\ 3.0.0 - added