From 2bff832b57572697b7faa1935d8f92a7ba1fd239 Mon Sep 17 00:00:00 2001 From: Petri Pyy Date: Fri, 15 Mar 2019 12:24:09 +0200 Subject: [PATCH] Updated API WebHook (markdown) --- API-WebHook.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/API-WebHook.md b/API-WebHook.md index dc11459..f4eebe5 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -81,6 +81,7 @@ GitBucket does not fully implement the GitHub API/webhook and respects only a su * [List all groups](https://developer.github.com/v3/orgs/#list-all-organizations) (since v4.30) * [Get a single group](https://developer.github.com/v3/orgs/#get-an-organization) (since v4.3) * [List repositories for this group](https://developer.github.com/v3/repos/#list-organization-repositories) (since v4.3) + * [Create a new group](https://developer.github.com/enterprise/v3/enterprise-admin/orgs/#create-an-organization) (since v4.31.0) ### Example @@ -105,4 +106,4 @@ answers * [PullRequestReviewCommentEvent](https://developer.github.com/v3/activity/events/types/#pullrequestreviewcommentevent) * [PullRequestEvent](https://developer.github.com/v3/activity/events/types/#pullrequestevent) * [PushEvent](https://developer.github.com/v3/activity/events/types/#pushevent) - * [GollumEvent](https://developer.github.com/v3/activity/events/types/#gollumevent) + * [GollumEvent](https://developer.github.com/v3/activity/events/types/#gollumevent) \ No newline at end of file