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.go44
1 files changed, 22 insertions, 22 deletions
diff --git a/internal/api/client/account/accountverify.go b/internal/api/client/account/accountverify.go
index e6cb65efd..916d0a322 100644
--- a/internal/api/client/account/accountverify.go
+++ b/internal/api/client/account/accountverify.go
@@ -31,31 +31,31 @@ import (
//
// Verify a token by returning account details pertaining to it.
//
-// ---
-// tags:
-// - accounts
+// ---
+// tags:
+// - accounts
//
-// produces:
-// - application/json
+// produces:
+// - application/json
//
-// security:
-// - OAuth2 Bearer:
-// - read:accounts
+// security:
+// - OAuth2 Bearer:
+// - read:accounts
//
-// responses:
-// '200':
-// schema:
-// "$ref": "#/definitions/account"
-// '400':
-// description: bad request
-// '401':
-// description: unauthorized
-// '404':
-// description: not found
-// '406':
-// description: not acceptable
-// '500':
-// description: internal server error
+// responses:
+// '200':
+// schema:
+// "$ref": "#/definitions/account"
+// '400':
+// description: bad request
+// '401':
+// description: unauthorized
+// '404':
+// description: not found
+// '406':
+// description: not acceptable
+// '500':
+// description: internal server error
func (m *Module) AccountVerifyGETHandler(c *gin.Context) {
authed, err := oauth.Authed(c, true, true, true, true)
if err != nil {