nylas
    Preparing search index...

    Interface UpdateThreadParams

    The parameters for the Threads.update method

    interface UpdateThreadParams {
        identifier: string;
        requestBody: UpdateThreadRequest;
        threadId: string;
    }
    Index

    Properties

    identifier: string

    The identifier of the grant to act upon

    requestBody: UpdateThreadRequest

    The values to update the thread with

    threadId: string

    The id of the thread to update