1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

API /admin/users/{username} missing parameter (#4775)

This commit is contained in:
EnricoFerro
2018-08-24 01:59:47 +02:00
committed by techknowlogick
parent 127f477056
commit 912953e82a
5 changed files with 337 additions and 20 deletions

View File

@@ -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",