Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-09-03 05:12:28 +0300
committerEvan Read <eread@gitlab.com>2018-09-04 03:52:39 +0300
commitc38f0e9c95416022a28a22e63454cca316ddc81f (patch)
treefa448ee71d31683651d141c8fd056bc59246110d /doc/api/milestones.md
parent658cd117293da37077ec67046cb1a72fde1ecc35 (diff)
More specificity and clarity for iid field in API documentation.
Diffstat (limited to 'doc/api/milestones.md')
-rw-r--r--doc/api/milestones.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/milestones.md b/doc/api/milestones.md
index 07e66f89443..8f1a5c8e19b 100644
--- a/doc/api/milestones.md
+++ b/doc/api/milestones.md
@@ -19,7 +19,7 @@ Parameters:
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or [URL-encoded path of the project](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