From 911e47a93dba48a4948ef2869d2f5a563e3a9a58 Mon Sep 17 00:00:00 2001 From: sue445 Date: Tue, 19 Aug 2014 00:11:13 +0900 Subject: [PATCH] Add missing elements to webhook doc --- doc/web_hooks/web_hooks.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/web_hooks/web_hooks.md b/doc/web_hooks/web_hooks.md index ada21d23ac..13c4de4301 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" } } ```