From a21908a834d322359b43f5af956e5d831c28a0eb Mon Sep 17 00:00:00 2001 From: YHojo <40717789+oshiro3@users.noreply.github.com> Date: Sat, 4 Jul 2020 22:36:37 +0900 Subject: [PATCH] Updated API WebHook (markdown) --- API-WebHook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-WebHook.md b/API-WebHook.md index 7b35e8e..43bab21 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -56,8 +56,8 @@ GitBucket does not fully implement the GitHub API/webhook and respects only a su * [List all branches for this repository](https://developer.github.com/v3/repos/branches/#list-branches) (since v4.3) * [Get branch](https://developer.github.com/v3/repos/branches/#get-branch) (since v4.30) * Commits - * [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) + * [Get a single commit](https://developer.github.com/v3/repos/commits/#get-a-single-commit) (since v4.17) * Contents * [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)