Loading GitLab/Projects.pm +11 −0 Original line number Diff line number Diff line Loading @@ -362,6 +362,17 @@ my $requests = { id )], }, project_transfer => { method => 'PUT', path => '/projects/<id>/transfer', required => [qw( namespace )], encode => [qw( namespace )], }, }; sub import { Loading Loading
GitLab/Projects.pm +11 −0 Original line number Diff line number Diff line Loading @@ -362,6 +362,17 @@ my $requests = { id )], }, project_transfer => { method => 'PUT', path => '/projects/<id>/transfer', required => [qw( namespace )], encode => [qw( namespace )], }, }; sub import { Loading