Commit 1db77dc1 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge pull request #7534 from sue445/feature/add_webhook_doc

Add missing elements to webhook doc
parents a2ee7467 911e47a9
...@@ -76,7 +76,9 @@ Triggered when a new issue is created or an existing issue was updated/closed/re ...@@ -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", "description": "Create new API for manipulations with repository",
"milestone_id": null, "milestone_id": null,
"state": "opened", "state": "opened",
"iid": 23 "iid": 23,
"url": "http://example.com/diaspora/issues/23",
"action": "open"
} }
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment