diff options
author | sue445 <sue445@sue445.net> | 2014-08-19 00:11:13 +0900 |
---|---|---|
committer | sue445 <sue445@sue445.net> | 2014-08-19 00:19:05 +0900 |
commit | 911e47a93dba48a4948ef2869d2f5a563e3a9a58 (patch) | |
tree | c1b7840674c35a73ae37c859720132da4b250a4d /doc/web_hooks | |
parent | 4142754c7f1dda713519b62df76cbc03c9e299c1 (diff) | |
download | gitlab-ce-911e47a93dba48a4948ef2869d2f5a563e3a9a58.tar.gz |
Add missing elements to webhook doc
Diffstat (limited to 'doc/web_hooks')
-rw-r--r-- | doc/web_hooks/web_hooks.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/web_hooks/web_hooks.md b/doc/web_hooks/web_hooks.md index ada21d23ac3..13c4de4301e 100644 --- a/doc/web_hooks/web_hooks.md +++ b/doc/web_hooks/web_hooks.md @@ -76,7 +76,9 @@ Triggered when a new issue is created or an existing issue was updated/closed/re "description": "Create new API for manipulations with repository", "milestone_id": null, "state": "opened", - "iid": 23 + "iid": 23, + "url": "http://example.com/diaspora/issues/23", + "action": "open" } } ``` |