You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -831,15 +847,47 @@ public function forks(int|string $project_id, array $parameters = []): mixed
831
847
/**
832
848
* @param array $parameters {
833
849
*
834
-
* @var string $namespace The ID or path of the namespace that the project will be forked to
835
-
* @var string $path The path of the forked project (optional)
836
-
* @var string $name The name of the forked project (optional)
850
+
* @var string $namespace (Deprecated) The ID or path of the namespace that the project will be forked to (optional)
851
+
* @var int $namespace_id The ID of the namespace that the project is forked to. (optional)
852
+
* @var string $namespace_path The path of the namespace that the project is forked to. (optional)
853
+
* @var string $path The path of the forked project (optional)
854
+
* @var string $name The name of the forked project (optional)
855
+
* @var string $branches The branches to fork (empty for all branches) (optional)
856
+
* @var string $description The description assigned to the resultant project after forking (optional)
857
+
* @var boolean $mr_default_target_self For forked projects, target merge requests to this project. If false, the target is the upstream project. (optional)
858
+
* @var string $visibility The visibility level assigned to the resultant project after forking. (optional)
0 commit comments