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