Skip to content

Commit

Permalink
fix from 'make generate-swagger' (issue go-gitea#4765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Ferro committed Aug 23, 2018
1 parent 33195f4 commit 0b3ebdf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/swagger/v1_json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6496,6 +6496,10 @@
"type": "boolean",
"x-go-name": "Admin"
},
"allow_create_organization": {
"type": "boolean",
"x-go-name": "AllowCreateOrganization"
},
"allow_git_hook": {
"type": "boolean",
"x-go-name": "AllowGitHook"
Expand All @@ -6504,10 +6508,6 @@
"type": "boolean",
"x-go-name": "AllowImportLocal"
},
"allow_create_organization": {
"type": "boolean",
"x-go-name": "AllowCreateOrganization"
},
"email": {
"type": "string",
"format": "email",
Expand Down Expand Up @@ -8028,4 +8028,4 @@
"AuthorizationHeaderToken": []
}
]
}
}

0 comments on commit 0b3ebdf

Please sign in to comment.