Commit 8ff54db1 authored by Rémy Coutable's avatar Rémy Coutable

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
parents c5d43124 6e9a7b81
......@@ -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
[
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment