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:
authorMarcel Amirault <mamirault@gitlab.com>2019-09-02 05:35:06 +0300
committerEvan Read <eread@gitlab.com>2019-09-02 05:35:06 +0300
commit70a16ebc9751d7aca7d4293894409036b53b5d0d (patch)
treec717d1b6695990de40ff4c56eb6891d808300edf /doc/api/epics.md
parent22e765b2ccea5ce5a5d3f284f7ce76e868296a42 (diff)
Realign 3 docs that diverged between ce/ee
Diffstat (limited to 'doc/api/epics.md')
-rw-r--r--doc/api/epics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/epics.md b/doc/api/epics.md
index 08eb84bfb63..675b88649e0 100644
--- a/doc/api/epics.md
+++ b/doc/api/epics.md
@@ -231,7 +231,7 @@ PUT /groups/:id/epics/:epic_iid
| `id` | integer/string | yes | The ID or [URL-encoded path of the group](README.md#namespaced-path-encoding) owned by the authenticated user |
| `epic_iid` | integer/string | yes | The internal ID of the epic |
| `title` | string | no | The title of an epic |
-| `description` | string | no | The description of an epic. Limited to 1 000 000 characters. |
+| `description` | string | no | The description of an epic. Limited to 1 000 000 characters. |
| `labels` | string | no | The comma separated list of labels |
| `start_date_is_fixed` | boolean | no | Whether start date should be sourced from `start_date_fixed` or from milestones (since 11.3) |
| `start_date_fixed` | string | no | The fixed start date of an epic (since 11.3) |