diff options
Diffstat (limited to 'internal/api/client/account/accountget.go')
-rw-r--r-- | internal/api/client/account/accountget.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/api/client/account/accountget.go b/internal/api/client/account/accountget.go index ff7c1a485..a7f9d8c70 100644 --- a/internal/api/client/account/accountget.go +++ b/internal/api/client/account/accountget.go @@ -25,9 +25,7 @@ import ( "github.com/superseriousbusiness/gotosocial/internal/oauth" ) -// AccountGETHandler returns info about the given account. -// -// swagger:operation GET /api/v1/accounts/{id} accountGet +// AccountGETHandler swagger:operation GET /api/v1/accounts/{id} accountGet // // Get information about an account with the given ID. // |