API Docs improvements (#46)
This commit is contained in:
parent
3183d10dbe
commit
607dbd6ae8
100 changed files with 1306 additions and 9201 deletions
|
|
@ -29,7 +29,7 @@ import (
|
|||
// @tags user
|
||||
// @Accept json
|
||||
// @Produce json
|
||||
// @Security ApiKeyAuth
|
||||
// @Security JWTKeyAuth
|
||||
// @Success 200 {object} models.User
|
||||
// @Failure 404 {object} code.vikunja.io/web.HTTPError "User does not exist."
|
||||
// @Failure 500 {object} models.Message "Internal server error."
|
||||
|
|
|
|||
Reference in a new issue