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
94f12cea
Commit
94f12cea
authored
Jan 11, 2018
by
Roman Lacko
Browse files
change PUT methods to POST for user blockation methods
parent
7c015692
Changes
1
Hide whitespace changes
Inline
Side-by-side
GitLab/Users.pm
View file @
94f12cea
...
...
@@ -267,12 +267,12 @@ my $requests = {
# Block/unblock
user_block
=>
{
method
=>
"
P
U
T
",
method
=>
"
P
OS
T
",
path
=>
"
/users/<uid>/block
",
},
user_unblock
=>
{
method
=>
"
P
U
T
",
method
=>
"
P
OS
T
",
path
=>
"
/users/<uid>/unblock
",
},
...
...
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