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:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-09-17 00:06:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-17 00:06:30 +0300
commit274ea604fcd43ecccfba04756a9475a3efa47de0 (patch)
tree33b203dedc5e5b980f945bdf01b9f16fe698417d /doc/api/epics.md
parent930ff68c1efc380cb7522aa9b3884842eecb2486 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/epics.md')
-rw-r--r--doc/api/epics.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/epics.md b/doc/api/epics.md
index 675b88649e0..d6b22c3dc54 100644
--- a/doc/api/epics.md
+++ b/doc/api/epics.md
@@ -49,6 +49,8 @@ GET /groups/:id/epics?state=opened
| `created_before` | datetime | no | Return epics created on or before the given time |
| `updated_after` | datetime | no | Return epics updated on or after the given time |
| `updated_before` | datetime | no | Return epics updated on or before the given time |
+| `include_ancestor_groups` | boolean | no | Include epics from the requested group's ancestors. Default is `false` |
+| `include_descendant_groups` | boolean | no | Include epics from the requested group's descendants. Default is `true` |
```bash
curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/groups/1/epics