Commit b5163a79 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

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
parents 40683268 3889ca9b
......@@ -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
......
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