From 90c47af77cc5a3aee085c7856d7a7333d43537bd Mon Sep 17 00:00:00 2001 From: nazoking Date: Fri, 6 Jan 2017 15:13:40 +0900 Subject: [PATCH] Updated API WebHook (markdown) --- API-WebHook.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API-WebHook.md b/API-WebHook.md index 46bf052..04a42f0 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -19,6 +19,7 @@ Gitbucket does not implement fully the GitHub API/webhook and respects only a su * [List endpoints](https://developer.github.com/v3/#root-endpoint) (since v4.3, Only rate-limit endpoint explained) * Issues * [Get a single issue](https://developer.github.com/v3/issues/#get-a-single-issue) (since v4.8) + * [Create an issue](https://developer.github.com/v3/issues/#create-an-issue) (since v4.9) * Comments * [List comments on an issue](https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue) * [Create A Comment](https://developer.github.com/v3/issues/comments/#create-a-comment)