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>2020-02-27 12:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 12:09:01 +0300
commitc72e5ebe9938d315ec598197873e71a80168d40a (patch)
tree439bf5c40aaf774e5a301825af517cb52726f450 /doc/api/epics.md
parentffc43b862df32a590eae874bcbb11109b46dc8be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/epics.md')
-rw-r--r--doc/api/epics.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/epics.md b/doc/api/epics.md
index b8eb1ab9f9a..54dc3754de0 100644
--- a/doc/api/epics.md
+++ b/doc/api/epics.md
@@ -41,7 +41,7 @@ NOTE: **Note**
Gets all epics of the requested group and its subgroups.
-```
+```plaintext
GET /groups/:id/epics
GET /groups/:id/epics?author_id=5
GET /groups/:id/epics?labels=bug,reproduced
@@ -160,7 +160,7 @@ Example response:
Gets a single epic
-```
+```plaintext
GET /groups/:id/epics/:epic_iid
```
@@ -228,7 +228,7 @@ Starting with GitLab [11.3][ee-6448], `start_date` and `end_date` should no long
directly, as they now represent composite values. You can configure it via the `*_is_fixed` and
`*_fixed` fields instead.
-```
+```plaintext
POST /groups/:id/epics
```
@@ -302,7 +302,7 @@ Starting with GitLab [11.3][ee-6448], `start_date` and `end_date` should no long
directly, as they now represent composite values. You can configure it via the `*_is_fixed` and
`*_fixed` fields instead.
-```
+```plaintext
PUT /groups/:id/epics/:epic_iid
```
@@ -372,7 +372,7 @@ Example response:
Deletes an epic
-```
+```plaintext
DELETE /groups/:id/epics/:epic_iid
```
@@ -391,7 +391,7 @@ Manually creates a todo for the current user on an epic. If
there already exists a todo for the user on that epic, status code `304` is
returned.
-```
+```plaintext
POST /groups/:id/epics/:epic_iid/todo
```