We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55fd4b commit dbad3bdCopy full SHA for dbad3bd
gitlab/objects.py
@@ -1308,6 +1308,7 @@ class ProjectMilestone(GitlabObject):
1308
_url = '/projects/%(project_id)s/milestones'
1309
canDelete = False
1310
requiredUrlAttrs = ['project_id']
1311
+ optionalListAttrs = ['iid', 'state']
1312
requiredCreateAttrs = ['title']
1313
optionalCreateAttrs = ['description', 'due_date', 'state_event']
1314
optionalUpdateAttrs = requiredCreateAttrs + optionalCreateAttrs
0 commit comments