We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fef67c commit 87e4334Copy full SHA for 87e4334
admin_user.go
@@ -41,6 +41,7 @@ type EditUserOption struct {
41
Admin *bool `json:"admin"`
42
AllowGitHook *bool `json:"allow_git_hook"`
43
AllowImportLocal *bool `json:"allow_import_local"`
44
+ MaxRepoCreation *int `json:"max_repo_creation"`
45
}
46
47
func (c *Client) AdminEditUser(user string, opt EditUserOption) error {
0 commit comments