Fix swaggerdocs generation to produce actually valid output (#39)
This commit is contained in:
parent
0edc5fd315
commit
7322bfafb3
10 changed files with 104 additions and 90 deletions
|
|
@ -3074,7 +3074,7 @@
|
|||
"models.PasswordTokenRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"user_name": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ definitions:
|
|||
type: object
|
||||
models.PasswordTokenRequest:
|
||||
properties:
|
||||
user_name:
|
||||
email:
|
||||
type: string
|
||||
type: object
|
||||
models.Team:
|
||||
|
|
|
|||
Reference in a new issue