We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23e88e commit 2d6cfb7Copy full SHA for 2d6cfb7
lib/Gitlab/Api/Projects.php
@@ -498,9 +498,9 @@ public function removeLabel($project_id, $name)
498
* @param int $project_id
499
* @return mixed
500
*/
501
- public function fork($project_id)
+ public function fork($project_id, array $params)
502
{
503
- return $this->post('projects/'.$this->encodePath($project_id).'/fork');
+ return $this->post('projects/'.$this->encodePath($project_id).'/fork', $params);
504
}
505
506
/**
0 commit comments