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/listcreate.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/listcreate.go')
-rw-r--r-- | internal/api/client/lists/listcreate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/lists/listcreate.go b/internal/api/client/lists/listcreate.go index 09a654c74..1405aedd2 100644 --- a/internal/api/client/lists/listcreate.go +++ b/internal/api/client/lists/listcreate.go @@ -30,7 +30,7 @@ import ( "github.com/superseriousbusiness/gotosocial/internal/validate" ) -// ListCreatePOSTHandler swagger:operation POST /api/v1/list listCreate +// ListCreatePOSTHandler swagger:operation POST /api/v1/lists listCreate // // Create a new list. // |