wire-api-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Routes.Internal.LegalHold

Documentation

type InternalLegalHoldAPI = "i" :> ("teams" :> ((Capture "tid" TeamId :> ("legalhold" :> Get '[JSON] (LockableFeature LegalholdConfig))) :<|> (Capture "tid" TeamId :> ("legalhold" :> (ReqBody '[JSON] (Feature LegalholdConfig) :> Put '[] NoContent))))) Source #