nylas
    Preparing search index...

    Interface UpdateConfigurationParams

    The parameters for the Configurations.update method

    interface UpdateConfigurationParams {
        configurationId: string;
        identifier: string;
        requestBody: Subset;
    }
    Index

    Properties

    configurationId: string

    The id of the Configuration to retrieve. Use "primary" to refer to the primary configuration associated with grant.

    identifier: string

    The identifier of the grant to act upon

    requestBody: Subset