Updated API WebHook (markdown)

YHojo
2020-07-04 22:35:56 +09:00
parent bcc5489e9d
commit 3f53837f02

@@ -57,6 +57,7 @@ GitBucket does not fully implement the GitHub API/webhook and respects only a su
* [Get branch](https://developer.github.com/v3/repos/branches/#get-branch) (since v4.30) * [Get branch](https://developer.github.com/v3/repos/branches/#get-branch) (since v4.30)
* Commits * Commits
* [Get a single commit](https://developer.github.com/v3/repos/commits/#get-a-single-commit) (since v4.17) * [Get a single commit](https://developer.github.com/v3/repos/commits/#get-a-single-commit) (since v4.17)
* [List commits](https://developer.github.com/v3/repos/commits/#list-commits) (since v4.34)
* Contents * Contents
* [List all contents of a file or directory in this repository](https://developer.github.com/v3/repos/contents/#get-contents) (since v4.3) * [List all contents of a file or directory in this repository](https://developer.github.com/v3/repos/contents/#get-contents) (since v4.3)
* [Create a file](https://developer.github.com/v3/repos/contents/#create-a-file) (since v4.31) * [Create a file](https://developer.github.com/v3/repos/contents/#create-a-file) (since v4.31)