ts-mailcow-api
    Preparing search index...

    Interface CorsEndpoints

    Interface for the API's Cross-Origin Resource Sharing (CORS) endpoint.

    CORS is a single global API setting, not tied to any resource -- there is no add or delete, only edit -- so this group exposes a single method.

    interface CorsEndpoints {
        edit(attr: CorsAttributes): Promise<MailcowResponse>;
    }
    Index