summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-04-18 13:22:55 +0200
committerLibravatar GitHub <noreply@github.com>2024-04-18 13:22:55 +0200
commitb7c629a18a3154b7cf8231ce6e4cbb47e8c32730 (patch)
treec1b01886d4a4bdbb8a4ca0fb5be7b2766b7091dd /docs/api
parent[feature] Stub conversations endpoint (#2853) (diff)
downloadgotosocial-b7c629a18a3154b7cf8231ce6e4cbb47e8c32730.tar.xz
[bugfix] Fix incorrect field name for status source, add helpful message (#2854)
* [bugfix] Fix incorrect field name for status source, add helpful message * swagger * yyammm
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/swagger.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml
index 004240bba..465beb42b 100644
--- a/docs/api/swagger.yaml
+++ b/docs/api/swagger.yaml
@@ -2433,14 +2433,14 @@ definitions:
example: 01FBVD42CQ3ZEEVMW180SBX03B
type: string
x-go-name: ID
- source:
- description: Plain-text source of a status.
- type: string
- x-go-name: Text
spoiler_text:
description: Plain-text version of spoiler text.
type: string
x-go-name: SpoilerText
+ text:
+ description: Plain-text source of a status.
+ type: string
+ x-go-name: Text
type: object
x-go-name: StatusSource
x-go-package: github.com/superseriousbusiness/gotosocial/internal/api/model