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 af70ec3 commit 9259041Copy full SHA for 9259041
gitlab/v4/objects.py
@@ -921,8 +921,7 @@ class ProjectIssue(GitlabObject):
921
_url = '/projects/%(project_id)s/issues/'
922
_constructorTypes = {'author': 'User', 'assignee': 'User',
923
'milestone': 'ProjectMilestone'}
924
- optionalListAttrs = ['state', 'labels', 'milestone', 'iid', 'order_by',
925
- 'sort']
+ optionalListAttrs = ['state', 'labels', 'milestone', 'order_by', 'sort']
926
requiredUrlAttrs = ['project_id']
927
requiredCreateAttrs = ['title']
928
optionalCreateAttrs = ['description', 'assignee_id', 'milestone_id',
@@ -1178,7 +1177,7 @@ class ProjectMergeRequest(GitlabObject):
1178
1177
optionalUpdateAttrs = ['target_branch', 'assignee_id', 'title',
1179
'description', 'state_event', 'labels',
1180
'milestone_id']
1181
- optionalListAttrs = ['iid', 'state', 'order_by', 'sort']
+ optionalListAttrs = ['iids', 'state', 'order_by', 'sort']
1182
1183
managers = (
1184
('notes', 'ProjectMergeRequestNoteManager',
0 commit comments