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/discussions.md
parent38e4bfea582e8c755dd21613bf21658b1771449b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/discussions.md')
-rw-r--r--doc/api/discussions.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/api/discussions.md b/doc/api/discussions.md
index 828370c3386..ef3c7e82b19 100644
--- a/doc/api/discussions.md
+++ b/doc/api/discussions.md
@@ -270,7 +270,7 @@ GET /projects/:id/snippets/:snippet_id/discussions
"system": false,
"noteable_id": 3,
"noteable_type": "Snippet",
- "noteable_id": null
+ "noteable_iid": null
},
{
"id": 1129,
@@ -290,7 +290,7 @@ GET /projects/:id/snippets/:snippet_id/discussions
"system": false,
"noteable_id": 3,
"noteable_type": "Snippet",
- "noteable_id": null,
+ "noteable_iid": null,
"resolvable": false
}
]
@@ -317,7 +317,7 @@ GET /projects/:id/snippets/:snippet_id/discussions
"system": false,
"noteable_id": 3,
"noteable_type": "Snippet",
- "noteable_id": null,
+ "noteable_iid": null,
"resolvable": false
}
]
@@ -476,7 +476,7 @@ GET /groups/:id/epics/:epic_id/discussions
"system": false,
"noteable_id": 3,
"noteable_type": "Epic",
- "noteable_id": null,
+ "noteable_iid": null,
"resolvable": false
},
{
@@ -497,7 +497,7 @@ GET /groups/:id/epics/:epic_id/discussions
"system": false,
"noteable_id": 3,
"noteable_type": "Epic",
- "noteable_id": null,
+ "noteable_iid": null,
"resolvable": false
}
]
@@ -524,7 +524,7 @@ GET /groups/:id/epics/:epic_id/discussions
"system": false,
"noteable_id": 3,
"noteable_type": "Epic",
- "noteable_id": null,
+ "noteable_iid": null,
"resolvable": false
}
]
@@ -757,7 +757,7 @@ Diff comments also contain position:
"notes": [
{
"id": 1128,
- "type": DiffNote,
+ "type": "DiffNote",
"body": "diff comment",
"attachment": null,
"author": {
@@ -787,12 +787,12 @@ Diff comments also contain position:
"line_range": {
"start": {
"line_code": "588440f66559714280628a4f9799f0c4eb880a4a_10_10",
- "type": "new",
+ "type": "new"
},
"end": {
"line_code": "588440f66559714280628a4f9799f0c4eb880a4a_11_11",
"type": "old"
- },
+ }
}
},
"resolved": false,
@@ -1089,7 +1089,7 @@ Diff comments contain also position:
"notes": [
{
"id": 1128,
- "type": DiffNote,
+ "type": "DiffNote",
"body": "diff comment",
"attachment": null,
"author": {