Updated API WebHook (markdown)

Naoki Takezoe
2020-11-04 00:04:29 +09:00
parent bca4bc0dfd
commit d8e78fb6e7

@@ -83,6 +83,9 @@ GitBucket does not fully implement the GitHub API/webhook and respects only a su
* [Update a file](https://developer.github.com/v3/repos/contents/#update-a-file) (since v4.31)
* Reference
* [Get a reference](https://developer.github.com/v3/git/refs/#get-a-reference) (since v4.3)
* [Create a reference](https://docs.github.com/en/free-pro-team@latest/rest/reference/git#create-a-reference) (since v4.35.0)
* [Update a reference](https://docs.github.com/en/free-pro-team@latest/rest/reference/git#update-a-reference) (since v4.35.0)
* [Delete a reference](https://docs.github.com/en/free-pro-team@latest/rest/reference/git#delete-a-reference) (since v4.35.0)
* Collaborators
* [List collaborators](https://developer.github.com/v3/repos/collaborators/#list-collaborators) (since v4.3)
* [Check if a user is a repository collaborator](https://docs.github.com/en/rest/reference/repos#check-if-a-user-is-a-repository-collaborator) (since v4.35.0)