diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-05-14 06:49:01 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-05-14 06:49:01 +0000 |
commit | b5163a79596bd2d3ff727f9246481dca47016470 (patch) | |
tree | 7856d44dfd7831ebfe4939c992a9d055497a9142 | |
parent | 40683268b2b5ad807194387d8345a30195e178c4 (diff) | |
parent | 3889ca9b95d29017f316d6b3eb1b493b072f38d5 (diff) | |
download | gitlab-ce-b5163a79596bd2d3ff727f9246481dca47016470.tar.gz |
Merge branch 'docs/rs-errant-grave' into 'master'
Remove an extra backtick from Group Milestones API documentation
See merge request gitlab-org/gitlab-ce!18913
-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 |