diff options
author | sue445 <sue445@sue445.net> | 2017-08-02 15:18:17 +0900 |
---|---|---|
committer | sue445 <sue445@sue445.net> | 2017-08-02 16:07:50 +0900 |
commit | 24704acc77ebc85d653fc22d3fe9c7e5eb2a707d (patch) | |
tree | eb46a3589d363d4772890ceed3914c1fbc784a36 /doc | |
parent | 886b0744949c9d10c21e39e192a0ec48c206fb40 (diff) | |
download | gitlab-ce-24704acc77ebc85d653fc22d3fe9c7e5eb2a707d.tar.gz |
Expose target_iid in Events API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/events.md | 2 |
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, |