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 <ravlen@gmail.com>2019-05-30 06:52:46 +0300
committerEvan Read <eread@gitlab.com>2019-05-30 06:52:46 +0300
commit3be0a35c78d911b432fac1b385ff30e38f117d56 (patch)
treeeed94b10674928feed528a111fe2f29583f2170f /doc/api/epic_links.md
parent42df87c878430b46e3eb29f55caa2d16a8f351d7 (diff)
Docs: Fix 4 docs to resolve follow-up issue
Diffstat (limited to 'doc/api/epic_links.md')
-rw-r--r--doc/api/epic_links.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/epic_links.md b/doc/api/epic_links.md
index d6e43ae7074..9ad90a6d0f1 100644
--- a/doc/api/epic_links.md
+++ b/doc/api/epic_links.md
@@ -12,6 +12,7 @@ If a user is not a member of a group and the group is private, a `GET` request o
Epics are available only in the [Ultimate/Gold tier](https://about.gitlab.com/pricing/). If the epics feature is not available, a `403` status code will be returned.
## List epics related to a given epic
+
Gets all child epics of an epic.
```