diff --git a/modules/structs/user_app.go b/modules/structs/user_app.go index 76add1c635..eb894a8a99 100644 --- a/modules/structs/user_app.go +++ b/modules/structs/user_app.go @@ -9,7 +9,6 @@ import ( ) // AccessToken represents an API access token. -// swagger:response AccessToken type AccessToken struct { // The unique identifier of the access token ID int64 `json:"id"` @@ -53,7 +52,6 @@ type CreateOAuth2ApplicationOptions struct { } // OAuth2Application represents an OAuth2 application. -// swagger:response OAuth2Application type OAuth2Application struct { // The unique identifier of the OAuth2 application ID int64 `json:"id"`