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 19f1b1a commit d41e972Copy full SHA for d41e972
gitlab/v4/objects.py
@@ -362,7 +362,7 @@ class GroupMember(GitlabObject):
362
requiredCreateAttrs = ['access_level', 'user_id']
363
optionalCreateAttrs = ['expires_at']
364
requiredUpdateAttrs = ['access_level']
365
- optionalCreateAttrs = ['expires_at']
+ optionalUpdateAttrs = ['expires_at']
366
shortPrintAttr = 'username'
367
368
def _update(self, **kwargs):
0 commit comments