# File lib/gitlab/client/projects.rb, line 312
    def make_forked_from(project, id)
      post("/projects/#{project}/fork/#{id}")
    end