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

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

parent 9f623c49
......@@ -221,6 +221,9 @@ my $requests = {
method => "POST",
path => "/users/<uid>/emails",
required => [ qw!email! ],
optional => [qw(
skip_confirmation
)],
},
self_delete_email => {
......
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