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/epic_issues.md
parentffc43b862df32a590eae874bcbb11109b46dc8be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/epic_issues.md')
-rw-r--r--doc/api/epic_issues.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/epic_issues.md b/doc/api/epic_issues.md
index cea6da43add..e23639ce8b0 100644
--- a/doc/api/epic_issues.md
+++ b/doc/api/epic_issues.md
@@ -10,7 +10,7 @@ Epics are available only in Ultimate. If epics feature is not available a `403`
Gets all issues that are assigned to an epic and the authenticated user has access to.
-```
+```plaintext
GET /groups/:id/epics/:epic_iid/issues
```
@@ -106,7 +106,7 @@ Example response:
Creates an epic - issue association. If the issue in question belongs to another epic it is unassigned from that epic.
-```
+```plaintext
POST /groups/:id/epics/:epic_iid/issues/:issue_id
```
@@ -212,7 +212,7 @@ Example response:
Removes an epic - issue association.
-```
+```plaintext
DELETE /groups/:id/epics/:epic_iid/issues/:epic_issue_id
```
@@ -318,7 +318,7 @@ Example response:
Updates an epic - issue association.
-```
+```plaintext
PUT /groups/:id/epics/:epic_iid/issues/:epic_issue_id
```