> - `with_merge_status_recheck` was [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/31890) in GitLab 13.0.
> - `with_merge_status_recheck` was [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/31890) in GitLab 13.0.
> - `reviewer_username` and `reviewer_id` were [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/49341) in GitLab 13.8.
> - `reviewer_username` and `reviewer_id` were [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/49341) in GitLab 13.8.
> - `reviewer_ids` was [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/51186) in GitLab 13.8.
> - `reviewer_ids` was [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/51186) in GitLab 13.8.
> - `draft` was [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63473) as an eventual replacement for `work_in_progress` in GitLab 14.0
Every API call to merge requests must be authenticated.
Every API call to merge requests must be authenticated.
...
@@ -174,6 +175,7 @@ Parameters:
...
@@ -174,6 +175,7 @@ Parameters:
"Community contribution",
"Community contribution",
"Manage"
"Manage"
],
],
"draft":false,
"work_in_progress":false,
"work_in_progress":false,
"milestone":{
"milestone":{
"id":5,
"id":5,
...
@@ -357,6 +359,7 @@ Parameters:
...
@@ -357,6 +359,7 @@ Parameters:
"Community contribution",
"Community contribution",
"Manage"
"Manage"
],
],
"draft":false,
"work_in_progress":false,
"work_in_progress":false,
"milestone":{
"milestone":{
"id":5,
"id":5,
...
@@ -542,6 +545,7 @@ Parameters:
...
@@ -542,6 +545,7 @@ Parameters:
"Community contribution",
"Community contribution",
"Manage"
"Manage"
],
],
"draft":false,
"work_in_progress":false,
"work_in_progress":false,
"milestone":{
"milestone":{
"id":5,
"id":5,
...
@@ -680,6 +684,7 @@ Parameters:
...
@@ -680,6 +684,7 @@ Parameters:
"Community contribution",
"Community contribution",
"Manage"
"Manage"
],
],
"draft":false,
"work_in_progress":false,
"work_in_progress":false,
"milestone":{
"milestone":{
"id":5,
"id":5,
...
@@ -912,6 +917,7 @@ Parameters:
...
@@ -912,6 +917,7 @@ Parameters:
"target_project_id":4,
"target_project_id":4,
"labels":[],
"labels":[],
"description":"Qui voluptatibus placeat ipsa alias quasi. Deleniti rem ut sint. Optio velit qui distinctio.",
"description":"Qui voluptatibus placeat ipsa alias quasi. Deleniti rem ut sint. Optio velit qui distinctio.",
"draft":false,
"work_in_progress":false,
"work_in_progress":false,
"milestone":{
"milestone":{
"id":5,
"id":5,
...
@@ -1122,6 +1128,7 @@ POST /projects/:id/merge_requests
...
@@ -1122,6 +1128,7 @@ POST /projects/:id/merge_requests
"Community contribution",
"Community contribution",
"Manage"
"Manage"
],
],
"draft":false,
"work_in_progress":false,
"work_in_progress":false,
"milestone":{
"milestone":{
"id":5,
"id":5,
...
@@ -1292,6 +1299,7 @@ Must include at least one non-required attribute from above.
...
@@ -1292,6 +1299,7 @@ Must include at least one non-required attribute from above.