From bfa9de2a6a66c34e22c82ed824aa38d5123fd23f Mon Sep 17 00:00:00 2001 From: James Yoo Date: Sat, 12 Sep 2020 09:59:51 -0700 Subject: [PATCH] adding doc for deleting an issue comment --- API-WebHook.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API-WebHook.md b/API-WebHook.md index 42cbfe4..b41fc08 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -26,6 +26,7 @@ GitBucket does not fully implement the GitHub API/webhook and respects only a su * [Get an issue comment](https://docs.github.com/en/rest/reference/issues#get-an-issue-comment) (since v4.35.0) * [Update an issue comment](https://docs.github.com/en/rest/reference/issues#update-an-issue-comment) (since v4.35.0) * [Create A Comment](https://developer.github.com/v3/issues/comments/#create-a-comment) + * [Delete an issue comment](https://docs.github.com/en/rest/reference/issues#delete-an-issue-comment) * Labels * [List all labels for this repository](https://developer.github.com/v3/issues/labels/#list-all-labels-for-this-repository) (since v3.11) * [Get a single label](https://developer.github.com/v3/issues/labels/#get-a-single-label) (since v3.11)