Commit 5e6e3575 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] PUT rename.

parent 98e9a0f0
......@@ -80,7 +80,7 @@ instance Arbitrary Rename where
type NodeAPI = Get '[JSON] (Node Value)
:<|> "rename" :> Summary " Rename Node"
:> ReqBody '[JSON] Rename
:> Get '[JSON] Int
:> Put '[JSON] Int
:<|> Post '[JSON] Int
:<|> Put '[JSON] Int
:<|> Delete '[JSON] Int
......
Markdown is supported
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