diff options
Diffstat (limited to 'gitlab')
| -rw-r--r-- | gitlab/v4/objects.py | 2 |
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'] |
