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