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)