Merge pull request #7534 from sue445/feature/add_webhook_doc

Add missing elements to webhook doc
This commit is contained in:
Jacob Vosmaer
2014-08-18 17:45:19 +02:00
+3 -1
View File
@@ -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"
}
}
```