mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-04-16 14:24:06 +00:00
update swagger file
This commit is contained in:
parent
70a6bcc1bc
commit
4168029d4f
1 changed files with 10 additions and 0 deletions
|
@ -2692,6 +2692,11 @@ definitions:
|
|||
example: "2021-07-30T09:20:25+00:00"
|
||||
type: string
|
||||
x-go-name: CreatedAt
|
||||
edited_at:
|
||||
description: Timestamp of when the status was last edited (ISO 8601 Datetime).
|
||||
example: "2021-07-30T09:20:25+00:00"
|
||||
type: string
|
||||
x-go-name: EditedAt
|
||||
emojis:
|
||||
description: Custom emoji to be used when rendering status content.
|
||||
items:
|
||||
|
@ -2889,6 +2894,11 @@ definitions:
|
|||
example: "2021-07-30T09:20:25+00:00"
|
||||
type: string
|
||||
x-go-name: CreatedAt
|
||||
edited_at:
|
||||
description: Timestamp of when the status was last edited (ISO 8601 Datetime).
|
||||
example: "2021-07-30T09:20:25+00:00"
|
||||
type: string
|
||||
x-go-name: EditedAt
|
||||
emojis:
|
||||
description: Custom emoji to be used when rendering status content.
|
||||
items:
|
||||
|
|
Loading…
Reference in a new issue