From 0e0e1af8e55cdf43a0a55e0b703aaec638cad5d6 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 9 Mar 2019 11:18:51 +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 9458ad5..dc11459 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -9,7 +9,7 @@ GitBucket does not fully implement the GitHub API/webhook and respects only a su * [x] [personal OAUTH token in header](https://developer.github.com/v3/#oauth2-token-sent-in-a-header) * The tokens can be created via the UI, by going into the "Account Settings" menu and selecting the "Applications" tab. * [x] [Basic Authentication](https://developer.github.com/v3/#basic-authentication) (since v4.3) - * [x] [OAuth2 Token (sent as a parameter)](https://developer.github.com/v3/#oauth2-token-sent-as-a-parameter) (since v4.31.0) + * [x] [OAuth2 Token (sent as a parameter)](https://developer.github.com/v3/#oauth2-token-sent-as-a-parameter) (since v4.31.0) * [ ] [OAuth2 Key/Secret](https://developer.github.com/v3/#oauth2-keysecret) not supported yet.