diff options
author | 2023-06-19 11:00:19 +0300 | |
---|---|---|
committer | 2023-06-19 10:00:19 +0200 | |
commit | 84eb7eaf26bc123caf102e332a4bbc2e0f2874e2 (patch) | |
tree | 672a70c176fd764dee7f5b7d923c2b4044399db0 /internal/api/client/lists/listupdate.go | |
parent | [bugfix] Parse POST-style forms in the list member removal endpoint (#1903) (diff) | |
download | gotosocial-84eb7eaf26bc123caf102e332a4bbc2e0f2874e2.tar.xz |
[chore] Fix Swagger paths for lists API endpoints (#1904)
Diffstat (limited to 'internal/api/client/lists/listupdate.go')
-rw-r--r-- | internal/api/client/lists/listupdate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/lists/listupdate.go b/internal/api/client/lists/listupdate.go index 80c5a8be3..97c0cc636 100644 --- a/internal/api/client/lists/listupdate.go +++ b/internal/api/client/lists/listupdate.go @@ -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. // |