From f56aac62de772bc3442b5e46f8e61ef35fb091ab Mon Sep 17 00:00:00 2001 From: nazoking Date: Mon, 1 Aug 2016 14:06:55 +0900 Subject: [PATCH] Updated API WebHook (markdown) --- API-WebHook.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/API-WebHook.md b/API-WebHook.md index 33c762b..e4a2973 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -6,12 +6,10 @@ Gitbucket does not implement fully the gitbucket API/webhook and respects only a ## Authentication - Yet, [personal OAUTH token in header](https://developer.github.com/v3/#oauth2-token-sent-in-a-header) only. + Yet, [personal OAUTH token in header](https://developer.github.com/v3/#oauth2-token-sent-in-a-header) and [Basic Authentication (since v4.3)](https://developer.github.com/v3/#basic-authentication). The tokens can be created via the UI, by going into the "Account Settings" menu and selecting the "Applications" tab. -In v4.3 Experimental support for Basic Authentication merged. - ## API * Root Endpoint