ts-mailcow-api
    Preparing search index...

    Interface EditDomainRequest

    Request payload to edit rate limits for specified domains.

    interface EditDomainRequest {
        attr: { rl_frame: string; rl_value: number };
        items: string[];
    }
    Index

    Properties

    Properties

    attr: { rl_frame: string; rl_value: number }

    Type declaration

    • rl_frame: string

      Frame for the rate limit (e.g., 'h', 's', 'm').

    • rl_value: number

      Rate limit value.

    items: string[]

    List of domain names to edit rate limits for.