@makehq/sdk
    Preparing search index...

    Type Alias UpdateConnectedSystemBody

    Parameters for updating a connected system.

    type UpdateConnectedSystemBody = {
        agentId?: string;
        appName?: string;
        inputs?: Record<string, JSONValue>;
        name?: string;
    }
    Index

    Properties

    agentId?: string

    Move to a different agent

    appName?: string

    Change the app (uncommon after creation)

    inputs?: Record<string, JSONValue>

    Updated configuration values keyed by field name

    name?: string

    New display name