@makehq/sdk
    Preparing search index...

    Type Alias CreateSDKEndpointBody

    Body for creating a new Endpoint

    type CreateSDKEndpointBody = {
        attachedAccounts?: string[];
        description?: string;
        label: string;
        name: string;
    }
    Index

    Properties

    attachedAccounts?: string[]

    Connection names to attach to the Endpoint

    description?: string

    The description of the Endpoint

    label: string

    The label of the Endpoint

    name: string

    The name of the Endpoint