ts-mailcow-api
    Preparing search index...

    Interface EditQuarantineItemRequest

    Request payload for edit/qitem.

    The items array holds the IDs of the quarantined messages to act on; the same attr.action is applied to every entry.

    interface EditQuarantineItemRequest {
        attr: { action: QuarantineItemAction };
        items: number[];
    }
    Index

    Properties

    Properties

    attr: { action: QuarantineItemAction }
    items: number[]

    IDs of the quarantined messages to act on. Get them from mcc.quarantine.get().