wire-api-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Routes.Internal.Spar

Documentation

type InternalAPI = "i" :> (("status" :> Get '[JSON] NoContent) :<|> (("teams" :> (Capture "team" TeamId :> DeleteNoContent)) :<|> (("sso" :> ("settings" :> (ReqBody '[JSON] SsoSettings :> Put '[JSON] NoContent))) :<|> ("scim" :> ("userinfo" :> (Capture "user" UserId :> Post '[JSON] ScimUserInfo)))))) Source #