Verified Commit 3dcf31cf authored by Roman Lacko's avatar Roman Lacko
Browse files

GitLab::Projects: Update fork endpoint specification

parent e621c1d4
Loading
Loading
Loading
Loading
+9 −1
Original line number Original line Diff line number Diff line
@@ -160,13 +160,21 @@ my $requests = {


    project_fork => {
    project_fork => {
        method      => "POST",
        method      => "POST",
        path        => "/projects/fork/<id>",
        path        => "/projects/<id>/fork",
        encode      => [qw(
        encode      => [qw(
            id
            id
            namespace
            namespace
            namespace_path
            path
        )],
        )],
        optional    => [qw(
        optional    => [qw(
            name
            namespace_id
            namespace_path
            namespace
            namespace
            path
            description
            visibility
        )],
        )],
    },
    },