summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-02-01 17:18:07 +0000
committerRémy Coutable <remy@rymai.me>2019-02-01 17:18:07 +0000
commit8ff54db11d1dfd5532686ff62708748d9f6e0ed5 (patch)
treeab6e4d364757f034c2ad5986fe0d2fb5519f9bf4
parentc5d431240e09e20c49dd27b9c65a4865f3f79bbd (diff)
parent6e9a7b81bb77b0dcf5eacb7a4e3be7ec6e0c3865 (diff)
downloadgitlab-ce-8ff54db11d1dfd5532686ff62708748d9f6e0ed5.tar.gz
Merge branch 'patch-29' into 'master'
Add parameter at project level endpoint to api documentation Closes #52589 See merge request gitlab-org/gitlab-ce!22397
-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 c9b271eada3..b3548391228 100644
--- a/doc/api/merge_requests.md
+++ b/doc/api/merge_requests.md
@@ -182,6 +182,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
[