diff options
author | Robert Speicher <rspeicher@gmail.com> | 2018-05-11 11:36:00 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-05-11 11:36:00 -0500 |
commit | 3889ca9b95d29017f316d6b3eb1b493b072f38d5 (patch) | |
tree | e99b539590031806ec885544550a737b5e602bd1 /doc/api/group_milestones.md | |
parent | 9532ca43d3acb752d973798c1a0aec83dacc9523 (diff) | |
download | gitlab-ce-3889ca9b95d29017f316d6b3eb1b493b072f38d5.tar.gz |
Remove an extra backtick from Group Milestones API documentation
Diffstat (limited to 'doc/api/group_milestones.md')
-rw-r--r-- | doc/api/group_milestones.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/group_milestones.md b/doc/api/group_milestones.md index 21d3ac73000..152929b7614 100644 --- a/doc/api/group_milestones.md +++ b/doc/api/group_milestones.md @@ -22,7 +22,7 @@ Parameters: | --------- | ---- | -------- | ----------- | | `id` | integer/string | yes | The ID or [URL-encoded path of the group](README.md#namespaced-path-encoding) owned by the authenticated user | | `iids[]` | Array[integer] | optional | Return only the milestones having the given `iid` | -| `state` | string | optional | Return only `active` or `closed` milestones` | +| `state` | string | optional | Return only `active` or `closed` milestones | | `search` | string | optional | Return only milestones with a title or description matching the provided string | ```bash |