mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-05 22:59:31 -06:00
Fix Swagger URL for the "edit status" operation
This commit is contained in:
parent
808031ca01
commit
1ca855bc7a
2 changed files with 82 additions and 71 deletions
|
|
@ -30,7 +30,7 @@ import (
|
|||
"github.com/superseriousbusiness/gotosocial/internal/util"
|
||||
)
|
||||
|
||||
// StatusEditPUTHandler swagger:operation PUT /api/v1/statuses statusEdit
|
||||
// StatusEditPUTHandler swagger:operation PUT /api/v1/statuses/{id} statusEdit
|
||||
//
|
||||
// Edit an existing status using the given form field parameters.
|
||||
//
|
||||
|
|
@ -46,6 +46,12 @@ import (
|
|||
//
|
||||
// parameters:
|
||||
// -
|
||||
// name: id
|
||||
// type: string
|
||||
// description: Target status ID.
|
||||
// in: path
|
||||
// required: true
|
||||
// -
|
||||
// name: status
|
||||
// x-go-name: Status
|
||||
// description: |-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue