nylas
    Preparing search index...

    Interface UpdateNotetakerParams

    interface UpdateNotetakerParams {
        identifier?: string;
        notetakerId: string;
        requestBody: UpdateNotetakerRequest;
    }
    Index

    Properties

    identifier?: string

    The identifier of the grant to act upon

    notetakerId: string

    The ID of the Notetaker to update

    The request body to update the Notetaker with