Verified Commit 9f623c49 authored by Roman Lacko's avatar Roman Lacko
Browse files

GitLab::Projects: Add project_transfer method

parent db40a106
...@@ -362,6 +362,17 @@ my $requests = { ...@@ -362,6 +362,17 @@ my $requests = {
id id
)], )],
}, },
project_transfer => {
method => 'PUT',
path => '/projects/<id>/transfer',
required => [qw(
namespace
)],
encode => [qw(
namespace
)],
},
}; };
sub import { sub import {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment