Skip to content
Snippets Groups Projects
Commit 6e9a7b81 authored by Rémy Coutable's avatar Rémy Coutable :red_circle:
Browse files

Apply suggestion to doc/api/merge_requests.md

parent dd89d836
No related branches found
No related tags found
1 merge request!9408CE upstream - 2019-02-02 19:09 UTC
......@@ -182,7 +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
| `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
[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment