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:
authorsue445 <sue445@sue445.net>2017-08-02 09:18:17 +0300
committersue445 <sue445@sue445.net>2017-08-02 10:07:50 +0300
commit24704acc77ebc85d653fc22d3fe9c7e5eb2a707d (patch)
treeeb46a3589d363d4772890ceed3914c1fbc784a36 /doc/api/events.md
parent886b0744949c9d10c21e39e192a0ec48c206fb40 (diff)
Expose target_iid in Events API
Diffstat (limited to 'doc/api/events.md')
-rw-r--r--doc/api/events.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/events.md b/doc/api/events.md
index e7829c9f479..6e530317f6c 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -302,6 +302,7 @@ Example response:
"project_id":1,
"action_name":"opened",
"target_id":160,
+ "target_iid":160,
"target_type":"Issue",
"author_id":25,
"data":null,
@@ -322,6 +323,7 @@ Example response:
"project_id":1,
"action_name":"opened",
"target_id":159,
+ "target_iid":159,
"target_type":"Issue",
"author_id":21,
"data":null,