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 31f8a52 commit 2ad239aCopy full SHA for 2ad239a
gitlab/v4/objects/events.py
@@ -130,10 +130,10 @@ class ProjectMergeRequestResourceStateEvent(RESTObject):
130
131
class ProjectMergeRequestResourceStateEventManager(RetrieveMixin, RESTManager):
132
_path = (
133
- "/projects/%(project_id)s/merge_requests/%(issue_iid)s/resource_state_events"
+ "/projects/%(project_id)s/merge_requests/%(mr_iid)s/resource_state_events"
134
)
135
_obj_cls = ProjectMergeRequestResourceStateEvent
136
- _from_parent_attrs = {"project_id": "project_id", "issue_iid": "iid"}
+ _from_parent_attrs = {"project_id": "project_id", "mr_iid": "iid"}
137
138
139
class UserEvent(Event):
0 commit comments