From 27d0bf5594a8c75fff848dbe56a0551516ff84e2 Mon Sep 17 00:00:00 2001 From: Keiichi Watanabe Date: Mon, 19 Dec 2016 13:07:41 +0900 Subject: [PATCH] Add Get-a-single-issue API --- API-WebHook.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API-WebHook.md b/API-WebHook.md index e9420b2..46bf052 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -18,6 +18,7 @@ Gitbucket does not implement fully the GitHub API/webhook and respects only a su * Root Endpoint * [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) * 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)