java-gitlab-api
java-gitlab-api copied to clipboard
editProjectHook may not work
editProjectHook call REST with PUT method. But parameters of hook are set as query parameters of request. That's not work. In GitLab 12.9.1-ee hook parameters must be passed as body of request