From 01e8c90f2e859091717db0e34e3f2f8d83226bd9 Mon Sep 17 00:00:00 2001 From: ewin Date: Wed, 5 Mar 2025 18:37:37 -0500 Subject: [PATCH] one more swagger regen for the road --- docs/api/swagger.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index bd2704fab..343a5e6b6 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -2840,6 +2840,13 @@ definitions: example:

Hey this is a status!

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:

Hey this is a status!

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"