diff options
Diffstat (limited to 'internal/api/client/bookmarks')
| -rw-r--r-- | internal/api/client/bookmarks/bookmarksget.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/api/client/bookmarks/bookmarksget.go b/internal/api/client/bookmarks/bookmarksget.go index beaec63f3..a8fe9d7a4 100644 --- a/internal/api/client/bookmarks/bookmarksget.go +++ b/internal/api/client/bookmarks/bookmarksget.go @@ -86,10 +86,16 @@ const ( // type: string // description: Links to the next and previous queries. // '401': +// schema: +// "$ref": "#/definitions/error" // description: unauthorized // '406': +// schema: +// "$ref": "#/definitions/error" // description: not acceptable // '500': +// schema: +// "$ref": "#/definitions/error" // description: internal server error func (m *Module) BookmarksGETHandler(c *gin.Context) { authed, errWithCode := apiutil.TokenAuth(c, |
