1
0

Fix swaggerdocs generation to produce actually valid output (#39)

This commit is contained in:
konrad
2018-12-21 21:30:43 +00:00
committed by Gitea
parent 0edc5fd315
commit 7322bfafb3
10 changed files with 104 additions and 90 deletions

View File

@ -3074,7 +3074,7 @@
"models.PasswordTokenRequest": {
"type": "object",
"properties": {
"user_name": {
"email": {
"type": "string"
}
}

View File

@ -152,7 +152,7 @@ definitions:
type: object
models.PasswordTokenRequest:
properties:
user_name:
email:
type: string
type: object
models.Team: