# File lib/gitlab/client/projects.rb, line 288
    def edit_git_hook(id, options={})
      put("/projects/#{id}/git_hook", body: options)
    end