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:
Diffstat (limited to 'doc/api/events.md')
-rw-r--r--doc/api/events.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/events.md b/doc/api/events.md
index 655b6b43a6b..5e9301a6550 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -76,6 +76,7 @@ Example response:
"project_id":1,
"action_name":"opened",
"target_id":160,
+ "target_iid":53,
"target_type":"Issue",
"author_id":25,
"target_title":"Qui natus eos odio tempore et quaerat consequuntur ducimus cupiditate quis.",
@@ -96,6 +97,7 @@ Example response:
"project_id":1,
"action_name":"opened",
"target_id":159,
+ "target_iid":14,
"target_type":"Issue",
"author_id":21,
"target_title":"Nostrum enim non et sed optio illo deleniti non.",
@@ -149,6 +151,7 @@ Example response:
"project_id": 15,
"action_name": "closed",
"target_id": 830,
+ "target_iid": 82,
"target_type": "Issue",
"author_id": 1,
"target_title": "Public project search field",
@@ -168,6 +171,7 @@ Example response:
"project_id": 15,
"action_name": "pushed",
"target_id": null,
+ "target_iid": null,
"target_type": null,
"author_id": 1,
"author": {
@@ -196,6 +200,7 @@ Example response:
"project_id": 15,
"action_name": "closed",
"target_id": 840,
+ "target_iid": 11,
"target_type": "Issue",
"author_id": 1,
"target_title": "Finish & merge Code search PR",
@@ -215,6 +220,7 @@ Example response:
"project_id": 15,
"action_name": "commented on",
"target_id": 1312,
+ "target_iid": 61,
"target_type": "Note",
"author_id": 1,
"target_title": null,