fix: Show FeaturedTag.last_status_at as a date (#1566)

* fix: FeaturedTag.last_status_at is a date

* Update example
This commit is contained in:
Nik Clayton 2024-12-02 08:47:46 +01:00 committed by GitHub
parent 49868155b9
commit 2e40eecb12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ aliases: [
"name": "nowplaying", "name": "nowplaying",
"url": "https://mastodon.social/@trwnh/tagged/nowplaying", "url": "https://mastodon.social/@trwnh/tagged/nowplaying",
"statuses_count": "70", "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} ### `last_status_at` {#last_status_at}
**Description:** The timestamp of the last authored status containing this hashtag.\ **Description:** The date of the last authored status containing this hashtag.\
**Type:** String ([Datetime](/api/datetime-format#datetime))\ **Type:** String ([Date](/api/datetime-format#date))\
**Version history:**\ **Version history:**\
3.0.0 - added 3.0.0 - added