diff options
Diffstat (limited to 'internal/api/client/tokens/tokensget.go')
| -rw-r--r-- | internal/api/client/tokens/tokensget.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/api/client/tokens/tokensget.go b/internal/api/client/tokens/tokensget.go index ee85c730f..b04e2deb0 100644 --- a/internal/api/client/tokens/tokensget.go +++ b/internal/api/client/tokens/tokensget.go @@ -98,8 +98,12 @@ import ( // type: string // description: Links to the next and previous queries. // '401': +// schema: +// "$ref": "#/definitions/error" // description: unauthorized // '400': +// schema: +// "$ref": "#/definitions/error" // description: bad request func (m *Module) TokensInfoGETHandler(c *gin.Context) { authed, errWithCode := apiutil.TokenAuth(c, |
