# File lib/gitlab/client/system_hooks.rb, line 28
    def add_hook(url)
      post("/hooks", body: { url: url })
    end