summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-05-23 22:50:27 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2017-05-23 22:50:27 +0200
commit449f6071feb626df893f26653d89725dd6fb818b (patch)
tree60a476590ba34fae29728d7c1712b6b8f6e660d7
parentb9eb10a5d090b8357fab72cbc077b45e5d5df115 (diff)
downloadgitlab-449f6071feb626df893f26653d89725dd6fb818b.tar.gz
[v4] Milestones: iid => iids
-rw-r--r--gitlab/v4/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index 4d978b0..876b572 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -1414,7 +1414,7 @@ class ProjectMilestone(GitlabObject):
_url = '/projects/%(project_id)s/milestones'
canDelete = False
requiredUrlAttrs = ['project_id']
- optionalListAttrs = ['iid', 'state']
+ optionalListAttrs = ['iids', 'state']
requiredCreateAttrs = ['title']
optionalCreateAttrs = ['description', 'due_date', 'start_date',
'state_event']