summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorChantal Rollison <afspirit04@gmail.com>2018-10-03 08:15:00 +0000
committerTim Zallmann <tzallmann@gitlab.com>2018-10-03 08:15:00 +0000
commit38f3d59fd0b2dd4eef5c94512ea6216a0e5d56b5 (patch)
treece34ad0daceb0e9aed942cfbb84425b39b66ae08 /doc/api
parent82ece8ad4584278ce437270470b54ff9b42c653b (diff)
downloadgitlab-ce-38f3d59fd0b2dd4eef5c94512ea6216a0e5d56b5.tar.gz
#13650 added wip search functionality and tests
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/merge_requests.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/merge_requests.md b/doc/api/merge_requests.md
index 4c099581f07..b37e7698ab4 100644
--- a/doc/api/merge_requests.md
+++ b/doc/api/merge_requests.md
@@ -47,6 +47,7 @@ Parameters:
| `source_branch` | string | no | Return merge requests with the given source branch |
| `target_branch` | string | no | Return merge requests with the given target branch |
| `search` | string | no | Search merge requests against their `title` and `description` |
+| `wip` | string | no | Filter merge requests against their `wip` status. `yes` to return *only* WIP merge requests, `no` to return *non* WIP merge requests |
```json
[