mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-14 23:13:01 -06:00
[chore] Fix Swagger paths for lists API endpoints (#1904)
This commit is contained in:
parent
73bfb5fbff
commit
84eb7eaf26
8 changed files with 91 additions and 92 deletions
|
|
@ -31,7 +31,7 @@ import (
|
|||
"github.com/superseriousbusiness/gotosocial/internal/validate"
|
||||
)
|
||||
|
||||
// ListUpdatePUTHandler swagger:operation PUT /api/v1/list listUpdate
|
||||
// ListUpdatePUTHandler swagger:operation PUT /api/v1/lists/{id} listUpdate
|
||||
//
|
||||
// Update an existing list.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue