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:
committed by
techknowlogick
parent
127f477056
commit
912953e82a
@@ -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",
|
||||
|
Reference in New Issue
Block a user