From b03fb4de8126de572db93b3f697828cdf40b0fc1 Mon Sep 17 00:00:00 2001 From: onukura Date: Mon, 7 Sep 2020 18:54:49 +0900 Subject: [PATCH] Updated API WebHook (markdown) --- API-WebHook.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API-WebHook.md b/API-WebHook.md index 608e436..047e23d 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -62,6 +62,7 @@ GitBucket does not fully implement the GitHub API/webhook and respects only a su * [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 + * [Get a repository README](https://docs.github.com/en/rest/reference/repos#get-a-repository-readme) (since v4.35.0) * [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) * [Update a file](https://developer.github.com/v3/repos/contents/#update-a-file) (since v4.31)