forked from forgejo/forgejo
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
2
vendor/code.gitea.io/sdk/gitea/admin_user.go
generated
vendored
2
vendor/code.gitea.io/sdk/gitea/admin_user.go
generated
vendored
|
@ -51,6 +51,8 @@ type EditUserOption struct {
|
|||
AllowGitHook *bool `json:"allow_git_hook"`
|
||||
AllowImportLocal *bool `json:"allow_import_local"`
|
||||
MaxRepoCreation *int `json:"max_repo_creation"`
|
||||
ProhibitLogin *bool `json:"prohibit_login"`
|
||||
AllowCreateOrganization *bool `json:"allow_create_organization"`
|
||||
}
|
||||
|
||||
// AdminEditUser modify user informations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue