Verified Commit d620cd57 authored by Roman Lacko's avatar Roman Lacko
Browse files

GitLab::Users: Update options for e-mails API

parent 9f623c49
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -221,6 +221,9 @@ my $requests = {
        method      => "POST",
        method      => "POST",
        path        => "/users/<uid>/emails",
        path        => "/users/<uid>/emails",
        required    => [ qw!email! ],
        required    => [ qw!email! ],
        optional    => [qw(
            skip_confirmation
        )],
    },
    },


    self_delete_email => {
    self_delete_email => {