ts-mailcow-api
    Preparing search index...

    Interface SyncjobUpdateRequest

    Sync job update payload.

    interface SyncjobUpdateRequest {
        attr: SyncjobEditAttributes;
        items: number | number[];
    }
    Index

    Properties

    Properties

    The attributes to set.

    items: number | number[]

    List of IDs to update.