We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd84e8 commit cd98903Copy full SHA for cd98903
gitlab/v4/objects.py
@@ -128,13 +128,13 @@ class User(GitlabObject):
128
optionalCreateAttrs = ['password', 'reset_password', 'skype', 'linkedin',
129
'twitter', 'projects_limit', 'extern_uid',
130
'provider', 'bio', 'admin', 'can_create_group',
131
- 'website_url', 'confirm', 'external',
+ 'website_url', 'skip_confirmation', 'external',
132
'organization', 'location']
133
requiredUpdateAttrs = ['email', 'username', 'name']
134
optionalUpdateAttrs = ['password', 'skype', 'linkedin', 'twitter',
135
'projects_limit', 'extern_uid', 'provider', 'bio',
136
'admin', 'can_create_group', 'website_url',
137
- 'confirm', 'external', 'organization', 'location']
+ 'skip_confirmation', 'external', 'organization', 'location']
138
managers = (
139
('emails', 'UserEmailManager', [('user_id', 'id')]),
140
('keys', 'UserKeyManager', [('user_id', 'id')]),
0 commit comments