summaryrefslogtreecommitdiff
path: root/internal/api/client/account/accountverify.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/account/accountverify.go')
-rw-r--r--internal/api/client/account/accountverify.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/internal/api/client/account/accountverify.go b/internal/api/client/account/accountverify.go
index 0ff61362d..4c77f3fa6 100644
--- a/internal/api/client/account/accountverify.go
+++ b/internal/api/client/account/accountverify.go
@@ -25,11 +25,7 @@ import (
"github.com/superseriousbusiness/gotosocial/internal/oauth"
)
-// AccountVerifyGETHandler serves a user's account details to them IF they reached this
-// handler while in possession of a valid token, according to the oauth middleware.
-// It should be served as a GET at /api/v1/accounts/verify_credentials.
-//
-// swagger:operation GET /api/v1/accounts/verify_credentials accountVerify
+// AccountVerifyGETHandler swagger:operation GET /api/v1/accounts/verify_credentials accountVerify
//
// Verify a token by returning account details pertaining to it.
//