wire-api-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Routes.Public.Galley.CustomBackend

Documentation

type CustomBackendAPI = Named "get-custom-backend-by-domain" (Summary "Shows information about custom backends related to a given email domain" :> (CanThrow 'CustomBackendNotFound :> ("custom-backend" :> ("by-domain" :> (Capture' '[Description "URL-encoded email domain"] "domain" Domain :> Get '[JSON] CustomBackend))))) Source #