ts-mailcow-api
    Preparing search index...

    Interface CorsEditRequest

    Wire-level body of the edit/cors request. The wrapper builds this for you from CorsAttributes; unlike most edit requests there is no items envelope -- CORS is a single global setting, not a per-object one.

    interface CorsEditRequest {
        attr: CorsAttributes;
    }
    Index