Commit 74722401 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX API] unpublish node

parent da90f04c
Pipeline #935 failed with stage
......@@ -145,7 +145,7 @@ type NodeAPI a = Get '[JSON] (Node a)
:<|> "phylo" :> PhyloAPI
-- :<|> "add" :> NodeAddAPI
:<|> "move" :> MoveAPI
:<|> "unpublish" :> Post '[JSON] Int
:<|> "unpublish" :> Put '[JSON] Int
-- TODO-ACCESS: check userId CanRenameNode nodeId
-- TODO-EVENTS: NodeRenamed RenameNode or re-use some more general NodeEdited...
......
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