mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 01:56:15 -06:00
Update API docs
go run github.com/go-swagger/go-swagger/cmd/swagger generate spec --scan-models --exclude-deps --output docs/api/swagger.yaml
This commit is contained in:
parent
32bc3ef023
commit
8eeede9c35
2 changed files with 27 additions and 2 deletions
|
|
@ -293,8 +293,7 @@ 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:type string
|
||||
// swagger:enum StatusContentType
|
||||
type StatusContentType string
|
||||
|
||||
// Content type to use when parsing submitted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue