Skip to content

Commit 2c86003

Browse files
authored
Merge pull request #1396 from spyoungtech/merge_request_reviewers
feat(api): add support for creating/editing reviewers in project MRs
2 parents af7aae7 + 3d985ee commit 2c86003

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab/v4/objects/merge_requests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ class ProjectMergeRequestManager(CRUDMixin, RESTManager):
356356
"remove_source_branch",
357357
"allow_maintainer_to_push",
358358
"squash",
359+
"reviewer_ids",
359360
),
360361
)
361362
_update_attrs = RequiredOptional(
@@ -371,6 +372,7 @@ class ProjectMergeRequestManager(CRUDMixin, RESTManager):
371372
"discussion_locked",
372373
"allow_maintainer_to_push",
373374
"squash",
375+
"reviewer_ids",
374376
),
375377
)
376378
_list_filters = (

0 commit comments

Comments
 (0)