API /admin/users/{username} missing parameter (#4775)
This commit is contained in:
parent
127f477056
commit
912953e82a
5 changed files with 337 additions and 20 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue