From 2b92f10ae5dab7c78718db4b701e866ac85d99cb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 18 Dec 2022 19:10:03 +0100 Subject: ... --- overlays/spm/lib/Spm/Api.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'overlays/spm/lib/Spm') diff --git a/overlays/spm/lib/Spm/Api.hs b/overlays/spm/lib/Spm/Api.hs index ce4ee2d9..04dff2c9 100644 --- a/overlays/spm/lib/Spm/Api.hs +++ b/overlays/spm/lib/Spm/Api.hs @@ -174,6 +174,7 @@ type SpmApi = "whoami" :> Get '[PlainText, JSON] SpmMailbox :<|> "mappings" :> Capture "mapping" SpmMapping :> Get '[PlainText, JSON] SpmMappingState :<|> "mappings" :> Capture "mapping" SpmMapping :> ReqBody '[PlainText, JSON] SpmMappingState :> PatchNoContent :<|> "mappings" :> Capture "mapping" SpmMapping :> ReqBody '[PlainText, JSON] SpmMappingState :> PutNoContent + :<|> "mappings" :> Capture "mapping" SpmMapping :> DeleteNoContent spmApi :: Proxy SpmApi spmApi = Proxy -- cgit v1.2.3