nylas
    Preparing search index...

    Interface UpdateGrantParams

    interface UpdateGrantParams {
        grantId: string;
        requestBody: UpdateGrantRequest;
    }
    Index

    Properties

    Properties

    grantId: string

    The id of the Grant to update.

    requestBody: UpdateGrantRequest

    The values to update the Grant with.