summaryrefslogtreecommitdiff
path: root/doc/api/issue_links.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/issue_links.md')
-rw-r--r--doc/api/issue_links.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/api/issue_links.md b/doc/api/issue_links.md
index db65662c9cf..4dfa9b2f532 100644
--- a/doc/api/issue_links.md
+++ b/doc/api/issue_links.md
@@ -1,6 +1,6 @@
---
-stage: none
-group: unassigned
+stage: Plan
+group: Project Management
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---
@@ -30,7 +30,7 @@ Parameters:
{
"id" : 84,
"iid" : 14,
- "issue_link_id": 1
+ "issue_link_id": 1,
"project_id" : 4,
"created_at" : "2016-01-07T12:44:33.959Z",
"title" : "Issues with auth",
@@ -51,7 +51,6 @@ Parameters:
"description" : null,
"updated_at" : "2016-01-07T12:44:33.959Z",
"milestone" : null,
- "subscribed" : true,
"user_notes_count": 0,
"due_date": null,
"web_url": "http://example.com/example/example/issues/14",
@@ -117,7 +116,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 +146,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 +197,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 +227,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"
}