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/issue_links.md
parentffc43b862df32a590eae874bcbb11109b46dc8be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/issue_links.md')
-rw-r--r--doc/api/issue_links.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/issue_links.md b/doc/api/issue_links.md
index 2a64c2370fc..b6502bf099c 100644
--- a/doc/api/issue_links.md
+++ b/doc/api/issue_links.md
@@ -5,7 +5,7 @@
Get a list of related issues of a given issue, sorted by the relationship creation datetime (ascending).
Issues will be filtered according to the user authorizations.
-```
+```plaintext
GET /projects/:id/issues/:issue_iid/links
```
@@ -57,7 +57,7 @@ Parameters:
Creates a two-way relation between two issues. User must be allowed to update both issues in order to succeed.
-```
+```plaintext
POST /projects/:id/issues/:issue_iid/links
```
@@ -145,7 +145,7 @@ Example response:
Deletes an issue link, thus removes the two-way relationship.
-```
+```plaintext
DELETE /projects/:id/issues/:issue_iid/links/:issue_link_id
```