@makehq/sdk
    Preparing search index...

    Type Alias ExtendConnectionBody

    Body for extending an existing connection's OAuth scopes

    type ExtendConnectionBody = {
        connectionId: number;
        scopes: string[];
    }
    Index

    Properties

    Properties

    connectionId: number

    The numeric ID of an existing Make connection whose OAuth scopes need to be expanded

    scopes: string[]

    One or more new OAuth scope strings to add to the connection