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
ea9676e1
Commit
ea9676e1
authored
Oct 03, 2019
by
Roman Lacko
Browse files
GItLab::Projects: Parameter fix
parent
6e67ef15
Changes
1
Hide whitespace changes
Inline
Side-by-side
GitLab/Projects.pm
View file @
ea9676e1
...
...
@@ -56,6 +56,8 @@ my $requests = {
path
=>
"
/projects/<id>
",
encode
=>
[
qw(
id
)
],
query
=>
[
qw(
statistics
)
],
},
...
...
@@ -126,10 +128,10 @@ my $requests = {
project_edit
=>
{
method
=>
"
PUT
",
path
=>
"
/projects/<id>
",
required
=>
[
qw(
name
)
],
# required => [qw(
# )],
optional
=>
[
qw(
name
path
default_branch
namespace_id
...
...
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