diff options
author | EnricoFerro <enrico.ferro@dncsrl.com> | 2018-08-24 01:59:47 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-08-23 19:59:47 -0400 |
commit | 912953e82a851492c7fd1f2e9c10d3a1955b625c (patch) | |
tree | 4ab8ee9e600a691926d3f605ca85360f75e18e9b /templates | |
parent | 127f4770566e09504a3efe4c4282cee049bad0e1 (diff) | |
download | gitea-912953e82a851492c7fd1f2e9c10d3a1955b625c.tar.gz gitea-912953e82a851492c7fd1f2e9c10d3a1955b625c.zip |
API /admin/users/{username} missing parameter (#4775)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 1ea79068ac..598813bfc0 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -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" @@ -6530,6 +6534,10 @@ "type": "string", "x-go-name": "Password" }, + "prohibit_login": { + "type": "boolean", + "x-go-name": "ProhibitLogin" + }, "source_id": { "type": "integer", "format": "int64", |