summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsue445 <sue445@sue445.net>2017-08-02 15:18:17 +0900
committersue445 <sue445@sue445.net>2017-08-02 16:07:50 +0900
commit24704acc77ebc85d653fc22d3fe9c7e5eb2a707d (patch)
treeeb46a3589d363d4772890ceed3914c1fbc784a36 /doc
parent886b0744949c9d10c21e39e192a0ec48c206fb40 (diff)
downloadgitlab-ce-24704acc77ebc85d653fc22d3fe9c7e5eb2a707d.tar.gz
Expose target_iid in Events API
Diffstat (limited to 'doc')
-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,