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

GitLab::Projects: Add project_transfer method

parent db40a106
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -362,6 +362,17 @@ my $requests = {
            id
        )],
    },

    project_transfer => {
        method      => 'PUT',
        path        => '/projects/<id>/transfer',
        required    => [qw(
            namespace
        )],
        encode      => [qw(
            namespace
        )],
    },
};

sub import {