Loading GitLab/Projects.pm +5 −3 Original line number Diff line number Diff line Loading @@ -56,6 +56,8 @@ my $requests = { path => "/projects/<id>", encode => [qw( id )], query => [qw( statistics )], }, Loading Loading @@ -126,10 +128,10 @@ my $requests = { project_edit => { method => "PUT", path => "/projects/<id>", required => [qw( name )], # required => [qw( # )], optional => [qw( name path default_branch namespace_id Loading Loading
GitLab/Projects.pm +5 −3 Original line number Diff line number Diff line Loading @@ -56,6 +56,8 @@ my $requests = { path => "/projects/<id>", encode => [qw( id )], query => [qw( statistics )], }, Loading Loading @@ -126,10 +128,10 @@ my $requests = { project_edit => { method => "PUT", path => "/projects/<id>", required => [qw( name )], # required => [qw( # )], optional => [qw( name path default_branch namespace_id Loading