mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
Updated API WebHook (markdown)
@@ -78,8 +78,10 @@ GitBucket does not fully implement the GitHub API/webhook and respects only a su
|
||||
* [Get a reference](https://developer.github.com/v3/git/refs/#get-a-reference) (since v4.3)
|
||||
* Collaborators
|
||||
* [List collaborators](https://developer.github.com/v3/repos/collaborators/#list-collaborators) (since v4.3)
|
||||
* [Check if a user is a repository collaborator](https://docs.github.com/en/rest/reference/repos#check-if-a-user-is-a-repository-collaborator) (since v4.35.0)
|
||||
* [Add user as a collaborator](https://developer.github.com/v3/repos/collaborators/#add-user-as-a-collaborator) (since v4.30)
|
||||
* [Remove user as a collaborator](https://developer.github.com/v3/repos/collaborators/#remove-user-as-a-collaborator) (since v4.30)
|
||||
* [Get repository permissions for a user](https://docs.github.com/en/rest/reference/repos#get-repository-permissions-for-a-user) (since v4.35.0)
|
||||
* Webhooks
|
||||
* [List repository webhooks](https://docs.github.com/en/rest/reference/repos#list-repository-tags) (since v4.35.0)
|
||||
* [Create a repository webhook](https://docs.github.com/en/rest/reference/repos#create-a-repository-webhook) (since v4.35.0)
|
||||
|
||||
Reference in New Issue
Block a user