Commit 43d87610 authored by Roman Lacko's avatar Roman Lacko Committed by Fakultni administrativa
Browse files

GitLab::Groups: Parameter encoding

parent ea9676e1
...@@ -38,6 +38,9 @@ my $requests = { ...@@ -38,6 +38,9 @@ my $requests = {
statistics statistics
owned owned
)], )],
encode => [qw(
gid
)],
paginated => 1, paginated => 1,
}, },
...@@ -54,12 +57,18 @@ my $requests = { ...@@ -54,12 +57,18 @@ my $requests = {
owned owned
starred starred
)], )],
encode => [qw(
gid
)],
paginated => 1, paginated => 1,
}, },
group_details => { group_details => {
method => "GET", method => "GET",
path => "/groups/<gid>", path => "/groups/<gid>",
encode => [qw(
gid
)],
}, },
group_create => { group_create => {
......
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