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>2021-04-29 15:09:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-29 15:09:58 +0300
commitdb36dea03b0e56ed242eb290c51be88ca4c61a65 (patch)
tree8352090b6b45cbd012be01a406a8f3d5b8d2b227 /doc/api/issue_links.md
parent38e4bfea582e8c755dd21613bf21658b1771449b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/issue_links.md')
-rw-r--r--doc/api/issue_links.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/issue_links.md b/doc/api/issue_links.md
index 25d85577c13..e6e5a0b3d25 100644
--- a/doc/api/issue_links.md
+++ b/doc/api/issue_links.md
@@ -117,7 +117,7 @@ Example response:
"due_date": null,
"web_url": "http://example.com/example/example/issues/11",
"confidential": false,
- "weight": null,
+ "weight": null
},
"target_issue" : {
"id" : 84,
@@ -147,7 +147,7 @@ Example response:
"due_date": null,
"web_url": "http://example.com/example/example/issues/14",
"confidential": false,
- "weight": null,
+ "weight": null
},
"link_type": "relates_to"
}
@@ -198,7 +198,7 @@ DELETE /projects/:id/issues/:issue_iid/links/:issue_link_id
"due_date": null,
"web_url": "http://example.com/example/example/issues/11",
"confidential": false,
- "weight": null,
+ "weight": null
},
"target_issue" : {
"id" : 84,
@@ -228,7 +228,7 @@ DELETE /projects/:id/issues/:issue_iid/links/:issue_link_id
"due_date": null,
"web_url": "http://example.com/example/example/issues/14",
"confidential": false,
- "weight": null,
+ "weight": null
},
"link_type": "relates_to"
}