mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 10:12:26 -05:00
[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
This commit is contained in:
parent
431505b3e4
commit
b7c629a18a
4 changed files with 11 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue