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