Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorsue445 <sue445@sue445.net>2015-10-13 18:40:37 +0300
committersue445 <sue445@sue445.net>2015-10-13 18:45:11 +0300
commit2297a7ba1f5d004c877a7cb82510d7d635f90ec0 (patch)
tree775903ab33edd069b1ab8ed2a3da6acbb490cfd6 /doc/api
parenta092d27025cbaf4abe8a1198a25c5becfc07c9b1 (diff)
[ci skip] Add missing parameters in API doc
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/merge_requests.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/merge_requests.md b/doc/api/merge_requests.md
index bb551fc67f7..ffa7f2cdf14 100644
--- a/doc/api/merge_requests.md
+++ b/doc/api/merge_requests.md
@@ -188,6 +188,7 @@ Parameters:
- `title` (required) - Title of MR
- `description` (optional) - Description of MR
- `target_project_id` (optional) - The target project (numeric id)
+- `labels` (optional) - Labels for MR as a comma-separated list
```json
{
@@ -239,6 +240,7 @@ Parameters:
- `title` - Title of MR
- `description` - Description of MR
- `state_event` - New state (close|reopen|merge)
+- `labels` (optional) - Labels for MR as a comma-separated list
```json
{