mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 00:26:15 -06:00
Revert change to StatusContentType swagger annotation
I'm going to include this in a follow-on PR instead.
This commit is contained in:
parent
1af504408b
commit
112e1d6c48
2 changed files with 3 additions and 24 deletions
|
|
@ -293,7 +293,8 @@ const (
|
|||
// StatusContentType is the content type with which to parse the submitted status.
|
||||
// Can be either text/plain or text/markdown. Empty will default to text/plain.
|
||||
//
|
||||
// swagger:enum StatusContentType
|
||||
// swagger:enum statusContentType
|
||||
// swagger:type string
|
||||
type StatusContentType string
|
||||
|
||||
// Content type to use when parsing submitted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue