summaryrefslogtreecommitdiff
path: root/internal/api/client/lists/listget.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/listget.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/listget.go')
-rw-r--r--internal/api/client/lists/listget.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/lists/listget.go b/internal/api/client/lists/listget.go
index 3aed594d4..f8dc54eb1 100644
--- a/internal/api/client/lists/listget.go
+++ b/internal/api/client/lists/listget.go
@@ -27,7 +27,7 @@ import (
"github.com/superseriousbusiness/gotosocial/internal/oauth"
)
-// ListGETHandler swagger:operation GET /api/v1/list/{id} list
+// ListGETHandler swagger:operation GET /api/v1/lists/{id} list
//
// Get a single list with the given ID.
//