summaryrefslogtreecommitdiff
path: root/internal/api/client/lists/listcreate.go
diff options
context:
space:
mode:
authorLibravatar Umar Getagazov <umar@handlerug.me>2023-06-19 11:00:19 +0300
committerLibravatar GitHub <noreply@github.com>2023-06-19 10:00:19 +0200
commit84eb7eaf26bc123caf102e332a4bbc2e0f2874e2 (patch)
tree672a70c176fd764dee7f5b7d923c2b4044399db0 /internal/api/client/lists/listcreate.go
parent[bugfix] Parse POST-style forms in the list member removal endpoint (#1903) (diff)
downloadgotosocial-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.go2
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.
//