diff --git a/API-WebHook.md b/API-WebHook.md index cc667b1..a9a77a5 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -50,7 +50,7 @@ GitBucket does not fully implement the GitHub API/webhook and respects only a su * [List repositories for the authenticated user](https://developer.github.com/v3/repos/#list-repositories-for-the-authenticated-user) * [List repositories for a user](https://developer.github.com/v3/repos/#list-repositories-for-a-user) * [List organization repositories](https://developer.github.com/v3/repos/#list-organization-repositories) - * [List repository tags](https://docs.github.com/en/rest/reference/repos#list-repository-tags) + * [List repository tags](https://docs.github.com/en/rest/reference/repos#list-repository-tags) (since v4.35.0) * [Get](https://developer.github.com/v3/repos/#get) * [Create](https://developer.github.com/v3/repos/#create) * [Enabling and disabling branch protection](https://developer.github.com/v3/repos/#enabling-and-disabling-branch-protection) (since v3.11)