mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 01:46:16 -06:00
one more swagger regen for the road
This commit is contained in:
parent
f55be91579
commit
01e8c90f2e
1 changed files with 14 additions and 0 deletions
|
|
@ -2840,6 +2840,13 @@ definitions:
|
||||||
example: <p>Hey this is a status!</p>
|
example: <p>Hey this is a status!</p>
|
||||||
type: string
|
type: string
|
||||||
x-go-name: Content
|
x-go-name: Content
|
||||||
|
content_type:
|
||||||
|
description: |-
|
||||||
|
Content type that was used to parse the status's text. Returned when
|
||||||
|
status is deleted, so if the user is redrafting the message the client
|
||||||
|
can default to the same content type.
|
||||||
|
type: string
|
||||||
|
x-go-name: ContentType
|
||||||
created_at:
|
created_at:
|
||||||
description: The date when this status was created (ISO 8601 Datetime).
|
description: The date when this status was created (ISO 8601 Datetime).
|
||||||
example: "2021-07-30T09:20:25+00:00"
|
example: "2021-07-30T09:20:25+00:00"
|
||||||
|
|
@ -3042,6 +3049,13 @@ definitions:
|
||||||
example: <p>Hey this is a status!</p>
|
example: <p>Hey this is a status!</p>
|
||||||
type: string
|
type: string
|
||||||
x-go-name: Content
|
x-go-name: Content
|
||||||
|
content_type:
|
||||||
|
description: |-
|
||||||
|
Content type that was used to parse the status's text. Returned when
|
||||||
|
status is deleted, so if the user is redrafting the message the client
|
||||||
|
can default to the same content type.
|
||||||
|
type: string
|
||||||
|
x-go-name: ContentType
|
||||||
created_at:
|
created_at:
|
||||||
description: The date when this status was created (ISO 8601 Datetime).
|
description: The date when this status was created (ISO 8601 Datetime).
|
||||||
example: "2021-07-30T09:20:25+00:00"
|
example: "2021-07-30T09:20:25+00:00"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue