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-12-18 00:07:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-18 00:07:52 +0300
commit2d96e61ceb1a3f26283dfba43f85d99488752296 (patch)
tree9687e475f6292499721f6acab4182b5f31599e5b /doc/api/issue_links.md
parente72386771751fb22245bc6604fef236a2ee130cb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/issue_links.md')
-rw-r--r--doc/api/issue_links.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/issue_links.md b/doc/api/issue_links.md
index 280431fa87c..b7e21310a19 100644
--- a/doc/api/issue_links.md
+++ b/doc/api/issue_links.md
@@ -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.
```
-POST /projects/:id/issues/:issue_iid/links
+POST /projects/:id/issues/:issue_iid/links/:target_project_id/:target_issue_iid
```
| Attribute | Type | Required | Description |