one more swagger regen for the road

This commit is contained in:
ewin 2025-03-05 18:37:37 -05:00
commit 01e8c90f2e
No known key found for this signature in database

View file

@ -2840,6 +2840,13 @@ definitions:
example: <p>Hey this is a status!</p>
type: string
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:
description: The date when this status was created (ISO 8601 Datetime).
example: "2021-07-30T09:20:25+00:00"
@ -3042,6 +3049,13 @@ definitions:
example: <p>Hey this is a status!</p>
type: string
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:
description: The date when this status was created (ISO 8601 Datetime).
example: "2021-07-30T09:20:25+00:00"