From 22812832021911dccdd93ced0ef1088441e3d227 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Thu, 21 Aug 2014 12:08:23 +0200 Subject: Support state_event in ProjectMilestone Closes #30 --- gitlab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab.py') diff --git a/gitlab.py b/gitlab.py index 9313c1d..b5d088c 100644 --- a/gitlab.py +++ b/gitlab.py @@ -871,7 +871,7 @@ class ProjectMilestone(GitlabObject): requiredListAttrs = ['project_id'] requiredGetAttrs = ['project_id'] requiredCreateAttrs = ['project_id', 'title'] - optionalCreateAttrs = ['description', 'due_date'] + optionalCreateAttrs = ['description', 'due_date', 'state_event'] shortPrintAttr = 'title' -- cgit v1.2.1