Fix swagger docs
This commit is contained in:
parent
b55b21373c
commit
3b2289c8fa
32 changed files with 6406 additions and 2603 deletions
|
|
@ -31,7 +31,7 @@ import (
|
|||
// @Produce json
|
||||
// @Security JWTKeyAuth
|
||||
// @Success 200 {object} user.User
|
||||
// @Failure 404 {object} code.vikunja.io/web.HTTPError "User does not exist."
|
||||
// @Failure 404 {object} web.HTTPError "User does not exist."
|
||||
// @Failure 500 {object} models.Message "Internal server error."
|
||||
// @Router /user [get]
|
||||
func UserShow(c echo.Context) error {
|
||||
|
|
|
|||
Reference in a new issue