mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 02:12:25 -05:00
[docs] Fix Swagger URL for the "edit status" operation (#3932)
This commit is contained in:
parent
13e7ac3e6a
commit
85fb63f46f
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