mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Account.last_status_at is a date, not datetime (#3419)
* [bugfix] Account.last_status_at is a date, not datetime Fix #3418 * update swagger
This commit is contained in:
committed by
GitHub
parent
77d755e330
commit
95a316236e
@@ -296,8 +296,8 @@ definitions:
|
||||
type: string
|
||||
x-go-name: ID
|
||||
last_status_at:
|
||||
description: When the account's most recent status was posted (ISO 8601 Datetime).
|
||||
example: "2021-07-30T09:20:25+00:00"
|
||||
description: When the account's most recent status was posted (ISO 8601 Date).
|
||||
example: "2021-07-30"
|
||||
type: string
|
||||
x-go-name: LastStatusAt
|
||||
locked:
|
||||
@@ -2301,8 +2301,8 @@ definitions:
|
||||
type: string
|
||||
x-go-name: ID
|
||||
last_status_at:
|
||||
description: When the account's most recent status was posted (ISO 8601 Datetime).
|
||||
example: "2021-07-30T09:20:25+00:00"
|
||||
description: When the account's most recent status was posted (ISO 8601 Date).
|
||||
example: "2021-07-30"
|
||||
type: string
|
||||
x-go-name: LastStatusAt
|
||||
locked:
|
||||
|
Reference in New Issue
Block a user