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>2014-08-18 19:11:13 +0400
committersue445 <sue445@sue445.net>2014-08-18 19:19:05 +0400
commit911e47a93dba48a4948ef2869d2f5a563e3a9a58 (patch)
treec1b7840674c35a73ae37c859720132da4b250a4d /doc/web_hooks
parent4142754c7f1dda713519b62df76cbc03c9e299c1 (diff)
Add missing elements to webhook doc
Diffstat (limited to 'doc/web_hooks')
-rw-r--r--doc/web_hooks/web_hooks.md4
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"
}
}
```