timols / java-gitlab-api

A wrapper for the Gitlab API written in Java
Apache License 2.0
383 stars 317 forks source link

editProjectHook may not work #380

Open lokyru opened 4 years ago

lokyru commented 4 years ago

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