Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Roman Lacko
gitlab_api
Commits
3dcf31cf
Verified
Commit
3dcf31cf
authored
Apr 21, 2021
by
Roman Lacko
Browse files
GitLab::Projects: Update fork endpoint specification
parent
e621c1d4
Changes
1
Show whitespace changes
Inline
Side-by-side
GitLab/Projects.pm
View file @
3dcf31cf
...
@@ -160,13 +160,21 @@ my $requests = {
...
@@ -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
)
],
)
],
},
},
...
...
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