nylas
    Preparing search index...

    Interface UpdateDraftParams

    The parameters for the Drafts.update method

    interface UpdateDraftParams {
        draftId: string;
        identifier: string;
        requestBody: UpdateDraftRequest;
    }
    Index

    Properties

    draftId: string

    The id of the draft to update.

    identifier: string

    The identifier of the grant to act upon

    requestBody: UpdateDraftRequest

    The values to update the draft with