@makehq/sdk
    Preparing search index...

    Type Alias UpdateSDKEndpointBody

    Body for updating an Endpoint's metadata

    type UpdateSDKEndpointBody = {
        annotations?: SDKEndpointAnnotations;
        attachedAccounts?: string[];
        context?: string;
        description?: string;
        label?: string;
    }
    Index

    Properties

    MCP-inspired behavior hints

    attachedAccounts?: string[]

    Connection names attached to the Endpoint (replaces the existing list)

    context?: string

    Context for how to use the Endpoint

    description?: string

    The description of the Endpoint

    label?: string

    The label of the Endpoint