Fix swaggerdocs generation to produce actually valid output (#39)
This commit is contained in:
@ -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 New Issue
Block a user