Commit 94f12cea authored by Roman Lacko's avatar Roman Lacko
Browse files

change PUT methods to POST for user blockation methods

parent 7c015692
......@@ -267,12 +267,12 @@ my $requests = {
# Block/unblock
user_block => {
method => "PUT",
method => "POST",
path => "/users/<uid>/block",
},
user_unblock => {
method => "PUT",
method => "POST",
path => "/users/<uid>/unblock",
},
......
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