You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: