Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Lacko
gitlab_api
Commits
9f623c49
Verified
Commit
9f623c49
authored
Apr 21, 2021
by
Roman Lacko
Browse files
GitLab::Projects: Add project_transfer method
parent
db40a106
Changes
1
Show whitespace changes
Inline
Side-by-side
GitLab/Projects.pm
View file @
9f623c49
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment