Add missing elements to webhook doc

This commit is contained in:
sue445 2014-08-19 00:11:13 +09:00
parent 4142754c7f
commit 911e47a93d
1 changed files with 3 additions and 1 deletions

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"
}
}
```