Skip to content

Commit 2281283

Browse files
author
Gauvain Pocentek
committed
Support state_event in ProjectMilestone
Closes #30
1 parent 97e2689 commit 2281283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ class ProjectMilestone(GitlabObject):
871871
requiredListAttrs = ['project_id']
872872
requiredGetAttrs = ['project_id']
873873
requiredCreateAttrs = ['project_id', 'title']
874-
optionalCreateAttrs = ['description', 'due_date']
874+
optionalCreateAttrs = ['description', 'due_date', 'state_event']
875875
shortPrintAttr = 'title'
876876

877877

0 commit comments

Comments
 (0)