adding doc for deleting an issue comment

James Yoo
2020-09-12 09:59:51 -07:00
parent 93066b8174
commit bfa9de2a6a

@@ -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)