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 f03613d commit 9561b81Copy full SHA for 9561b81
gitlab/objects.py
@@ -1861,7 +1861,8 @@ class ProjectMilestone(GitlabObject):
1861
requiredUrlAttrs = ['project_id']
1862
optionalListAttrs = ['iid', 'state']
1863
requiredCreateAttrs = ['title']
1864
- optionalCreateAttrs = ['description', 'due_date', 'state_event']
+ optionalCreateAttrs = ['description', 'due_date', 'start_date',
1865
+ 'state_event']
1866
optionalUpdateAttrs = requiredCreateAttrs + optionalCreateAttrs
1867
shortPrintAttr = 'title'
1868
0 commit comments