diff options
Diffstat (limited to 'internal/api')
| -rw-r--r-- | internal/api/model/status.go | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/internal/api/model/status.go b/internal/api/model/status.go index 2abe5af1b..e63ea610e 100644 --- a/internal/api/model/status.go +++ b/internal/api/model/status.go @@ -139,7 +139,7 @@ type StatusReblogged struct {  // StatusCreateRequest models status creation parameters.  // -// swagger:parameters statusCreate +// swagger:model statusCreateRequest  type StatusCreateRequest struct {  	// Text content of the status.  	// If media_ids is provided, this becomes optional. @@ -205,7 +205,7 @@ const (  // AdvancedStatusCreateForm wraps the mastodon-compatible status create form along with the GTS advanced  // visibility settings.  // -// swagger:model advancedStatusCreateForm +// swagger:parameters statusCreate  type AdvancedStatusCreateForm struct {  	StatusCreateRequest  	AdvancedVisibilityFlagsForm | 
