diff options
author | Stan Hu <stanhu@gmail.com> | 2015-10-13 10:17:23 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-10-13 10:17:23 -0700 |
commit | ea2008df939d40ecba4fff84aa66c5656c550091 (patch) | |
tree | 1365614bbc55f3ff367cc6be8c21c306251511e5 /doc | |
parent | e0072892e888f36dcec928ba65cea307da2fbaf2 (diff) | |
parent | 2297a7ba1f5d004c877a7cb82510d7d635f90ec0 (diff) | |
download | gitlab-ce-ea2008df939d40ecba4fff84aa66c5656c550091.tar.gz |
Merge pull request #9723 from sue445/tweak_api_doc
Tweak api doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/merge_requests.md | 2 |
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 { |