diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-03 14:38:25 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-07-04 10:36:44 +0900 |
commit | 160a56106f2acc643724d886fc6c718b9e0194d6 (patch) | |
tree | fd58b32421dd4ec4afb18bb7f0bd30f6548ad362 /doc/api/milestones.md | |
parent | 72909919764113955878037319f76a7df47ac143 (diff) | |
download | gitlab-ce-docs-kramdown-warnings-2.tar.gz |
Change how arrays are written in docsdocs-kramdown-warnings-2
change string and integer arrays to not use square
brackets in documentation, and fix spelling
Diffstat (limited to 'doc/api/milestones.md')
-rw-r--r-- | doc/api/milestones.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/milestones.md b/doc/api/milestones.md index cb38905871b..8f69378dac3 100644 --- a/doc/api/milestones.md +++ b/doc/api/milestones.md @@ -19,7 +19,7 @@ Parameters: | Attribute | Type | Required | Description | | --------- | ------ | -------- | ----------- | | `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` | +| `iids[]` | integer array | optional | Return only the milestones having the given `iid` | | `state` | string | optional | Return only `active` or `closed` milestones | | `title` | string | optional | Return only the milestones having the given `title` | | `search` | string | optional | Return only milestones with a title or description matching the provided string | |